Skip to content

Hypseus Singe - RetroBIOS

Type standalone
Classification Enhanced forks
Source https://github.com/DirtBagXon/hypseus-singe
Upstream https://github.com/mirror/daphne-emu
Version v3.0.0
Profiled 2026-08-08
Cores hypseus-singe, hypseus
Systems arcade-laserdisc
Technical notes

Fork of Matt Ownby's Daphne by DirtBagXon, rebuilt on SDL3, with Singe Lua scripting for fan-made American Laser Games conversions. Platforms invoke it as hypseus-singe (Batocera, RetroBat, ES-DE find rule HYPSEUS-SINGE) against the hypseus.bin binary.

Each Daphne game loads its own arcade ROM set. game::load_roms() walks the driver rom_def table and opens roms/.zip, locating each member by name case-insensitively; a member missing from the archive falls back to a loose file at roms// (game.cpp:636-768). The set name is the rom_def dir field when set, otherwise the driver shortgamename, so a variant can pull members out of another game's archive. roms/ resolves under -romdir when given, otherwise under the home directory, with the application directory as fallback (homedir.cpp:97-108, 145-157).

Member size is enforced: load_rom and load_compressed_rom only report success when the byte count read equals rom_def.size (game.cpp:857, 906). CRC32 is computed and compared but a mismatch only logs a warning (game.cpp:708-726), and a driver that passes crc32 0 skips the comparison entirely (game.cpp:712-716). A member that cannot be read at all aborts startup with "Could not load ROM images! You must supply these." (hypseus.cpp:205-260). Hashing is per member, never over the archive.

The Dragon's Lair Enhancement and Space Ace Enhancement sets carry an extra readme member checked by exact CRC32 through verify_required_file(); a missing or altered readme calls set_quitflag() and the game does not run (game.cpp:773-837, lair.cpp:197-205, 261-275, 373-380).

Singe games are not covered by rom_def. The Lua script, framefile and video arrive with the content and are passed on the command line (-script, -zlua, -framefile); singe_utils.cpp:35-42 only exposes the roms path to scripts.

The emulator asset tree ships in the source distribution and packagers install it beside the binary (Batocera copies pics, fonts, sound and the doc .ini files to /usr/share/hypseus-singe). It is read from the working directory, not from a system directory: pics/ - led0.bmp through led17.bmp (LED_RANGE, video.h:71), player1.bmp, player2.bmp, lives.bmp, credits.bmp, time.bmp, ldp1450font.bmp, one of overlayleds1.bmp or overlayleds2.bmp, cadet.bmp, captain.bmp, spaceace.bmp, offcadet.bmp, offcaptain.bmp, offspaceace.bmp, oncadet.bmp, oncaptain.bmp, onspaceace.bmp, annunon.png, annunoff.png. load_bmps() returns false if any is absent and startup ends on "Video initialization failed!" (video.cpp:1020-1074, hypseus.cpp:201). tqkeys.png is read for the Thayer's Quest key overlay (video.cpp:632-635). A bezel directory, default bezels/, takes precedence for the bmp and png entries. fonts/ - default.ttf plus daphne.ttf for legacy overlay and Singe games or digital.ttf otherwise; a font that fails to open calls set_quitflag() (video.cpp:271-293, splash.cpp:45). sound/ - the per-game wav samples named by each driver, plus grumble.wav loaded for every game. load_waves() failure fails sound::init() and startup ends on "Sound initialization failed!" (sound.cpp:254-307, sound.cpp:156-186, hypseus.cpp:202). Under -nosound the branch is skipped and init returns true (sound.cpp:143, 193-196). doc/ - hypinput.ini, or hypinput_gamepad.ini under -gamepad. An unreadable file falls back to the compiled-in keymap (input.cpp:72, 340-350, 1879).

midi/soundfont.sf2 ships in the tree but no code path reads it in v3.0.0. midi/SOUNDFONTS.txt records that the SDL3 migration dropped the environment variable convention the SDL2 build relied on. pics/ConsoleFont.bmp is likewise unreferenced. starrider.cpp:99 keeps its ROM table in a commented-out load_roms, so the driver loads nothing.

72 files | 71 required, 1 optional | 72 in repo, 0 missing Categories: 1 game data, 71 BIOS ZIPs

gamecontrollerdb.txt optional in repo game_data

  • System: arcade-laserdisc
  • Source: src/io/input.cpp:981-996
  • SDL gamepad mappings, read under -gamepad when present. Not shipped with the emulator

