Skip to content

Commit

Permalink
add mac portables
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Sep 2, 2024
1 parent 58a874d commit adcd6cd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Ample/Resources/models.plist
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,25 @@
</dict>
</array>
</dict>
<dict>
<key>description</key>
<string>Macintosh (Portable)</string>
<key>children</key>
<array>
<dict>
<key>description</key>
<string>Macintosh Portable</string>
<key>value</key>
<string>macprtb</string>
</dict>
<dict>
<key>description</key>
<string>Macintosh PowerBook 100</string>
<key>value</key>
<string>macpb100</string>
</dict>
</array>
</dict>
<dict>
<key>description</key>
<string>Atari ST</string>
Expand Down
4 changes: 4 additions & 0 deletions python/mkmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
mac_128k_children = ["mac128k", "mac512k", "mac512ke", "macplus",
"macse", "macsefd", "macse30", "macclasc", "macclas2", "maccclas"]


mac_portable_children = ["macprtb", "macpb100"]

atari_st_children = ["st", "megast"]

tandy_children = [
Expand Down Expand Up @@ -96,6 +99,7 @@
("Macintosh (II)", "maciix", mac_ii_children),
("Macintosh (Quadra)", None, mac_quadra_children),
("Macintosh (LC)", None, mac_lc_children),
("Macintosh (Portable)", None, mac_portable_children),
("Atari ST", "st", atari_st_children),
("Oric", None, oric_children),
("Tandy", None, tandy_children),
Expand Down

0 comments on commit adcd6cd

Please sign in to comment.