switch the default mac II from mac lc to mac iix

This commit is contained in:
Kelvin Sherlock 2021-03-30 21:21:12 -04:00
parent 2e6edaba1b
commit cafecda333
2 changed files with 2 additions and 2 deletions

View File

@ -450,7 +450,7 @@
<key>description</key>
<string>Macintosh (NuBus)</string>
<key>value</key>
<string>maclc</string>
<string>maciix</string>
<key>children</key>
<array>
<dict>

View File

@ -45,7 +45,7 @@ tree = [
("Agat", "agat7", agat_children),
("China Education Computer", None, cec_children),
("Macintosh (Compact)", "macse30", mac_128k_children),
("Macintosh (NuBus)", "maclc", mac_nubus_children),
("Macintosh (NuBus)", "maciix", mac_nubus_children),
]
env = {'DYLD_FALLBACK_FRAMEWORK_PATH': '../embedded'}