ace.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:292
  • Space Ace rev A3. Loaded by ace, ace_a, ace_a2
  • Contents (5 entries):
    • sa_a3_u1.bin -8.0 KB
    • sa_a3_u2.bin -8.0 KB
    • sa_a3_u3.bin -8.0 KB
    • sa_a3_u4.bin -8.0 KB
    • sa_a3_u5.bin -8.0 KB

ace91.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair2.cpp:154
  • Space Ace '91
  • Contents (1 entries):
    • ace91.bin -64.0 KB

ace91_euro.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair2.cpp:157
  • Space Ace '91 Euro
  • Contents (1 entries):
    • sa91euro1.3.bin -64.0 KB

ace_a.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:323
  • Space Ace rev A
  • Contents (1 entries):
    • sa_a_u1.bin -8.0 KB

ace_a2.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:312
  • Space Ace rev A2
  • Contents (1 entries):
    • sa_a2_u1.bin -8.0 KB

aceeuro.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/laireuro.cpp:106
  • Space Ace PAL
  • Contents (6 entries):
    • sa_u33a.bin -8.0 KB
    • sa_u45a.bin -8.0 KB
    • sa_u46a.bin -8.0 KB
    • sa_u47a.bin -8.0 KB
    • sa_u48a.bin -8.0 KB
    • sa_u49a.bin -8.0 KB

astron.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/astron.cpp:97
  • Astron Belt. Loaded by astron, astronp, blazer, cobraab, galaxy, galaxyp
  • Contents (13 entries):
    • 5279 -512 B
    • 5280 -2.0 KB
    • 5281 -2.0 KB
    • 5284 -16.0 KB
    • 5285 -16.0 KB
    • 5286 -16.0 KB
    • 5338 -16.0 KB
    • 5473c -16.0 KB
    • 5474a -16.0 KB
    • pr-5275.bin -32 B
    • ... and 3 more

astronp.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/astron.cpp:97
  • Astron Belt, alternate program ROMs
  • Contents (2 entries):
    • abp-ic03.bin -16.0 KB
    • abp-ic10.bin -16.0 KB

badlandp.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/badlands.cpp:125
  • Badlands, prototype board
  • Contents (4 entries):
    • bl_hit_4f.bin -32 B
    • bl_hit_6a.bin -8.0 KB
    • bl_hit_7a.bin -8.0 KB
    • bl_hit_9c.bin -8.0 KB

badlands.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/badlands.cpp:94
  • Badlands
  • Contents (4 entries):
    • badlands.a13 -8.0 KB
    • badlands.a14 -8.0 KB
    • badlands.c4 -32 B
    • badlands.c8 -8.0 KB

bega.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/bega.cpp:121
  • Bega's Battle ver. 3. Loaded by bega, begar1
  • Contents (13 entries):
    • an00-3 -8.0 KB
    • an01 -8.0 KB
    • an02-3 -8.0 KB
    • an03-3 -8.0 KB
    • an04-3 -8.0 KB
    • an05-3 -8.0 KB
    • an06 -8.0 KB
    • an07 -8.0 KB
    • an08 -8.0 KB
    • an09 -8.0 KB
    • ... and 3 more

begar1.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/bega.cpp:156
  • Bega's Battle rev 1
  • Contents (5 entries):
    • an00 -8.0 KB
    • an02 -8.0 KB
    • an03 -8.0 KB
    • an04 -8.0 KB
    • an05 -8.0 KB

blazer.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/astron.cpp:143
  • Star Blazer
  • Contents (2 entries):
    • epr-5590.bin -16.0 KB
    • epr-5591.bin -16.0 KB

cliff.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/cliff.cpp:107
  • Cliff Hanger
  • Contents (5 entries):
    • cliff_u1.bin -8.0 KB
    • cliff_u2.bin -8.0 KB
    • cliff_u3.bin -8.0 KB
    • cliff_u4.bin -8.0 KB
    • cliff_u5.bin -8.0 KB

cliff_ox.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/cliff.cpp:193
  • Cliff Hanger, 0X set
  • Contents (5 entries):
    • cliff-0X_u0.bin -8.0 KB
    • cliff-0X_u1.bin -8.0 KB
    • cliff-0X_u2.bin -8.0 KB
    • cliff-0X_u3.bin -8.0 KB
    • cliff-0X_u4.bin -8.0 KB

