0.275 machine updates

This commit is contained in:
Kelvin Sherlock
2025-02-27 23:21:15 -05:00
parent 40cb59e894
commit 4f641b27ab
113 changed files with 29138 additions and 78 deletions

View File

@@ -47,6 +47,8 @@ MACHINES = (
"macprtb", "macpb100",
# powerbook
"macpb140", "macpb145", "macpb145b", "macpb160", "macpb165", "macpb165c", "macpb170", "macpb180", "macpb180c",
"macpd210", "macpd230", "macpd250", "macpd270c", "macpd280", "macpd280c",
# 128k clones
# "unitron", "utrn1024",

View File

@@ -51,7 +51,10 @@ mac_128k_children = ["mac128k", "mac512k", "mac512ke", "macplus",
mac_portable_children = ["macprtb", "macpb100"]
mac_powerbook_children = ["macpb140", "macpb145", "macpb145b", "macpb160", "macpb165", "macpb165c", "macpb170", "macpb180", "macpb180c"]
mac_powerbook_children = [
"macpb140", "macpb145", "macpb145b", "macpb160", "macpb165", "macpb165c", "macpb170", "macpb180", "macpb180c",
"macpd210", "macpd230", "macpd250", "macpd270c", "macpd280", "macpd280c"
]
atari_st_children = ["st", "megast"]

View File

@@ -140,7 +140,7 @@ def fix_machine_description(x, devname):
def build_known_roms_list():
# https://archive.org/download/mame-merged/mame-merged/
infile = "mame-0.264-merged.html"
infile = "mame-0.273-merged.html"
# infile = "mame-0233-full.html"
# infile = "mame-0.231-merged.html"
rv = set()
@@ -176,6 +176,13 @@ rnames = set()
known = build_known_roms_list()
known.add('macpb180c')
known.add('macpd210')
known.add('macpd270c')
known.add('macpd280c')
known.add('m68hc05pge')
for m in machines:
print(m)