


We would need to import the text file as the rom which in this case would be "lair.txt" and the path to rom needs to be in the middle of all the switches. If we could set daphne.exe as the emulator and maybe customize the way the command switches work for each game this would make it much easier. Here is a batch file that loads Dragon's Lair.ĭaphne.exe lair vldp -framefile H:\Emulation\Roms\Daphne\vldp\lair\lair.txt -blend -ignore_aspect_ratio -blank_searches -precache -min_seek_delay 1000 -seek_frames_per_ms 20 -homedir H:\Emulation\Roms\Daphne -fastboot -bank 0 11011001 -bank 1 00100111 -nocrc -noissues -noserversend -sound_buffer 2048 -fullscreen -x 1600 -y 1200 Right now it seems that Launchbox just automatically dumps the rom file at the end of the command line switches and this does not work for Daphne. Split command line switches would make Daphne setup extremely simple for people. I would put it in between minor and major. I set this as a minor enhancement because it doesn't affect any of the major emulators and isn't a breaker but this would be a very welcome feature I believe for many people and would further distinguish Lauchbox from other frontends. Mess64.exe 圆8000 -flop1 "H:\Emulation\Roms\X68000\Akumajou Dracula (1993)(Konami)(Disk 1 of 2).dim" -flop2 "H:\Emulation\Roms\X68000\Akumajou Dracula (1993)(Konami)(Disk 2 of 2).dim"Īs you can see the -flop1 and -flop2 mounts each disk image. Mess supports this feature through its command line, for example I made a batch file with the following in it and the Castlevania game loads perfectly. Having the ability to mount multiple disks simultaneously would be a great feature to have for emulating such systems as the X68000.