cliffalt.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/cliff.cpp:152
  • Cliff Hanger, alternate set
  • Contents (4 entries):
    • cliff_alt_0.bin -8.0 KB
    • cliff_alt_1.bin -8.0 KB
    • cliff_alt_2.bin -8.0 KB
    • cliff_alt_3.bin -8.0 KB

cliffalt2.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/cliff.cpp:172
  • Cliff Hanger, second alternate set
  • Contents (4 entries):
    • cliff_alt2_0.bin -8.0 KB
    • cliff_alt2_1.bin -8.0 KB
    • cliff_alt2_2.bin -8.0 KB
    • cliff_alt2_3.bin -8.0 KB

cobra.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/bega.cpp:189
  • Cobra Command
  • Contents (11 entries):
    • au00-2 -8.0 KB
    • au01-2 -8.0 KB
    • au02-2 -8.0 KB
    • au03-2 -8.0 KB
    • au06 -8.0 KB
    • au07 -8.0 KB
    • au08 -8.0 KB
    • au09 -8.0 KB
    • au0a -8.0 KB
    • au0b -8.0 KB
    • ... and 1 more

cobraab.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/astron.cpp:318
  • Cobra Command on Astron Belt hardware
  • Contents (7 entries):
    • ic-1.bin -16.0 KB
    • ic-11.bin -2.0 KB
    • ic-12.bin -2.0 KB
    • ic-13.bin -512 B
    • ic-2.bin -8.0 KB
    • ic-7.bin -8.0 KB
    • ic-8.bin -8.0 KB

cobraconv.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/cobraconv.cpp:106
  • Cobra Command conversion board
  • Contents (11 entries):
    • bd00 -8.0 KB
    • bd01 -8.0 KB
    • bd02 -8.0 KB
    • bd03 -8.0 KB
    • bd04 -8.0 KB
    • bd05 -8.0 KB
    • bd06 -8.0 KB
    • bd07 -8.0 KB
    • lp4-2.pld -554 B
    • vd0-c.bpr -32 B
    • ... and 1 more

cobram3.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/mach3.cpp:303
  • Cobra Command on M.A.C.H. 3 hardware
  • Contents (10 entries):
    • bh00 -8.0 KB
    • bh01 -8.0 KB
    • bh02 -8.0 KB
    • bh03 -8.0 KB
    • bh05 -8.0 KB
    • bh06 -8.0 KB
    • bh07 -8.0 KB
    • bh08 -8.0 KB
    • bh09 -4.0 KB
    • bh0a -4.0 KB

cputest.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/multicputest.cpp:61
  • Z80 CPU test programs, shipped under roms/cputest/ in the emulator source. Loaded by cputest, mcputest
  • Contents (5 entries):
    • branchtest.bin -106 B
    • prog1.bin -113 B
    • prog2.bin -113 B
    • savage.com -13.8 KB
    • zexall.com -8.5 KB

dle11.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:178
  • Dragon's Lair Enhancement v1.1
  • Contents (5 entries):
    • dle11u1l.bin -8.0 KB
    • dle11u2l.bin -8.0 KB
    • dle11u3l.bin -8.0 KB
    • dle11u4l.bin -8.0 KB
    • readme11.txt -verified by CRC32 at boot, lair.cpp:197

dle20.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:242
  • Dragon's Lair Enhancement v2.0
  • Contents (5 entries):
    • DLE20_U1.bin -8.0 KB
    • DLE20_U2.bin -8.0 KB
    • DLE20_U3.bin -8.0 KB
    • DLE20_U4.bin -8.0 KB
    • readme20.txt -verified by CRC32 at boot, lair.cpp:261

dle21.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:224
  • Dragon's Lair Enhancement v2.1
  • Contents (4 entries):
    • DLE21_U1.bin -8.0 KB
    • DLE21_U2.bin -8.0 KB
    • DLE21_U3.bin -8.0 KB
    • readme21.txt -verified by CRC32 at boot, lair.cpp:268

esh.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/esh.cpp:96
  • Esh's Aurunmilla. Loaded by esh, eshalt, eshalt2, eshfix7, eshfix7alt, eshfix7alt2
  • Contents (8 entries):
    • c5_h.bin -256 B
    • c6_v.bin -256 B
    • f8_is2.bin -8.0 KB
    • h8_is1.bin -8.0 KB
    • j1_rgb.bin -512 B
    • k3_c.bin -4.0 KB
    • l3_b.bin -4.0 KB
    • m3_a.bin -4.0 KB

