This commit is contained in:
Kelvin Sherlock
2024-03-10 19:21:25 -04:00
parent 78bcc88694
commit a28c42a2b6
6 changed files with 1015 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ MACHINES = (
# macintosh...
"macii", "maciihmu", "mac2fdhd", "maciix", "maciicx", "maciici", "maciisi",
"maciivx", "maciivi",
"maclc", "maclc2", "maclc3", "maclc3p", "maclc520", "maclc550",
"maclc", "maclc2", "maclc3", "maclc3p", "maclc520", "maclc550", "mactv",
# mac 128k-classic
"mac128k", "mac512k", "mac512ke", "macplus", "macse", "macsefd", "macse30",

View File

@@ -663,7 +663,7 @@ devices = {}
p = argparse.ArgumentParser()
p.add_argument('machine', nargs="*")
p.add_argument('--extra', action='store_true')
p.add_argument('--extra', action='store_true', help='also generate Ample Lite machines')
args = p.parse_args()
extra = args.extra

View File

@@ -34,7 +34,7 @@ mac_ii_children = [
mac_lc_children = [
"maclc", "maclc2", "maclc3", "maclc3p",
"maclc475", "maclc520", "maclc550", "maclc575",
"macct610", "macct650",
"macct610", "macct650", "mactv",
]
# maclc50" / macqd630 slots are messed up right now.