diff --git a/emulators/mame.yml b/emulators/mame.yml index 3d1c46d7..9dc4fb65 100644 --- a/emulators/mame.yml +++ b/emulators/mame.yml @@ -71,12 +71,13 @@ systems: - philips-vg5k - ti99 - tutor + - tandy-vis - trs80 - vgmplay notes: | Rolling release tracking mamedev/mame upstream (currently 0.286). - 80 BIOS root sets + 27 system ROM sets + 3 device ROMs (apple2gs, astrocade, adam, advision, apfm1000, beena, camplynx, casloopy, crvision, fm7, gamate, gamecom, gamepock, gmaster, gp32, laser310, pcw, pegasus, pv2000, rx78, segaai, socrates, ti99_4a, trs80, tutor, vg5k, vsmile). romload.cpp + 81 BIOS root sets + 28 system ROM sets + 3 device ROMs (apple2gs, astrocade, adam, advision, apfm1000, beena, camplynx, casloopy, crvision, fm7, gamate, gamecom, gamepock, gmaster, gp32, laser310, pcw, pegasus, pv2000, rx78, segaai, socrates, ti99_4a, trs80, tutor, vg5k, vis, vsmile). romload.cpp unmodified. No hiscore support. Paths under system_dir/mame/ (artwork, cheat, hash, ini, plugins, samples, crosshair). ROM search: content_dir + system_dir/mame/bios + @@ -1311,6 +1312,24 @@ files: size: 8192 crc32: a64d450a + # Tandy VIS (Video Information System) + # vis.cpp: vis (parent, WORKING). Tandy/Memorex MD-2500 (1992). + # CD-ROM-based multimedia system built on modified 286 PC hardware. + - name: vis.zip + required: true + category: bios_zip + system: tandy-vis + source_ref: "src/mame/trs/vis.cpp:1062-1066" + contents: + - name: p513bk0b.bin + description: "BIOS bank 0" + size: 524288 + crc32: 364e3f74 + - name: p513bk1b.bin + description: "BIOS bank 1" + size: 524288 + crc32: e18239c4 + # Tandy TRS-80 family # Model I (trs80.cpp): trs80 (Level I, parent, WORKING), trs80l2 (Level II, parent), # eg3003 (EACA Video Genie, parent), sys80/sys80p (clones), ht1080z/ht1080z2/ht108064 (clones). diff --git a/emulators/mamemess.yml b/emulators/mamemess.yml index 8748ca27..70d5c984 100644 --- a/emulators/mamemess.yml +++ b/emulators/mamemess.yml @@ -42,6 +42,7 @@ systems: - supracan - ti99 - interton-vc4000 + - tandy-vis - trs80 notes: | @@ -1660,6 +1661,24 @@ files: size: 16 crc32: 0ba78597 + # Tandy VIS (Video Information System) + # vis.cpp: vis (parent, WORKING). Tandy/Memorex MD-2500 (1992). + # CD-ROM-based multimedia system built on modified 286 PC hardware. + - name: vis.zip + required: true + category: bios_zip + system: tandy-vis + source_ref: "src/mame/trs/vis.cpp:1062-1066" + contents: + - name: p513bk0b.bin + description: "BIOS bank 0" + size: 524288 + crc32: 364e3f74 + - name: p513bk1b.bin + description: "BIOS bank 1" + size: 524288 + crc32: e18239c4 + # Tandy TRS-80 family # Model I (trs80.cpp): trs80 (Level I, parent, WORKING), trs80l2 (Level II, parent), # eg3003 (EACA Video Genie, parent), sys80/sys80p (clones), ht1080z/ht1080z2/ht108064 (clones).