What is your favourite port of lemmings?
I like the DOS versions, but I wish their was a way to get VGA graphics with TGA sound.
Amiga FTW.
My current'd have to be PSP at the moment.
Easy choice for me. DOS version.
Amiga for nostalgic reasons.
The MegaDrive/Genesis version deserves a mention as well for all the extra levels.
Easy choice for me... Sega Master System.
I only have the PSP one and lost the SNES game a long time ago. I like how the PSP version has updated levels of the first game. I sometimes like looking at both the old design of the level and the new updated PSP version. It shows how much the classic levels has grown up.
I've always liked DOS, but I think I'm going to switch my lemmings play-through back to VGA.
I guess I forgot to add the PSP version as a choice, huh?
We'll survive in other.
PC and SMS are both great.
SMS has some great levels that are unique to it - some of its unique levels are plain annoying (eg: the repeat version of Sega Three) but some are simply great (eg: Menace - yes, I know this appears in the Budget Amiga version, but I'm pretty sure it was originally designed for the Sega version).
I like the DOS versions, but I wish their was a way to get VGA graphics with TGA sound. 
Hmm, I suppose I could take a stab......
But don't get your hopes up. The Tandy if I recall have both special graphics and sound hardware outside of mainstream PCs of the time. Unless DOSBox can be configured to support the two independently (emulates the combo of VGA graphics and Tandy sound, which never actually happened in hardware), there's nothing I can do.
A different approach with a better chance of working (but definitely a lot more work) might be to convert the TGA sound and music to MP3 and the like, and then have Lemmix support custom music.
Huh? Can DOSbox be configured to do that or not?
But don't get your hopes up. The Tandy if I recall have both special graphics and sound hardware outside of mainstream PCs of the time. Unless DOSBox can be configured to support the two independently (emulates the combo of VGA graphics and Tandy sound, which never actually happened in hardware), there's nothing I can do.
DOSBox can be configured this way, but Lemmings still won't detect the Tandy sound chip. The only way to have Tandy sound in Lemmings, with any version of DOSBox (I think), is to play the Tandy or CGA version. However, it is possible to have AdLib sound in any version of Lemmings in DOSBox.
For your information, some games (such as King's Quest V) are VGA-only, but still support the Tandy sound chip.
DOSBox can be configured this way, but Lemmings still won't detect the Tandy sound chip. The only way to have Tandy sound in Lemmings, with any version of DOSBox (I think), is to play the Tandy or CGA version.
I just tried copying tandysnd.dat over adlib.dat. It doesn't help with Lemmings, but intriguingly, it works in ONML--you can get VGA + Tandy sound that way (provided you config DOSBox to do VGA + Tandy sound emulation).
I'll need to look at the disassembly a little further to see if there's a relative simple way to hack the game to make the same trick work on Lemmings.
What is your favourite port of lemmings?
I like the DOS versions, but I wish their was a way to get VGA graphics with TGA sound. 
Ok, I have a way to let you do VGA graphics + TGA sound even for DOS Lemmings.
First, try out the
method given by DragonsLover in configuring DOSBox to only emulate the Tandy sound hardware.
On my machine, it works for my copy of ONML but doesn't work for my copy of DOS Lemmings. But since I think they were multiple releases of DOS Lemmings, there's a slight chance you may have a version where DragonLover's method is sufficient.
If it doesn't work, here's my solution. It involves a hacked version of tandysnd.dat:
1) make a backup copy of DOS Lemming's adlib.dat file
2) overwrite adlib.dat with the file attached here, which is a slightly hacked version of tandysnd.dat
3) Just like what DragonLovers said, edit DOSBox.conf's [speaker] section to have tandy=on. But leave oplmode=auto in the [sblaster] section.
Now when you run DOS Lemmings in VGA mode it will
always do the Tandy sound. To revert it back to adlib sound, just restore the original adlib.dat from the backup copy.
[Note: whenever you change DOSBox.conf, remember you have to save the changes and then restart DOSBox for the changes to take effect.]
Thanks ccexplore! You're the best!