Skip to content

Commit

Permalink
add powerbook models (0.273)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Jan 1, 2025
1 parent d46bcb5 commit 6e9b83e
Show file tree
Hide file tree
Showing 13 changed files with 6,214 additions and 0 deletions.
673 changes: 673 additions & 0 deletions Ample/Resources/macpb140.plist

Large diffs are not rendered by default.

673 changes: 673 additions & 0 deletions Ample/Resources/macpb145.plist

Large diffs are not rendered by default.

663 changes: 663 additions & 0 deletions Ample/Resources/macpb145b.plist

Large diffs are not rendered by default.

693 changes: 693 additions & 0 deletions Ample/Resources/macpb160.plist

Large diffs are not rendered by default.

693 changes: 693 additions & 0 deletions Ample/Resources/macpb165.plist

Large diffs are not rendered by default.

693 changes: 693 additions & 0 deletions Ample/Resources/macpb165c.plist

Large diffs are not rendered by default.

663 changes: 663 additions & 0 deletions Ample/Resources/macpb170.plist

Large diffs are not rendered by default.

693 changes: 693 additions & 0 deletions Ample/Resources/macpb180.plist

Large diffs are not rendered by default.

693 changes: 693 additions & 0 deletions Ample/Resources/macpb180c.plist

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions Ample/Resources/models.plist
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,67 @@
</dict>
</array>
</dict>
<dict>
<key>description</key>
<string>Macintosh (PowerBook)</string>
<key>children</key>
<array>
<dict>
<key>description</key>
<string>Macintosh PowerBook 140</string>
<key>value</key>
<string>macpb140</string>
</dict>
<dict>
<key>description</key>
<string>Macintosh PowerBook 145</string>
<key>value</key>
<string>macpb145</string>
</dict>
<dict>
<key>description</key>
<string>Macintosh PowerBook 145B</string>
<key>value</key>
<string>macpb145b</string>
</dict>
<dict>
<key>description</key>
<string>Macintosh PowerBook 160</string>
<key>value</key>
<string>macpb160</string>
</dict>
<dict>
<key>description</key>
<string>Macintosh PowerBook 165</string>
<key>value</key>
<string>macpb165</string>
</dict>
<dict>
<key>description</key>
<string>Macintosh PowerBook 165c</string>
<key>value</key>
<string>macpb165c</string>
</dict>
<dict>
<key>description</key>
<string>Macintosh PowerBook 170</string>
<key>value</key>
<string>macpb170</string>
</dict>
<dict>
<key>description</key>
<string>Macintosh PowerBook 180</string>
<key>value</key>
<string>macpb180</string>
</dict>
<dict>
<key>description</key>
<string>Macintosh PowerBook 180c</string>
<key>value</key>
<string>macpb180c</string>
</dict>
</array>
</dict>
<dict>
<key>description</key>
<string>Atari ST</string>
Expand Down
12 changes: 12 additions & 0 deletions Ample/Resources/roms.plist
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,18 @@
<key>description</key>
<string>Macintosh PowerBook 100</string>
</dict>
<dict>
<key>value</key>
<string>macpb140</string>
<key>description</key>
<string>Macintosh PowerBook 140</string>
</dict>
<dict>
<key>value</key>
<string>macpb160</string>
<key>description</key>
<string>Macintosh PowerBook 160</string>
</dict>
<dict>
<key>value</key>
<string>macqd605</string>
Expand Down
2 changes: 2 additions & 0 deletions python/machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@

# portable
"macprtb", "macpb100",
# powerbook
"macpb140", "macpb145", "macpb145b", "macpb160", "macpb165", "macpb165c", "macpb170", "macpb180", "macpb180c",

# 128k clones
# "unitron", "utrn1024",
Expand Down
2 changes: 2 additions & 0 deletions python/mkmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@


mac_portable_children = ["macprtb", "macpb100"]
mac_powerbook_children = ["macpb140", "macpb145", "macpb145b", "macpb160", "macpb165", "macpb165c", "macpb170", "macpb180", "macpb180c"]

atari_st_children = ["st", "megast"]

Expand Down Expand Up @@ -106,6 +107,7 @@
("Macintosh (Quadra)", None, mac_quadra_children),
("Macintosh (LC)", None, mac_lc_children),
("Macintosh (Portable)", None, mac_portable_children),
("Macintosh (PowerBook)", None, mac_powerbook_children),
("Atari ST", "st", atari_st_children),
("Oric", None, oric_children),
("Tandy", None, tandy_children),
Expand Down

0 comments on commit 6e9b83e

Please sign in to comment.