mac2fdhd needed as parent of se/30, etc.

This commit is contained in:
Kelvin Sherlock
2021-03-26 22:21:56 -04:00
parent 821a84923f
commit 94dfbc6e3e
8 changed files with 2639 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ MACHINES = (
"cec2000", "cece", "cecg", "ceci", "cecm",
# macintosh...
"macii", "maciix", "maciicx", "maciici", "maciisi",
"macii", "maciihmu", "mac2fdhd", "maciix", "maciicx", "maciici", "maciisi",
"maciivx", "maciivi",
"maclc", "maclc2", "maclc3",

View File

@@ -25,7 +25,7 @@ cec_children = ["cec2000", "cece", "cecg", "ceci", "cecm"]
agat_children = ["agat7", "agat9"]
mac_nubus_children = [
"macii", "maciix", "maciicx", "maciici", "maciisi", "maciivx", "maciivi",
"macii", "maciihmu", "mac2fdhd", "maciix", "maciicx", "maciici", "maciisi", "maciivx", "maciivi",
"maclc", "maclc2", "maclc3"]
# se/30 and classic 2 are implemented as a nubus but i'm sticking then with the 128 due to the form factor.

View File

@@ -26,6 +26,7 @@ EXTRA_MACHINES = [
'apple2c0',
'apple2c3',
'apple2c4',
'mac2fdhd',
]