eshalt.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/esh.cpp:124
  • Esh's Aurunmilla, alternate set 1
  • Contents (1 entries):
    • f8_alt1.bin -8.0 KB

eshalt2.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/esh.cpp:146
  • Esh's Aurunmilla, alternate set 2. Loaded by eshalt2, eshfix7alt2
  • Contents (1 entries):
    • h8_alt2.bin -8.0 KB

eshfix7.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/esh.cpp:168-183
  • Esh's Aurunmilla, stage 7 fix
  • Contents (1 entries):
    • f8_is2-fixed.bin -8.0 KB

eshfix7alt.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/esh.cpp:190
  • Esh's Aurunmilla, stage 7 fix for alternate set 1
  • Contents (1 entries):
    • f8_is2-fixed-alt.bin -8.0 KB

eshfix7alt2.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/esh.cpp:212-227
  • Esh's Aurunmilla, stage 7 fix for alternate set 2
  • Contents (1 entries):
    • f8_is2-fixed.bin -8.0 KB

firefox.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/firefox.cpp:142
  • Firefox. Main program, four ROM banks and character graphics. Loaded by firefox, firefoxa
  • Contents (8 entries):
    • 136026.101 -16.0 KB
    • 136026.102 -16.0 KB
    • 136026.105 -16.0 KB
    • 136026.106 -16.0 KB
    • 136026.109 -16.0 KB
    • 136026.110 -16.0 KB
    • 136026.111 -16.0 KB
    • 136026.125 -8.0 KB

firefoxa.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size
  • Source: src/game/firefox.cpp:170
  • Firefox alternate program and banks. Driver passes crc32 0, so no CRC check
  • Contents (6 entries):
    • 136026.127 -8.0 KB
    • 136026.201 -16.0 KB
    • 136026.205 -16.0 KB
    • 136026.209 -16.0 KB
    • 136026.210 -16.0 KB
    • 136026.211 -16.0 KB

galaxy.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/astron.cpp:143
  • Galaxy Ranger. Loaded by blazer, galaxy, galaxyp
  • Contents (8 entries):
    • gr5592.bin -16.0 KB
    • gr5593.bin -16.0 KB
    • gr5594.bin -16.0 KB
    • gr5595.bin -16.0 KB
    • gr5611.bin -16.0 KB
    • gr5612.bin -16.0 KB
    • gr5633.bin -16.0 KB
    • gr5634.bin -16.0 KB

galaxyp.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/astron.cpp:191
  • Galaxy Ranger, alternate program ROMs
  • Contents (2 entries):
    • epr-5613.bin -16.0 KB
    • epr-5614.bin -16.0 KB

gpworld.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size
  • Source: src/game/gpworld.cpp:101
  • GP World. Driver passes crc32 0, so no CRC check
  • Contents (17 entries):
    • gpw_5501.bin -256 B
    • gpw_6146.bin -32 B
    • gpw_6147.bin -256 B
    • gpw_6148.bin -4.0 KB
    • gpw_6149.bin -16.0 KB
    • gpw_6150.bin -16.0 KB
    • gpw_6151.bin -16.0 KB
    • gpw_6152.bin -16.0 KB
    • gpw_6153.bin -16.0 KB
    • gpw_6154.bin -16.0 KB
    • ... and 7 more

gtg.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/cliff.cpp:131
  • Goal to Go
  • Contents (5 entries):
    • gtg.rm0 -8.0 KB
    • gtg.rm1 -8.0 KB
    • gtg.rm2 -8.0 KB
    • gtg.rm3 -8.0 KB
    • gtg.rm4 -8.0 KB

interstellar.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/interstellar.cpp:165
  • Interstellar
  • Contents (13 entries):
    • blue6d.bot -256 B
    • green6c.bot -256 B
    • red6b.bot -256 B
    • rom1.top -8.0 KB
    • rom11.bot -8.0 KB
    • rom2.top -8.0 KB
    • rom3.top -8.0 KB
    • rom4.top -8.0 KB
    • rom5.top -8.0 KB
    • rom6.top -8.0 KB
    • ... and 3 more

lair.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:117
  • Dragon's Lair rev F2. Loaded by lair, lair_f
  • Contents (4 entries):
    • dl_f2_u1.bin -8.0 KB
    • dl_f2_u2.bin -8.0 KB
    • dl_f2_u3.bin -8.0 KB
    • dl_f2_u4.bin -8.0 KB

