mirror of
https://github.com/Abdess/retroarch_system.git
synced 2026-04-22 00:32:36 -05:00
feat: add tandy vis bios root set to mame profiles
vis.zip (p513bk0b.bin + p513bk1b.bin) from src/mame/trs/vis.cpp. Driver added in MAME 0.180, not present in older cores.
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user