update machines for current mame.

tweaks description of mockingboard, adds gizmo, uthernet, cms scsi
This commit is contained in:
Kelvin Sherlock
2020-09-05 17:35:19 -04:00
parent 8906d7825f
commit af3ad78b94
49 changed files with 3333 additions and 284 deletions

View File

@@ -36,7 +36,8 @@ tree = [
("IIe Clones", None, iie_clones_children),
]
st = subprocess.run(["mame", "-listfull", *MACHINES], check=True, capture_output=True, text=True)
env = {'DYLD_FALLBACK_FRAMEWORK_PATH': '../embedded'}
st = subprocess.run(["../embedded/mame64", "-listfull", *MACHINES], check=True, capture_output=True, text=True, env=env)
# Name: Description:
# apple2gs "Apple IIgs (ROM03)"
# apple2gsr0 "Apple IIgs (ROM00)"