lair2.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair2.cpp:138
  • Dragon's Lair 2 v3.19
  • Contents (1 entries):
    • dl2_319.bin -64.0 KB

lair2_211.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair2.cpp:109
  • Dragon's Lair 2 v2.11
  • Contents (1 entries):
    • dl2_211.bin -64.0 KB

lair2_300.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair2.cpp:113
  • Dragon's Lair 2 v3.00
  • Contents (1 entries):
    • dl2_300.bin -64.0 KB

lair2_314.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair2.cpp:117
  • Dragon's Lair 2 v3.14
  • Contents (1 entries):
    • dl2_314.bin -64.0 KB

lair2_315.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair2.cpp:121
  • Dragon's Lair 2 v3.15
  • Contents (1 entries):
    • dl2_315.bin -64.0 KB

lair2_316_euro.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair2.cpp:142
  • Dragon's Lair 2 v3.16 Euro
  • Contents (1 entries):
    • lair2_316_euro.bin -64.0 KB

lair2_318.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair2.cpp:134
  • Dragon's Lair 2 v3.18
  • Contents (1 entries):
    • dl2_318.bin -64.0 KB

lair2_319_euro.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair2.cpp:146
  • Dragon's Lair 2 v3.19 Euro
  • Contents (1 entries):
    • dl2euro3.19.bin -64.0 KB

lair2_319_span.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair2.cpp:150
  • Dragon's Lair 2 v3.19 Spanish
  • Contents (1 entries):
    • lair2_319_span.bin -64.0 KB

lair_a.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:399
  • Dragon's Lair rev A. Loaded by lair_a, lair_b, lair_c
  • Contents (5 entries):
    • dl_a_u1.bin -8.0 KB
    • dl_a_u2.bin -8.0 KB
    • dl_a_u3.bin -8.0 KB
    • dl_a_u4.bin -8.0 KB
    • dl_a_u5.bin -8.0 KB

lair_b.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:425
  • Dragon's Lair rev B. Loaded by lair_b, lair_c
  • Contents (1 entries):
    • dl_b_u2.bin -8.0 KB

lair_c.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:437
  • Dragon's Lair rev C
  • Contents (1 entries):
    • dl_c_u1.bin -8.0 KB

lair_d.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:450
  • Dragon's Lair rev D
  • Contents (5 entries):
    • dl_d_u1.bin -8.0 KB
    • dl_d_u2.bin -8.0 KB
    • dl_d_u3.bin -8.0 KB
    • dl_d_u4.bin -8.0 KB
    • dl_d_u5.bin -8.0 KB

lair_d2.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/laireuro.cpp:672
  • Dragon's Lair PAL, third set
  • Contents (1 entries):
    • elu45_d2.bin -8.0 KB

lair_e.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:149
  • Dragon's Lair rev E
  • Contents (4 entries):
    • dl_e_u1.bin -8.0 KB
    • dl_e_u2.bin -8.0 KB
    • dl_e_u3.bin -8.0 KB
    • dl_e_u4.bin -8.0 KB

lair_f.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:139
  • Dragon's Lair rev F
  • Contents (2 entries):
    • dl_f_u1.bin -8.0 KB
    • dl_f_u4.bin -8.0 KB

lair_ita.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/laireuro.cpp:655
  • Dragon's Lair PAL, Italian version
  • Contents (2 entries):
    • lair_ita_45.bin -8.0 KB
    • lair_ita_48.bin -8.0 KB

lair_n1.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:462
  • Dragon's Lair NTSC prototype, machine serial number 1
  • Contents (5 entries):
    • dl_n1_u1.bin -8.0 KB
    • dl_n1_u2.bin -8.0 KB
    • dl_n1_u3.bin -8.0 KB
    • dl_n1_u4.bin -8.0 KB
    • dl_n1_u5.bin -8.0 KB

lair_x.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:475
  • Dragon's Lair NTSC, early set of unknown revision
  • Contents (5 entries):
    • dl_x_u1.bin -8.0 KB
    • dl_x_u2.bin -8.0 KB
    • dl_x_u3.bin -8.0 KB
    • dl_x_u4.bin -8.0 KB
    • dl_x_u5.bin -8.0 KB

