mirror of
https://github.com/ksherlock/ample.git
synced 2026-01-22 16:16:02 +00:00
0.275 machine updates
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"]
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user