|
daphne.lst format: game ( name lair description "Dragon's Lair (US revision F2)" year 1983 manufacturer "Cinematronics (USA)" ) game ( name dle21 description "Dragon's Lair (US enhancement 2.1)" year 1983 manufacturer "Cinematronics" cloneof lair )
Also to fix the scoreboard deal I installed 2 versions of daphne: "daphne" and "daphne-sb" (Score Board). I stuck the roms in the appropriate install. All the framefiles, mpegs, etc, could go in one place.
advmenu.rc additions: emulator "daphne" generic "/usr/local/daphne/daphne" "%s vldp -framefile /usr/local/daphne/framefile/%s.txt -fullscreen" emulator_roms "daphne" "/usr/local/daphne-sb/roms" emulator_include "daphne" emulator "daphne-sb" generic "/usr/local/daphne-sb/daphne" "%s vldp -framefile /usr/local/daphne/framefile/%s.txt -useoverlaysb 2 -fullscreen" emulator_roms "daphne-sb" "/usr/local/daphne-sb/roms" emulator_include "daphne-sb"
|