laireuro.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/laireuro.cpp:84
  • Dragon's Lair PAL. Loaded by lair_d2, lair_ita, laireuro
  • Contents (5 entries):
    • elu33.bin -8.0 KB
    • elu45.bin -8.0 KB
    • elu46.bin -8.0 KB
    • elu47.bin -8.0 KB
    • elu48.bin -8.0 KB

lgp.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size
  • Source: src/game/lgp.cpp:93
  • Program and character ROMs. Driver passes crc32 0, so no CRC check
  • Contents (9 entries):
    • A02_29.bin -8.0 KB
    • a02_01.bin -8.0 KB
    • a02_02.bin -8.0 KB
    • a02_03.bin -8.0 KB
    • a02_04.bin -8.0 KB
    • a02_14.bin -8.0 KB
    • a02_15.bin -8.0 KB
    • a02_16.bin -8.0 KB
    • a02_17.bin -8.0 KB

mach3.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/mach3.cpp:229
  • M.A.C.H. 3
  • Contents (14 entries):
    • m3drom1.bin -4.0 KB
    • m3rom0.bin -8.0 KB
    • m3rom1.bin -8.0 KB
    • m3rom2.bin -8.0 KB
    • m3rom3.bin -8.0 KB
    • m3rom4.bin -8.0 KB
    • m3target.bin -949.0 KB
    • m3yrom1.bin -4.0 KB
    • mach3bg0.bin -4.0 KB
    • mach3bg1.bin -4.0 KB
    • ... and 4 more

roadblaster.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/bega.cpp:223
  • Road Blaster
  • Contents (6 entries):
    • 00.bin -8.0 KB
    • 01.bin -8.0 KB
    • 02.bin -8.0 KB
    • 03-06.bin -8.0 KB
    • 04-07.bin -8.0 KB
    • 05-08.bin -8.0 KB

sae.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/lair.cpp:345
  • Space Ace Enhancement
  • Contents (6 entries):
    • sae10_u1.bin -8.0 KB
    • sae10_u2.bin -8.0 KB
    • sae10_u3.bin -8.0 KB
    • sae10_u4.bin -8.0 KB
    • sae10_u5.bin -8.0 KB
    • readme.txt -verified by CRC32 at boot, lair.cpp:373

sdq.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/superd.cpp:196
  • Super Don Quix-ote. Loaded by sdq, sdqshort, sdqshortalt
  • Contents (3 entries):
    • sdq-char.bin -8.0 KB
    • sdq-cprm.bin -32 B
    • sdq-prog.bin -16.0 KB

sdqshort.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/superd.cpp:214
  • Super Don Quix-ote, short scenes set
  • Contents (1 entries):
    • sdq_c45.rom -16.0 KB

sdqshortalt.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/superd.cpp:234
  • Super Don Quix-ote, alternate short scenes set
  • Contents (1 entries):
    • sdq_c45alt.rom -16.0 KB

timetrav.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size
  • Source: src/game/timetrav.cpp:64
  • Single 256 KB program ROM. Driver passes crc32 0, so no CRC check
  • Contents (1 entries):
    • TT061891.BIN -256.0 KB

tq.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/thayers.cpp:97
  • Thayer's Quest. Loaded by tq, tq_alt, tq_swear
  • Contents (3 entries):
    • tq_cop.bin -1.0 KB
    • tq_u1.bin -8.0 KB
    • tq_u33.bin -32.0 KB

tq_alt.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/thayers.cpp:253
  • Thayer's Quest, alternate program ROM
  • Contents (1 entries):
    • tq_u1.bin -8.0 KB

tq_swear.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/thayers.cpp:264
  • Thayer's Quest, JnK's swearing hack
  • Contents (1 entries):
    • tq_u33_mod.bin -32.0 KB

uvt.zip required in repo bios_zip

  • System: arcade-laserdisc
  • Validation: size, crc32
  • Source: src/game/mach3.cpp:261
  • Us vs Them
  • Contents (13 entries):
    • usvs.bg0 -4.0 KB
    • usvs.bg1 -4.0 KB
    • usvs.fg0 -16.0 KB
    • usvs.fg1 -16.0 KB
    • usvs.fg2 -16.0 KB
    • usvs.fg3 -16.0 KB
    • usvs.rm0 -8.0 KB
    • usvs.rm1 -8.0 KB
    • usvs.rm2 -8.0 KB
    • usvs.rm3 -8.0 KB
    • ... and 3 more

Generated on 2026-08-23T16:12:06Z