mirror of
https://github.com/ksherlock/ample.git
synced 2026-04-24 10:16:45 +00:00
Compare commits
43 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cb275a273 | |||
| 8c96395a1d | |||
| 0a54e39cdf | |||
| 98572b3391 | |||
| e0a09e1aa8 | |||
| d498647973 | |||
| e3514812af | |||
| d5543b809e | |||
| 78c169b98a | |||
| d2edd84232 | |||
| 1b6f327e1d | |||
| 6c34645245 | |||
| 9cf3e85d59 | |||
| 6a979a149b | |||
| 60cb69df42 | |||
| 00d66f0657 | |||
| d3610baf3f | |||
| 17edca4ee0 | |||
| b307f1536c | |||
| 4f641b27ab | |||
| 40cb59e894 | |||
| c77fc55f91 | |||
| 7bb5776f5e | |||
| 9c4d8ea2d1 | |||
| 39ccaba7b6 | |||
| 5c60627ba4 | |||
| 1625cbcc34 | |||
| 2a314fe9ff | |||
| 353f2926c2 | |||
| 659a081b74 | |||
| 6e9b83eb55 | |||
| d46bcb556c | |||
| 1061e7b239 | |||
| c6ffdfc0d9 | |||
| 123e4b58c0 | |||
| c3263c1fb5 | |||
| 42f7dba174 | |||
| 0168dca870 | |||
| e331f29062 | |||
| 5f57567faa | |||
| 1047c715c9 | |||
| adcd6cd7f0 | |||
| 58a874d689 |
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: build
|
||||
run: xcodebuild -project "Ample.xcodeproj" -target "Ample Lite" | xcpretty
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: Ample Lite
|
||||
path: build/Release/
|
||||
|
||||
+329
-127
@@ -19,9 +19,25 @@
|
||||
B6152B5B25F5B57E00605E6E /* Media.m in Sources */ = {isa = PBXBuildFile; fileRef = B6152B5925F5B57E00605E6E /* Media.m */; };
|
||||
B615A99F26640940001FBF99 /* SlotView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6E9A18125088B36005E7525 /* SlotView.xib */; };
|
||||
B615A9A026640A70001FBF99 /* SlotViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E9A17F25088B1B005E7525 /* SlotViewController.m */; };
|
||||
B61DB2D62CBD89C4004B9C64 /* c64c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D32CBD89C3004B9C64 /* c64c.plist */; };
|
||||
B61DB2D72CBD89C4004B9C64 /* c64c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D32CBD89C3004B9C64 /* c64c.plist */; };
|
||||
B61DB2D82CBD89C4004B9C64 /* c64.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D42CBD89C3004B9C64 /* c64.plist */; };
|
||||
B61DB2D92CBD89C4004B9C64 /* c64.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D42CBD89C3004B9C64 /* c64.plist */; };
|
||||
B61DB2DA2CBD89C4004B9C64 /* c128.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D52CBD89C4004B9C64 /* c128.plist */; };
|
||||
B61DB2DB2CBD89C4004B9C64 /* c128.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D52CBD89C4004B9C64 /* c128.plist */; };
|
||||
B63005332666D6940014C381 /* BookmarkManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B63005322666D6940014C381 /* BookmarkManager.m */; };
|
||||
B63005342666D6940014C381 /* BookmarkManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B63005322666D6940014C381 /* BookmarkManager.m */; };
|
||||
B635C09A26784A1200B23BFD /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B635C09926784A1200B23BFD /* Sparkle.framework */; };
|
||||
B634804A2D2DF24400C7408E /* bbca.plist in Resources */ = {isa = PBXBuildFile; fileRef = B636F5C52B1168C00063F9D8 /* bbca.plist */; };
|
||||
B634804B2D2DF24700C7408E /* bbcb_de.plist in Resources */ = {isa = PBXBuildFile; fileRef = B636F5C32B1168C00063F9D8 /* bbcb_de.plist */; };
|
||||
B634804C2D2DF24F00C7408E /* bbcb_no.plist in Resources */ = {isa = PBXBuildFile; fileRef = B636F5C22B1168C00063F9D8 /* bbcb_no.plist */; };
|
||||
B634804D2D2DF25200C7408E /* bbcb_us.plist in Resources */ = {isa = PBXBuildFile; fileRef = B636F5BE2B1168BF0063F9D8 /* bbcb_us.plist */; };
|
||||
B634804E2D2DF25400C7408E /* bbcb.plist in Resources */ = {isa = PBXBuildFile; fileRef = B636F5BF2B1168BF0063F9D8 /* bbcb.plist */; };
|
||||
B634804F2D2DF25900C7408E /* bbcbp.plist in Resources */ = {isa = PBXBuildFile; fileRef = B636F5C12B1168C00063F9D8 /* bbcbp.plist */; };
|
||||
B63480502D2DF25900C7408E /* bbcbp128.plist in Resources */ = {isa = PBXBuildFile; fileRef = B636F5BC2B1168BF0063F9D8 /* bbcbp128.plist */; };
|
||||
B63480512D2DF25900C7408E /* bbcm.plist in Resources */ = {isa = PBXBuildFile; fileRef = B636F5C42B1168C00063F9D8 /* bbcm.plist */; };
|
||||
B63480522D2DF25900C7408E /* bbcmc.plist in Resources */ = {isa = PBXBuildFile; fileRef = B636F5BD2B1168BF0063F9D8 /* bbcmc.plist */; };
|
||||
B63480532D2DF25900C7408E /* bbcmt.plist in Resources */ = {isa = PBXBuildFile; fileRef = B636F5C02B1168BF0063F9D8 /* bbcmt.plist */; };
|
||||
B63480542D2DF27400C7408E /* electron.plist in Resources */ = {isa = PBXBuildFile; fileRef = B636F5C62B1168C00063F9D8 /* electron.plist */; };
|
||||
B635C09B26784A1200B23BFD /* Sparkle.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B635C09926784A1200B23BFD /* Sparkle.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
|
||||
B635C09D26784A4800B23BFD /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B635C09C26784A4800B23BFD /* Sparkle.framework */; };
|
||||
B635C09F26784D4700B23BFD /* AmpleLite.m in Sources */ = {isa = PBXBuildFile; fileRef = B635C09E26784D4700B23BFD /* AmpleLite.m */; };
|
||||
@@ -57,6 +73,44 @@
|
||||
B64AF1F7250ED5E400A09B9B /* TableCellView.m in Sources */ = {isa = PBXBuildFile; fileRef = B64AF1F5250ED5E400A09B9B /* TableCellView.m */; };
|
||||
B64AF1FA250EF6A500A09B9B /* Transformers.m in Sources */ = {isa = PBXBuildFile; fileRef = B64AF1F9250EF6A500A09B9B /* Transformers.m */; };
|
||||
B64AF1FB250EF6A500A09B9B /* Transformers.m in Sources */ = {isa = PBXBuildFile; fileRef = B64AF1F9250EF6A500A09B9B /* Transformers.m */; };
|
||||
B657715E2D25D1BB00B1B10A /* apple2gsmt.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771542D25D1B800B1B10A /* apple2gsmt.plist */; };
|
||||
B657715F2D25D1BB00B1B10A /* apple2gsmt.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771542D25D1B800B1B10A /* apple2gsmt.plist */; };
|
||||
B65771602D25D1BB00B1B10A /* apple2epfr.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771552D25D1B900B1B10A /* apple2epfr.plist */; };
|
||||
B65771612D25D1BB00B1B10A /* apple2epfr.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771552D25D1B900B1B10A /* apple2epfr.plist */; };
|
||||
B65771622D25D1BB00B1B10A /* apple2epse.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771562D25D1B900B1B10A /* apple2epse.plist */; };
|
||||
B65771632D25D1BB00B1B10A /* apple2epse.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771562D25D1B900B1B10A /* apple2epse.plist */; };
|
||||
B65771642D25D1BB00B1B10A /* apple2epuk.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771572D25D1B900B1B10A /* apple2epuk.plist */; };
|
||||
B65771652D25D1BB00B1B10A /* apple2epuk.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771572D25D1B900B1B10A /* apple2epuk.plist */; };
|
||||
B65771662D25D1BB00B1B10A /* apple2eese.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771582D25D1BA00B1B10A /* apple2eese.plist */; };
|
||||
B65771672D25D1BB00B1B10A /* apple2eese.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771582D25D1BA00B1B10A /* apple2eese.plist */; };
|
||||
B65771682D25D1BB00B1B10A /* apple2ede.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771592D25D1BA00B1B10A /* apple2ede.plist */; };
|
||||
B65771692D25D1BB00B1B10A /* apple2ede.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771592D25D1BA00B1B10A /* apple2ede.plist */; };
|
||||
B657716A2D25D1BB00B1B10A /* apple2ese.plist in Resources */ = {isa = PBXBuildFile; fileRef = B657715A2D25D1BA00B1B10A /* apple2ese.plist */; };
|
||||
B657716B2D25D1BB00B1B10A /* apple2ese.plist in Resources */ = {isa = PBXBuildFile; fileRef = B657715A2D25D1BA00B1B10A /* apple2ese.plist */; };
|
||||
B657716C2D25D1BB00B1B10A /* apple2efr.plist in Resources */ = {isa = PBXBuildFile; fileRef = B657715B2D25D1BA00B1B10A /* apple2efr.plist */; };
|
||||
B657716D2D25D1BB00B1B10A /* apple2efr.plist in Resources */ = {isa = PBXBuildFile; fileRef = B657715B2D25D1BA00B1B10A /* apple2efr.plist */; };
|
||||
B657716E2D25D1BB00B1B10A /* apple2eede.plist in Resources */ = {isa = PBXBuildFile; fileRef = B657715C2D25D1BA00B1B10A /* apple2eede.plist */; };
|
||||
B657716F2D25D1BB00B1B10A /* apple2eede.plist in Resources */ = {isa = PBXBuildFile; fileRef = B657715C2D25D1BA00B1B10A /* apple2eede.plist */; };
|
||||
B65771702D25D1BB00B1B10A /* apple2epde.plist in Resources */ = {isa = PBXBuildFile; fileRef = B657715D2D25D1BA00B1B10A /* apple2epde.plist */; };
|
||||
B65771712D25D1BB00B1B10A /* apple2epde.plist in Resources */ = {isa = PBXBuildFile; fileRef = B657715D2D25D1BA00B1B10A /* apple2epde.plist */; };
|
||||
B657717B2D25DEE400B1B10A /* macpb145.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771722D25DEE200B1B10A /* macpb145.plist */; };
|
||||
B657717C2D25DEE400B1B10A /* macpb145.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771722D25DEE200B1B10A /* macpb145.plist */; };
|
||||
B657717D2D25DEE400B1B10A /* macpb165.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771732D25DEE300B1B10A /* macpb165.plist */; };
|
||||
B657717E2D25DEE400B1B10A /* macpb165.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771732D25DEE300B1B10A /* macpb165.plist */; };
|
||||
B657717F2D25DEE400B1B10A /* macpb165c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771742D25DEE300B1B10A /* macpb165c.plist */; };
|
||||
B65771802D25DEE400B1B10A /* macpb165c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771742D25DEE300B1B10A /* macpb165c.plist */; };
|
||||
B65771812D25DEE400B1B10A /* macpb170.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771752D25DEE300B1B10A /* macpb170.plist */; };
|
||||
B65771822D25DEE400B1B10A /* macpb170.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771752D25DEE300B1B10A /* macpb170.plist */; };
|
||||
B65771832D25DEE400B1B10A /* macpb140.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771762D25DEE300B1B10A /* macpb140.plist */; };
|
||||
B65771842D25DEE400B1B10A /* macpb140.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771762D25DEE300B1B10A /* macpb140.plist */; };
|
||||
B65771852D25DEE400B1B10A /* macpb180c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771772D25DEE400B1B10A /* macpb180c.plist */; };
|
||||
B65771862D25DEE400B1B10A /* macpb180c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771772D25DEE400B1B10A /* macpb180c.plist */; };
|
||||
B65771872D25DEE400B1B10A /* macpb145b.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771782D25DEE400B1B10A /* macpb145b.plist */; };
|
||||
B65771882D25DEE400B1B10A /* macpb145b.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771782D25DEE400B1B10A /* macpb145b.plist */; };
|
||||
B65771892D25DEE400B1B10A /* macpb160.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771792D25DEE400B1B10A /* macpb160.plist */; };
|
||||
B657718A2D25DEE400B1B10A /* macpb160.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65771792D25DEE400B1B10A /* macpb160.plist */; };
|
||||
B657718B2D25DEE400B1B10A /* macpb180.plist in Resources */ = {isa = PBXBuildFile; fileRef = B657717A2D25DEE400B1B10A /* macpb180.plist */; };
|
||||
B657718C2D25DEE400B1B10A /* macpb180.plist in Resources */ = {isa = PBXBuildFile; fileRef = B657717A2D25DEE400B1B10A /* macpb180.plist */; };
|
||||
B65C0A772B9E77DC00CB24C9 /* mactv.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65C0A762B9E77DC00CB24C9 /* mactv.plist */; };
|
||||
B65C0A782B9E77DC00CB24C9 /* mactv.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65C0A762B9E77DC00CB24C9 /* mactv.plist */; };
|
||||
B65D1B942BB7B1AC00C15287 /* cocoh.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65D1B902BB7B1AB00C15287 /* cocoh.plist */; };
|
||||
@@ -373,7 +427,6 @@
|
||||
B67878F62B01732700CFACF2 /* macse.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6DE32432605482500418375 /* macse.plist */; };
|
||||
B67878F72B01732700CFACF2 /* macsefd.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6DE32402605482500418375 /* macsefd.plist */; };
|
||||
B67878F82B01732700CFACF2 /* megast.plist in Resources */ = {isa = PBXBuildFile; fileRef = B66116872A2535F50038A3E2 /* megast.plist */; };
|
||||
B67878F92B01732700CFACF2 /* models.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61099F524F5F36F005CB652 /* models.plist */; };
|
||||
B67878FA2B01732700CFACF2 /* prav8c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6109A0C24F5F374005CB652 /* prav8c.plist */; };
|
||||
B67878FB2B01732700CFACF2 /* prav82.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6109A0D24F5F374005CB652 /* prav82.plist */; };
|
||||
B67878FC2B01732700CFACF2 /* space84.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61099F024F5F36E005CB652 /* space84.plist */; };
|
||||
@@ -435,6 +488,18 @@
|
||||
B6BA258224E99BEB005FB8FF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B6BA258124E99BEB005FB8FF /* Assets.xcassets */; };
|
||||
B6BA258524E99BEB005FB8FF /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6BA258324E99BEB005FB8FF /* MainMenu.xib */; };
|
||||
B6BA258824E99BEB005FB8FF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B6BA258724E99BEB005FB8FF /* main.m */; };
|
||||
B6D05CE52D717264000CBFA5 /* macpd230.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CDF2D717264000CBFA5 /* macpd230.plist */; };
|
||||
B6D05CE62D717264000CBFA5 /* macpd230.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CDF2D717264000CBFA5 /* macpd230.plist */; };
|
||||
B6D05CE72D717264000CBFA5 /* macpd250.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CE02D717264000CBFA5 /* macpd250.plist */; };
|
||||
B6D05CE82D717264000CBFA5 /* macpd250.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CE02D717264000CBFA5 /* macpd250.plist */; };
|
||||
B6D05CE92D717264000CBFA5 /* macpd280.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CE12D717264000CBFA5 /* macpd280.plist */; };
|
||||
B6D05CEA2D717264000CBFA5 /* macpd280.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CE12D717264000CBFA5 /* macpd280.plist */; };
|
||||
B6D05CEB2D717264000CBFA5 /* macpd210.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CE22D717264000CBFA5 /* macpd210.plist */; };
|
||||
B6D05CEC2D717264000CBFA5 /* macpd210.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CE22D717264000CBFA5 /* macpd210.plist */; };
|
||||
B6D05CED2D717264000CBFA5 /* macpd270c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CE32D717264000CBFA5 /* macpd270c.plist */; };
|
||||
B6D05CEE2D717264000CBFA5 /* macpd270c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CE32D717264000CBFA5 /* macpd270c.plist */; };
|
||||
B6D05CEF2D717264000CBFA5 /* macpd280c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CE42D717264000CBFA5 /* macpd280c.plist */; };
|
||||
B6D05CF02D717264000CBFA5 /* macpd280c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D05CE42D717264000CBFA5 /* macpd280c.plist */; };
|
||||
B6D6DE3924FAC8B500661A5F /* Preferences.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6D6DE3724FAC8B500661A5F /* Preferences.xib */; };
|
||||
B6D6DE3B24FACF4F00661A5F /* Defaults.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6D6DE3A24FACF4F00661A5F /* Defaults.plist */; };
|
||||
B6D6DE3E24FADF8B00661A5F /* LaunchWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6D6DE3C24FADF8B00661A5F /* LaunchWindow.xib */; };
|
||||
@@ -518,7 +583,6 @@
|
||||
B6EEFAC62B9ABCAE0068B47C /* d64plus.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6EEFAB02B9ABCAE0068B47C /* d64plus.plist */; };
|
||||
B6EEFAC72B9ABCAE0068B47C /* d64plus.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6EEFAB02B9ABCAE0068B47C /* d64plus.plist */; };
|
||||
B6EEFAC82B9ABCAE0068B47C /* models.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6EEFAB12B9ABCAE0068B47C /* models.plist */; };
|
||||
B6EEFAC92B9ABCAE0068B47C /* models.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6EEFAB12B9ABCAE0068B47C /* models.plist */; };
|
||||
B6EEFACA2B9ABCAE0068B47C /* coco3p.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6EEFAB22B9ABCAE0068B47C /* coco3p.plist */; };
|
||||
B6EEFACB2B9ABCAE0068B47C /* coco3p.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6EEFAB22B9ABCAE0068B47C /* coco3p.plist */; };
|
||||
B6EEFACC2B9ABCAE0068B47C /* dragon200.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6EEFAB32B9ABCAE0068B47C /* dragon200.plist */; };
|
||||
@@ -538,6 +602,12 @@
|
||||
B6F9F8B32C5E682E007D5A3B /* maciifx.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6F9F8B22C5E682E007D5A3B /* maciifx.plist */; };
|
||||
B6F9F8B42C5E682E007D5A3B /* maciifx.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6F9F8B22C5E682E007D5A3B /* maciifx.plist */; };
|
||||
B6F9F8B72C5EA181007D5A3B /* Host.MLI.po in CopyFiles */ = {isa = PBXBuildFile; fileRef = B6F9F8B52C5EA0F8007D5A3B /* Host.MLI.po */; };
|
||||
B6F9F8BB2C62E0D0007D5A3B /* apple2c3.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6F9F8B82C62E0D0007D5A3B /* apple2c3.plist */; };
|
||||
B6F9F8BC2C62E0D0007D5A3B /* apple2c3.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6F9F8B82C62E0D0007D5A3B /* apple2c3.plist */; };
|
||||
B6F9F8BD2C62E0D0007D5A3B /* apple2c0.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6F9F8B92C62E0D0007D5A3B /* apple2c0.plist */; };
|
||||
B6F9F8BE2C62E0D0007D5A3B /* apple2c0.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6F9F8B92C62E0D0007D5A3B /* apple2c0.plist */; };
|
||||
B6F9F8BF2C62E0D0007D5A3B /* apple2c4.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6F9F8BA2C62E0D0007D5A3B /* apple2c4.plist */; };
|
||||
B6F9F8C02C62E0D0007D5A3B /* apple2c4.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6F9F8BA2C62E0D0007D5A3B /* apple2c4.plist */; };
|
||||
B6FECDD02BA8AA080025B402 /* prav8d.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6FECDCC2BA8AA080025B402 /* prav8d.plist */; };
|
||||
B6FECDD12BA8AA080025B402 /* prav8d.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6FECDCC2BA8AA080025B402 /* prav8d.plist */; };
|
||||
B6FECDD22BA8AA080025B402 /* telstrat.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6FECDCD2BA8AA080025B402 /* telstrat.plist */; };
|
||||
@@ -676,6 +746,9 @@
|
||||
B6152B5825F5B4F100605E6E /* Media.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Media.h; sourceTree = "<group>"; };
|
||||
B6152B5925F5B57E00605E6E /* Media.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Media.m; sourceTree = "<group>"; };
|
||||
B618B8C32729F6690045C2D8 /* laser128o.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = laser128o.plist; sourceTree = "<group>"; };
|
||||
B61DB2D32CBD89C3004B9C64 /* c64c.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = c64c.plist; sourceTree = "<group>"; };
|
||||
B61DB2D42CBD89C3004B9C64 /* c64.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = c64.plist; sourceTree = "<group>"; };
|
||||
B61DB2D52CBD89C4004B9C64 /* c128.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = c128.plist; sourceTree = "<group>"; };
|
||||
B622BAD62AA1615700CCB38C /* macqd605.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macqd605.plist; sourceTree = "<group>"; };
|
||||
B622BAD92AA1615D00CCB38C /* macqd630.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macqd630.plist; sourceTree = "<group>"; };
|
||||
B622BADC2AA1617F00CCB38C /* maclc580.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = maclc580.plist; sourceTree = "<group>"; };
|
||||
@@ -744,6 +817,25 @@
|
||||
B65085B625B616AC00354EC9 /* maclc2.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = maclc2.plist; sourceTree = "<group>"; };
|
||||
B65085B725B616AC00354EC9 /* maclc3.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = maclc3.plist; sourceTree = "<group>"; };
|
||||
B65085B825B616AC00354EC9 /* maciici.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = maciici.plist; sourceTree = "<group>"; };
|
||||
B65771542D25D1B800B1B10A /* apple2gsmt.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2gsmt.plist; sourceTree = "<group>"; };
|
||||
B65771552D25D1B900B1B10A /* apple2epfr.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2epfr.plist; sourceTree = "<group>"; };
|
||||
B65771562D25D1B900B1B10A /* apple2epse.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2epse.plist; sourceTree = "<group>"; };
|
||||
B65771572D25D1B900B1B10A /* apple2epuk.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2epuk.plist; sourceTree = "<group>"; };
|
||||
B65771582D25D1BA00B1B10A /* apple2eese.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2eese.plist; sourceTree = "<group>"; };
|
||||
B65771592D25D1BA00B1B10A /* apple2ede.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2ede.plist; sourceTree = "<group>"; };
|
||||
B657715A2D25D1BA00B1B10A /* apple2ese.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2ese.plist; sourceTree = "<group>"; };
|
||||
B657715B2D25D1BA00B1B10A /* apple2efr.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2efr.plist; sourceTree = "<group>"; };
|
||||
B657715C2D25D1BA00B1B10A /* apple2eede.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2eede.plist; sourceTree = "<group>"; };
|
||||
B657715D2D25D1BA00B1B10A /* apple2epde.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2epde.plist; sourceTree = "<group>"; };
|
||||
B65771722D25DEE200B1B10A /* macpb145.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpb145.plist; sourceTree = "<group>"; };
|
||||
B65771732D25DEE300B1B10A /* macpb165.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpb165.plist; sourceTree = "<group>"; };
|
||||
B65771742D25DEE300B1B10A /* macpb165c.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpb165c.plist; sourceTree = "<group>"; };
|
||||
B65771752D25DEE300B1B10A /* macpb170.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpb170.plist; sourceTree = "<group>"; };
|
||||
B65771762D25DEE300B1B10A /* macpb140.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpb140.plist; sourceTree = "<group>"; };
|
||||
B65771772D25DEE400B1B10A /* macpb180c.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpb180c.plist; sourceTree = "<group>"; };
|
||||
B65771782D25DEE400B1B10A /* macpb145b.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpb145b.plist; sourceTree = "<group>"; };
|
||||
B65771792D25DEE400B1B10A /* macpb160.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpb160.plist; sourceTree = "<group>"; };
|
||||
B657717A2D25DEE400B1B10A /* macpb180.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpb180.plist; sourceTree = "<group>"; };
|
||||
B65C0A762B9E77DC00CB24C9 /* mactv.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = mactv.plist; sourceTree = "<group>"; };
|
||||
B65D1B902BB7B1AB00C15287 /* cocoh.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = cocoh.plist; sourceTree = "<group>"; };
|
||||
B65D1B912BB7B1AB00C15287 /* mc10.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = mc10.plist; sourceTree = "<group>"; };
|
||||
@@ -915,6 +1007,12 @@
|
||||
B6BA258624E99BEB005FB8FF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
B6BA258724E99BEB005FB8FF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
B6BA258924E99BEB005FB8FF /* Ample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Ample.entitlements; sourceTree = "<group>"; };
|
||||
B6D05CDF2D717264000CBFA5 /* macpd230.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpd230.plist; sourceTree = "<group>"; };
|
||||
B6D05CE02D717264000CBFA5 /* macpd250.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpd250.plist; sourceTree = "<group>"; };
|
||||
B6D05CE12D717264000CBFA5 /* macpd280.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpd280.plist; sourceTree = "<group>"; };
|
||||
B6D05CE22D717264000CBFA5 /* macpd210.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpd210.plist; sourceTree = "<group>"; };
|
||||
B6D05CE32D717264000CBFA5 /* macpd270c.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpd270c.plist; sourceTree = "<group>"; };
|
||||
B6D05CE42D717264000CBFA5 /* macpd280c.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macpd280c.plist; sourceTree = "<group>"; };
|
||||
B6D6DE3824FAC8B500661A5F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/Preferences.xib; sourceTree = "<group>"; };
|
||||
B6D6DE3A24FACF4F00661A5F /* Defaults.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Defaults.plist; sourceTree = "<group>"; };
|
||||
B6D6DE3D24FADF8B00661A5F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchWindow.xib; sourceTree = "<group>"; };
|
||||
@@ -982,6 +1080,9 @@
|
||||
B6F9F8A92C5E6814007D5A3B /* macqd950.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macqd950.plist; sourceTree = "<group>"; };
|
||||
B6F9F8B22C5E682E007D5A3B /* maciifx.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = maciifx.plist; sourceTree = "<group>"; };
|
||||
B6F9F8B52C5EA0F8007D5A3B /* Host.MLI.po */ = {isa = PBXFileReference; lastKnownFileType = file; name = Host.MLI.po; path = embedded/Host.MLI.po; sourceTree = "<group>"; };
|
||||
B6F9F8B82C62E0D0007D5A3B /* apple2c3.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2c3.plist; sourceTree = "<group>"; };
|
||||
B6F9F8B92C62E0D0007D5A3B /* apple2c0.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2c0.plist; sourceTree = "<group>"; };
|
||||
B6F9F8BA2C62E0D0007D5A3B /* apple2c4.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2c4.plist; sourceTree = "<group>"; };
|
||||
B6FECAFA28C0093600E143DA /* las3000.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = las3000.plist; sourceTree = "<group>"; };
|
||||
B6FECDCC2BA8AA080025B402 /* prav8d.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = prav8d.plist; sourceTree = "<group>"; };
|
||||
B6FECDCD2BA8AA080025B402 /* telstrat.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = telstrat.plist; sourceTree = "<group>"; };
|
||||
@@ -1012,7 +1113,6 @@
|
||||
B65D718625E70BD5008C5F87 /* WebKit.framework in Frameworks */,
|
||||
B635C09D26784A4800B23BFD /* Sparkle.framework in Frameworks */,
|
||||
B68A899426BF124B00B2C8C6 /* CoreMIDI.framework in Frameworks */,
|
||||
B635C09A26784A1200B23BFD /* Sparkle.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -1047,6 +1147,67 @@
|
||||
B64E15AF24EA365E00E8AD3D /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B6D05CE22D717264000CBFA5 /* macpd210.plist */,
|
||||
B6D05CDF2D717264000CBFA5 /* macpd230.plist */,
|
||||
B6D05CE02D717264000CBFA5 /* macpd250.plist */,
|
||||
B6D05CE32D717264000CBFA5 /* macpd270c.plist */,
|
||||
B6D05CE12D717264000CBFA5 /* macpd280.plist */,
|
||||
B6D05CE42D717264000CBFA5 /* macpd280c.plist */,
|
||||
B65771762D25DEE300B1B10A /* macpb140.plist */,
|
||||
B65771722D25DEE200B1B10A /* macpb145.plist */,
|
||||
B65771782D25DEE400B1B10A /* macpb145b.plist */,
|
||||
B65771792D25DEE400B1B10A /* macpb160.plist */,
|
||||
B65771732D25DEE300B1B10A /* macpb165.plist */,
|
||||
B65771742D25DEE300B1B10A /* macpb165c.plist */,
|
||||
B65771752D25DEE300B1B10A /* macpb170.plist */,
|
||||
B657717A2D25DEE400B1B10A /* macpb180.plist */,
|
||||
B65771772D25DEE400B1B10A /* macpb180c.plist */,
|
||||
B65771592D25D1BA00B1B10A /* apple2ede.plist */,
|
||||
B657715C2D25D1BA00B1B10A /* apple2eede.plist */,
|
||||
B65771582D25D1BA00B1B10A /* apple2eese.plist */,
|
||||
B657715B2D25D1BA00B1B10A /* apple2efr.plist */,
|
||||
B657715D2D25D1BA00B1B10A /* apple2epde.plist */,
|
||||
B65771552D25D1B900B1B10A /* apple2epfr.plist */,
|
||||
B65771562D25D1B900B1B10A /* apple2epse.plist */,
|
||||
B65771572D25D1B900B1B10A /* apple2epuk.plist */,
|
||||
B657715A2D25D1BA00B1B10A /* apple2ese.plist */,
|
||||
B65771542D25D1B800B1B10A /* apple2gsmt.plist */,
|
||||
B6852EC82B0EAA7500BBFFC7 /* a500.plist */,
|
||||
B6852EC32B0EAA7400BBFFC7 /* a500n.plist */,
|
||||
B6852EC42B0EAA7400BBFFC7 /* a1000.plist */,
|
||||
B6852EC52B0EAA7400BBFFC7 /* a1000n.plist */,
|
||||
B6852EC62B0EAA7400BBFFC7 /* a2000.plist */,
|
||||
B6852EC72B0EAA7400BBFFC7 /* a2000n.plist */,
|
||||
B6896DEC2B016CD800251FA4 /* ace100.plist */,
|
||||
B63E57E12755AF1F00F8B5D1 /* ace500.plist */,
|
||||
B6896E322B016CEA00251FA4 /* ace1000.plist */,
|
||||
B6ABF47B275986EA00DC3D48 /* ace2200.plist */,
|
||||
B6896E1B2B016CE500251FA4 /* agat7.plist */,
|
||||
B6109A1224F5F375005CB652 /* agat9.plist */,
|
||||
B6896DB02B016CCB00251FA4 /* albert.plist */,
|
||||
B6109A0724F5F372005CB652 /* am64.plist */,
|
||||
B6896DE12B016CD600251FA4 /* am100.plist */,
|
||||
B6109A0424F5F372005CB652 /* apple1.plist */,
|
||||
B6896DC12B016CCF00251FA4 /* apple2.plist */,
|
||||
B61099F124F5F36F005CB652 /* apple2c.plist */,
|
||||
B6F9F8B92C62E0D0007D5A3B /* apple2c0.plist */,
|
||||
B6F9F8B82C62E0D0007D5A3B /* apple2c3.plist */,
|
||||
B6F9F8BA2C62E0D0007D5A3B /* apple2c4.plist */,
|
||||
B6896DA12B016CC800251FA4 /* apple2cp.plist */,
|
||||
B61099EA24F5F36E005CB652 /* apple2e.plist */,
|
||||
B6896E0D2B016CE100251FA4 /* apple2ee.plist */,
|
||||
B6109A0124F5F371005CB652 /* apple2eefr.plist */,
|
||||
B6896DD72B016CD300251FA4 /* apple2ees.plist */,
|
||||
B6109A0624F5F372005CB652 /* apple2eeuk.plist */,
|
||||
B6896DDD2B016CD500251FA4 /* apple2ep.plist */,
|
||||
B61099F324F5F36F005CB652 /* apple2euk.plist */,
|
||||
B6896DBA2B016CCD00251FA4 /* apple2gs.plist */,
|
||||
B61099F624F5F36F005CB652 /* apple2gsr0.plist */,
|
||||
B6896DD82B016CD400251FA4 /* apple2gsr1.plist */,
|
||||
B61099F224F5F36F005CB652 /* apple2jp.plist */,
|
||||
B6896DEB2B016CD800251FA4 /* apple2p.plist */,
|
||||
B61099FD24F5F370005CB652 /* apple3.plist */,
|
||||
B6896E032B016CDE00251FA4 /* basis108.plist */,
|
||||
B636F5C52B1168C00063F9D8 /* bbca.plist */,
|
||||
B636F5C32B1168C00063F9D8 /* bbcb_de.plist */,
|
||||
B636F5C22B1168C00063F9D8 /* bbcb_no.plist */,
|
||||
@@ -1057,52 +1218,35 @@
|
||||
B636F5C42B1168C00063F9D8 /* bbcm.plist */,
|
||||
B636F5BD2B1168BF0063F9D8 /* bbcmc.plist */,
|
||||
B636F5C02B1168BF0063F9D8 /* bbcmt.plist */,
|
||||
B636F5C62B1168C00063F9D8 /* electron.plist */,
|
||||
B6852EC82B0EAA7500BBFFC7 /* a500.plist */,
|
||||
B6852EC32B0EAA7400BBFFC7 /* a500n.plist */,
|
||||
B6852EC42B0EAA7400BBFFC7 /* a1000.plist */,
|
||||
B6852EC52B0EAA7400BBFFC7 /* a1000n.plist */,
|
||||
B6852EC62B0EAA7400BBFFC7 /* a2000.plist */,
|
||||
B6852EC72B0EAA7400BBFFC7 /* a2000n.plist */,
|
||||
B67879072B0195D800CFACF2 /* sun1.plist */,
|
||||
B67879082B0195D800CFACF2 /* sun2_50.plist */,
|
||||
B67879142B0195DB00CFACF2 /* sun2_120.plist */,
|
||||
B67879062B0195D800CFACF2 /* sun3_50.plist */,
|
||||
B67879102B0195DA00CFACF2 /* sun3_60.plist */,
|
||||
B678790A2B0195D900CFACF2 /* sun3_80.plist */,
|
||||
B67879112B0195DA00CFACF2 /* sun3_110.plist */,
|
||||
B678790F2B0195DA00CFACF2 /* sun3_150.plist */,
|
||||
B67879122B0195DA00CFACF2 /* sun3_260.plist */,
|
||||
B678790B2B0195D900CFACF2 /* sun3_e.plist */,
|
||||
B67879092B0195D800CFACF2 /* sun4_20.plist */,
|
||||
B678790C2B0195D900CFACF2 /* sun4_25.plist */,
|
||||
B67879132B0195DA00CFACF2 /* sun4_40.plist */,
|
||||
B678790D2B0195D900CFACF2 /* sun4_50.plist */,
|
||||
B678790E2B0195D900CFACF2 /* sun4_65.plist */,
|
||||
B67879002B0195C100CFACF2 /* nws1580.plist */,
|
||||
B67879012B0195C100CFACF2 /* nws5000x.plist */,
|
||||
B6896DEC2B016CD800251FA4 /* ace100.plist */,
|
||||
B6896E322B016CEA00251FA4 /* ace1000.plist */,
|
||||
B6896E1B2B016CE500251FA4 /* agat7.plist */,
|
||||
B6896DB02B016CCB00251FA4 /* albert.plist */,
|
||||
B6896DE12B016CD600251FA4 /* am100.plist */,
|
||||
B6896DC12B016CCF00251FA4 /* apple2.plist */,
|
||||
B6896DA12B016CC800251FA4 /* apple2cp.plist */,
|
||||
B6896E0D2B016CE100251FA4 /* apple2ee.plist */,
|
||||
B6896DD72B016CD300251FA4 /* apple2ees.plist */,
|
||||
B6896DDD2B016CD500251FA4 /* apple2ep.plist */,
|
||||
B6896DBA2B016CCD00251FA4 /* apple2gs.plist */,
|
||||
B6896DD82B016CD400251FA4 /* apple2gsr1.plist */,
|
||||
B6896DEB2B016CD800251FA4 /* apple2p.plist */,
|
||||
B6896E032B016CDE00251FA4 /* basis108.plist */,
|
||||
B61DB2D42CBD89C3004B9C64 /* c64.plist */,
|
||||
B61DB2D32CBD89C3004B9C64 /* c64c.plist */,
|
||||
B61DB2D52CBD89C4004B9C64 /* c128.plist */,
|
||||
B63C1B9B250192D800511A71 /* cec2000.plist */,
|
||||
B6896DFE2B016CDD00251FA4 /* cece.plist */,
|
||||
B63C1B9A250192D700511A71 /* cecg.plist */,
|
||||
B6896D9E2B016CC800251FA4 /* ceci.plist */,
|
||||
B63C1B9C250192D800511A71 /* cecm.plist */,
|
||||
B6896DEE2B016CD900251FA4 /* CheatSheet.html */,
|
||||
B6EEFAAD2B9ABCAD0068B47C /* coco.plist */,
|
||||
B6EEFAAC2B9ABCAD0068B47C /* coco2b.plist */,
|
||||
B65D1B922BB7B1AB00C15287 /* coco2bh.plist */,
|
||||
B6EEFAA92B9ABCAD0068B47C /* coco3.plist */,
|
||||
B65D1B932BB7B1AC00C15287 /* coco3h.plist */,
|
||||
B6EEFAB22B9ABCAE0068B47C /* coco3p.plist */,
|
||||
B65D1B902BB7B1AB00C15287 /* cocoh.plist */,
|
||||
B6109A1324F5F375005CB652 /* craft2p.plist */,
|
||||
B6896E262B016CE700251FA4 /* cz101.plist */,
|
||||
B6EEFAB02B9ABCAE0068B47C /* d64plus.plist */,
|
||||
B6896DAC2B016CCA00251FA4 /* dodo.plist */,
|
||||
B6EEFAAF2B9ABCAD0068B47C /* dragon32.plist */,
|
||||
B6EEFAA82B9ABCAD0068B47C /* dragon64.plist */,
|
||||
B6EEFAB32B9ABCAE0068B47C /* dragon200.plist */,
|
||||
B6EEFAAE2B9ABCAD0068B47C /* dragon200e.plist */,
|
||||
B6896DBC2B016CCE00251FA4 /* ds5k133.plist */,
|
||||
B6896DD12B016CD200251FA4 /* ds2100.plist */,
|
||||
B6896E1E2B016CE500251FA4 /* ds3100.plist */,
|
||||
B636F5C62B1168C00063F9D8 /* electron.plist */,
|
||||
B61099FE24F5F370005CB652 /* elppa.plist */,
|
||||
B6896DC52B016CD000251FA4 /* hkc8800a.plist */,
|
||||
B6896DF22B016CDA00251FA4 /* hp9k310.plist */,
|
||||
B6896DF02B016CD900251FA4 /* hp9k320.plist */,
|
||||
@@ -1129,35 +1273,68 @@
|
||||
B6896D9D2B016CC700251FA4 /* ip6400.plist */,
|
||||
B6896DBF2B016CCE00251FA4 /* ip6700.plist */,
|
||||
B6896E282B016CE800251FA4 /* ip6800.plist */,
|
||||
B61099EF24F5F36E005CB652 /* ivelultr.plist */,
|
||||
B6896DE72B016CD700251FA4 /* las128e2.plist */,
|
||||
B61099F724F5F36F005CB652 /* las128ex.plist */,
|
||||
B6896E2D2B016CE900251FA4 /* las3000.plist */,
|
||||
B61099F824F5F36F005CB652 /* laser2c.plist */,
|
||||
B6896DCF2B016CD200251FA4 /* laser128.plist */,
|
||||
B618B8C32729F6690045C2D8 /* laser128o.plist */,
|
||||
B6896E0A2B016CE000251FA4 /* mac2fdhd.plist */,
|
||||
B6DE323D2605482400418375 /* mac128k.plist */,
|
||||
B6896DB12B016CCC00251FA4 /* mac512k.plist */,
|
||||
B6DE323F2605482400418375 /* mac512ke.plist */,
|
||||
B6896DF42B016CDA00251FA4 /* maccclas.plist */,
|
||||
B6374AC9260ECB3F0045CA16 /* macclas2.plist */,
|
||||
B6896DAA2B016CCA00251FA4 /* macclasc.plist */,
|
||||
B6939C292A747BBE0025D891 /* macct610.plist */,
|
||||
B6896DD42B016CD300251FA4 /* macct650.plist */,
|
||||
B6374ACA260ECB3F0045CA16 /* macii.plist */,
|
||||
B6896E052B016CDF00251FA4 /* maciici.plist */,
|
||||
B6374ACD260ECB3F0045CA16 /* maciicx.plist */,
|
||||
B6F9F8B22C5E682E007D5A3B /* maciifx.plist */,
|
||||
B6896DA62B016CC900251FA4 /* maciihmu.plist */,
|
||||
B6374ACB260ECB3F0045CA16 /* maciisi.plist */,
|
||||
B6896DF32B016CDA00251FA4 /* maciivi.plist */,
|
||||
B6374ACF260ECB3F0045CA16 /* maciivx.plist */,
|
||||
B6896DEF2B016CD900251FA4 /* maciix.plist */,
|
||||
B6DD1FE725B407E6004A3242 /* maclc.plist */,
|
||||
B6896DA92B016CCA00251FA4 /* maclc2.plist */,
|
||||
B65085B725B616AC00354EC9 /* maclc3.plist */,
|
||||
B6896DD62B016CD300251FA4 /* maclc3p.plist */,
|
||||
B622BAE22AA1619F00CCB38C /* maclc475.plist */,
|
||||
B6896E102B016CE200251FA4 /* maclc520.plist */,
|
||||
B6939C222A747B950025D891 /* maclc550.plist */,
|
||||
B6896DC72B016CD000251FA4 /* maclc575.plist */,
|
||||
B622BADC2AA1617F00CCB38C /* maclc580.plist */,
|
||||
B6F9F8A62C5E6813007D5A3B /* macpb100.plist */,
|
||||
B6896E2E2B016CE900251FA4 /* macplus.plist */,
|
||||
B6F9F8A72C5E6813007D5A3B /* macprtb.plist */,
|
||||
B622BAD62AA1615700CCB38C /* macqd605.plist */,
|
||||
B6896DF82B016CDB00251FA4 /* macqd610.plist */,
|
||||
B622BAD92AA1615D00CCB38C /* macqd630.plist */,
|
||||
B6896DF92B016CDC00251FA4 /* macqd650.plist */,
|
||||
B6939C182A747B790025D891 /* macqd700.plist */,
|
||||
B6896E0E2B016CE100251FA4 /* macqd800.plist */,
|
||||
B6F9F8A82C5E6813007D5A3B /* macqd900.plist */,
|
||||
B6F9F8A92C5E6814007D5A3B /* macqd950.plist */,
|
||||
B6DE32432605482500418375 /* macse.plist */,
|
||||
B6896E1A2B016CE400251FA4 /* macse30.plist */,
|
||||
B6DE32402605482500418375 /* macsefd.plist */,
|
||||
B65C0A762B9E77DC00CB24C9 /* mactv.plist */,
|
||||
B6896E042B016CDF00251FA4 /* maxxi.plist */,
|
||||
B65D1B912BB7B1AB00C15287 /* mc10.plist */,
|
||||
B66116872A2535F50038A3E2 /* megast.plist */,
|
||||
B6896DCB2B016CD100251FA4 /* microeng.plist */,
|
||||
B6EEFAB12B9ABCAE0068B47C /* models.plist */,
|
||||
B6896DDA2B016CD400251FA4 /* models~extra.plist */,
|
||||
B6896DE42B016CD600251FA4 /* mprof3.plist */,
|
||||
B67879002B0195C100CFACF2 /* nws1580.plist */,
|
||||
B6896DC82B016CD000251FA4 /* nws3260.plist */,
|
||||
B6896E202B016CE600251FA4 /* nws3410.plist */,
|
||||
B67879012B0195C100CFACF2 /* nws5000x.plist */,
|
||||
B6FECDCF2BA8AA080025B402 /* oric1.plist */,
|
||||
B6FECDCE2BA8AA080025B402 /* orica.plist */,
|
||||
B6896DA42B016CC900251FA4 /* pdp11qb.plist */,
|
||||
B6896DAD2B016CCB00251FA4 /* pdp11ub.plist */,
|
||||
B6896DBB2B016CCE00251FA4 /* pdp11ub2.plist */,
|
||||
@@ -1165,7 +1342,10 @@
|
||||
B6896DB72B016CCD00251FA4 /* pi4d25.plist */,
|
||||
B6896DE02B016CD500251FA4 /* pi4d30.plist */,
|
||||
B6896DDF2B016CD500251FA4 /* pi4d35.plist */,
|
||||
B6109A0C24F5F374005CB652 /* prav8c.plist */,
|
||||
B6FECDCC2BA8AA080025B402 /* prav8d.plist */,
|
||||
B6896DF12B016CDA00251FA4 /* prav8m.plist */,
|
||||
B6109A0D24F5F374005CB652 /* prav82.plist */,
|
||||
B6896DC92B016CD000251FA4 /* rc2030.plist */,
|
||||
B6896E182B016CE400251FA4 /* rc3230.plist */,
|
||||
B6896DE92B016CD800251FA4 /* roms.plist */,
|
||||
@@ -1177,136 +1357,87 @@
|
||||
B6896DB82B016CCD00251FA4 /* rtpc020.plist */,
|
||||
B6896E192B016CE400251FA4 /* rtpc025.plist */,
|
||||
B6896DFA2B016CDC00251FA4 /* rtpca25.plist */,
|
||||
B61099F024F5F36E005CB652 /* space84.plist */,
|
||||
B6896DCA2B016CD100251FA4 /* spectred.plist */,
|
||||
B66116842A2535EF0038A3E2 /* st.plist */,
|
||||
B67879072B0195D800CFACF2 /* sun1.plist */,
|
||||
B67879082B0195D800CFACF2 /* sun2_50.plist */,
|
||||
B67879142B0195DB00CFACF2 /* sun2_120.plist */,
|
||||
B67879062B0195D800CFACF2 /* sun3_50.plist */,
|
||||
B67879102B0195DA00CFACF2 /* sun3_60.plist */,
|
||||
B678790A2B0195D900CFACF2 /* sun3_80.plist */,
|
||||
B67879112B0195DA00CFACF2 /* sun3_110.plist */,
|
||||
B678790F2B0195DA00CFACF2 /* sun3_150.plist */,
|
||||
B67879122B0195DA00CFACF2 /* sun3_260.plist */,
|
||||
B678790B2B0195D900CFACF2 /* sun3_e.plist */,
|
||||
B67879092B0195D800CFACF2 /* sun4_20.plist */,
|
||||
B678790C2B0195D900CFACF2 /* sun4_25.plist */,
|
||||
B67879132B0195DA00CFACF2 /* sun4_40.plist */,
|
||||
B678790D2B0195D900CFACF2 /* sun4_50.plist */,
|
||||
B678790E2B0195D900CFACF2 /* sun4_65.plist */,
|
||||
B6EEFAA72B9ABCAD0068B47C /* tanodr64.plist */,
|
||||
B6FECDCD2BA8AA080025B402 /* telstrat.plist */,
|
||||
B6896DCC2B016CD100251FA4 /* tk3000.plist */,
|
||||
B6EEFAAA2B9ABCAD0068B47C /* trs80.plist */,
|
||||
B6EEFAAB2B9ABCAD0068B47C /* trs80l2.plist */,
|
||||
B61099FA24F5F370005CB652 /* uniap2en.plist */,
|
||||
B6896E132B016CE200251FA4 /* uniap2pt.plist */,
|
||||
B6109A0224F5F371005CB652 /* uniap2ti.plist */,
|
||||
B6896E0C2B016CE100251FA4 /* vt52.plist */,
|
||||
B6896DE32B016CD600251FA4 /* vt100.plist */,
|
||||
B6896DB32B016CCC00251FA4 /* vt101.plist */,
|
||||
B6896E082B016CE000251FA4 /* vt102.plist */,
|
||||
B6896DEA2B016CD800251FA4 /* vt240.plist */,
|
||||
B6896DCD2B016CD100251FA4 /* zijini.plist */,
|
||||
B6F9F8A62C5E6813007D5A3B /* macpb100.plist */,
|
||||
B6F9F8A72C5E6813007D5A3B /* macprtb.plist */,
|
||||
B6F9F8A82C5E6813007D5A3B /* macqd900.plist */,
|
||||
B6F9F8A92C5E6814007D5A3B /* macqd950.plist */,
|
||||
B65D1B922BB7B1AB00C15287 /* coco2bh.plist */,
|
||||
B65D1B932BB7B1AC00C15287 /* coco3h.plist */,
|
||||
B65D1B902BB7B1AB00C15287 /* cocoh.plist */,
|
||||
B65D1B912BB7B1AB00C15287 /* mc10.plist */,
|
||||
B6FECDCF2BA8AA080025B402 /* oric1.plist */,
|
||||
B6FECDCE2BA8AA080025B402 /* orica.plist */,
|
||||
B6FECDCC2BA8AA080025B402 /* prav8d.plist */,
|
||||
B6FECDCD2BA8AA080025B402 /* telstrat.plist */,
|
||||
B6EEFAAD2B9ABCAD0068B47C /* coco.plist */,
|
||||
B6EEFAAC2B9ABCAD0068B47C /* coco2b.plist */,
|
||||
B6EEFAA92B9ABCAD0068B47C /* coco3.plist */,
|
||||
B6EEFAB22B9ABCAE0068B47C /* coco3p.plist */,
|
||||
B6EEFAB02B9ABCAE0068B47C /* d64plus.plist */,
|
||||
B6EEFAAF2B9ABCAD0068B47C /* dragon32.plist */,
|
||||
B6EEFAA82B9ABCAD0068B47C /* dragon64.plist */,
|
||||
B6EEFAB32B9ABCAE0068B47C /* dragon200.plist */,
|
||||
B6EEFAAE2B9ABCAD0068B47C /* dragon200e.plist */,
|
||||
B6EEFAB12B9ABCAE0068B47C /* models.plist */,
|
||||
B6EEFAA72B9ABCAD0068B47C /* tanodr64.plist */,
|
||||
B6EEFAAA2B9ABCAD0068B47C /* trs80.plist */,
|
||||
B6EEFAAB2B9ABCAD0068B47C /* trs80l2.plist */,
|
||||
B6109A0824F5F373005CB652 /* ace100.plist */,
|
||||
B63E57E12755AF1F00F8B5D1 /* ace500.plist */,
|
||||
B646D10A263A5DF20014C586 /* ace1000.plist */,
|
||||
B6ABF47B275986EA00DC3D48 /* ace2200.plist */,
|
||||
B6109A1624F5F376005CB652 /* agat7.plist */,
|
||||
B6109A1224F5F375005CB652 /* agat9.plist */,
|
||||
B6109A1124F5F375005CB652 /* albert.plist */,
|
||||
B6109A0724F5F372005CB652 /* am64.plist */,
|
||||
B6109A0F24F5F374005CB652 /* am100.plist */,
|
||||
B6109A0424F5F372005CB652 /* apple1.plist */,
|
||||
B6109A0324F5F371005CB652 /* apple2.plist */,
|
||||
B61099F124F5F36F005CB652 /* apple2c.plist */,
|
||||
B6109A1424F5F376005CB652 /* apple2cp.plist */,
|
||||
B61099EA24F5F36E005CB652 /* apple2e.plist */,
|
||||
B61099F424F5F36F005CB652 /* apple2ee.plist */,
|
||||
B6109A0124F5F371005CB652 /* apple2eefr.plist */,
|
||||
B61099EC24F5F36E005CB652 /* apple2ees.plist */,
|
||||
B6109A0624F5F372005CB652 /* apple2eeuk.plist */,
|
||||
B61099FB24F5F370005CB652 /* apple2ep.plist */,
|
||||
B61099F324F5F36F005CB652 /* apple2euk.plist */,
|
||||
B61099FC24F5F370005CB652 /* apple2gs.plist */,
|
||||
B61099F624F5F36F005CB652 /* apple2gsr0.plist */,
|
||||
B6109A0E24F5F374005CB652 /* apple2gsr1.plist */,
|
||||
B61099F224F5F36F005CB652 /* apple2jp.plist */,
|
||||
B6109A1524F5F376005CB652 /* apple2p.plist */,
|
||||
B61099FD24F5F370005CB652 /* apple3.plist */,
|
||||
B6109A0524F5F372005CB652 /* basis108.plist */,
|
||||
B63C1B9B250192D800511A71 /* cec2000.plist */,
|
||||
B63C1B98250192D700511A71 /* cece.plist */,
|
||||
B63C1B9A250192D700511A71 /* cecg.plist */,
|
||||
B63C1B99250192D700511A71 /* ceci.plist */,
|
||||
B63C1B9C250192D800511A71 /* cecm.plist */,
|
||||
B63C1F1125B147E10016A611 /* CheatSheet.html */,
|
||||
B6109A1324F5F375005CB652 /* craft2p.plist */,
|
||||
B6109A0924F5F373005CB652 /* dodo.plist */,
|
||||
B61099FE24F5F370005CB652 /* elppa.plist */,
|
||||
B61099EB24F5F36E005CB652 /* hkc8800a.plist */,
|
||||
B61099EF24F5F36E005CB652 /* ivelultr.plist */,
|
||||
B6109A0A24F5F373005CB652 /* las128e2.plist */,
|
||||
B61099F724F5F36F005CB652 /* las128ex.plist */,
|
||||
B6FECAFA28C0093600E143DA /* las3000.plist */,
|
||||
B61099F824F5F36F005CB652 /* laser2c.plist */,
|
||||
B6109A1024F5F375005CB652 /* laser128.plist */,
|
||||
B618B8C32729F6690045C2D8 /* laser128o.plist */,
|
||||
B6374AE2260ECDDD0045CA16 /* mac2fdhd.plist */,
|
||||
B6DE323D2605482400418375 /* mac128k.plist */,
|
||||
B6DE32422605482500418375 /* mac512k.plist */,
|
||||
B6DE323F2605482400418375 /* mac512ke.plist */,
|
||||
B6301BE629107C1E00495022 /* maccclas.plist */,
|
||||
B6374AC9260ECB3F0045CA16 /* macclas2.plist */,
|
||||
B6DE323E2605482400418375 /* macclasc.plist */,
|
||||
B6939C292A747BBE0025D891 /* macct610.plist */,
|
||||
B6939C282A747BBE0025D891 /* macct650.plist */,
|
||||
B6374ACA260ECB3F0045CA16 /* macii.plist */,
|
||||
B65085B825B616AC00354EC9 /* maciici.plist */,
|
||||
B6374ACD260ECB3F0045CA16 /* maciicx.plist */,
|
||||
B6374AE1260ECDDD0045CA16 /* maciihmu.plist */,
|
||||
B6374ACB260ECB3F0045CA16 /* maciisi.plist */,
|
||||
B6374ACC260ECB3F0045CA16 /* maciivi.plist */,
|
||||
B6374ACF260ECB3F0045CA16 /* maciivx.plist */,
|
||||
B6374ACE260ECB3F0045CA16 /* maciix.plist */,
|
||||
B6DD1FE725B407E6004A3242 /* maclc.plist */,
|
||||
B65085B625B616AC00354EC9 /* maclc2.plist */,
|
||||
B65085B725B616AC00354EC9 /* maclc3.plist */,
|
||||
B6939C252A747BA30025D891 /* maclc3p.plist */,
|
||||
B622BAE22AA1619F00CCB38C /* maclc475.plist */,
|
||||
B6301BE329107BE800495022 /* maclc520.plist */,
|
||||
B6939C222A747B950025D891 /* maclc550.plist */,
|
||||
B622BADD2AA1617F00CCB38C /* maclc575.plist */,
|
||||
B622BADC2AA1617F00CCB38C /* maclc580.plist */,
|
||||
B6DE32412605482500418375 /* macplus.plist */,
|
||||
B622BAD62AA1615700CCB38C /* macqd605.plist */,
|
||||
B6939C172A747B790025D891 /* macqd610.plist */,
|
||||
B622BAD92AA1615D00CCB38C /* macqd630.plist */,
|
||||
B6939C192A747B790025D891 /* macqd650.plist */,
|
||||
B6939C182A747B790025D891 /* macqd700.plist */,
|
||||
B6939C162A747B790025D891 /* macqd800.plist */,
|
||||
B6DE32432605482500418375 /* macse.plist */,
|
||||
B6374AD0260ECB400045CA16 /* macse30.plist */,
|
||||
B6DE32402605482500418375 /* macsefd.plist */,
|
||||
B6109A0B24F5F373005CB652 /* maxxi.plist */,
|
||||
B66116872A2535F50038A3E2 /* megast.plist */,
|
||||
B61099ED24F5F36E005CB652 /* microeng.plist */,
|
||||
B61099F524F5F36F005CB652 /* models.plist */,
|
||||
B61099F924F5F370005CB652 /* mprof3.plist */,
|
||||
B6109A0C24F5F374005CB652 /* prav8c.plist */,
|
||||
B6109A0024F5F371005CB652 /* prav8m.plist */,
|
||||
B6109A0D24F5F374005CB652 /* prav82.plist */,
|
||||
B63C1B8F250088DC00511A71 /* roms.plist */,
|
||||
B61099F024F5F36E005CB652 /* space84.plist */,
|
||||
B61099FF24F5F371005CB652 /* spectred.plist */,
|
||||
B66116842A2535EF0038A3E2 /* st.plist */,
|
||||
B6DE323225FE7BD400418375 /* tk3000.plist */,
|
||||
B61099FA24F5F370005CB652 /* uniap2en.plist */,
|
||||
B61099EE24F5F36E005CB652 /* uniap2pt.plist */,
|
||||
B6109A0224F5F371005CB652 /* uniap2ti.plist */,
|
||||
B63C1BA7250192E600511A71 /* zijini.plist */,
|
||||
);
|
||||
path = Resources;
|
||||
@@ -1584,7 +1715,7 @@
|
||||
B6BA257324E99BE9005FB8FF /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 1130;
|
||||
LastUpgradeCheck = 2600;
|
||||
ORGANIZATIONNAME = "Kelvin Sherlock";
|
||||
TargetAttributes = {
|
||||
B6374ABC260EBBC90045CA16 = {
|
||||
@@ -1636,6 +1767,7 @@
|
||||
B67878B92B01732700CFACF2 /* pi4d30.plist in Resources */,
|
||||
B65C0A772B9E77DC00CB24C9 /* mactv.plist in Resources */,
|
||||
B67878822B01732700CFACF2 /* hp9k330.plist in Resources */,
|
||||
B657716E2D25D1BB00B1B10A /* apple2eede.plist in Resources */,
|
||||
B67878C82B01732700CFACF2 /* tk3000.plist in Resources */,
|
||||
B678787E2B01732700CFACF2 /* ds3100.plist in Resources */,
|
||||
B67878BA2B01732700CFACF2 /* pi4d35.plist in Resources */,
|
||||
@@ -1648,6 +1780,7 @@
|
||||
B6EEFAC82B9ABCAE0068B47C /* models.plist in Resources */,
|
||||
B67878722B01732700CFACF2 /* apple2ep.plist in Resources */,
|
||||
B67878AF2B01732700CFACF2 /* microeng.plist in Resources */,
|
||||
B657716A2D25D1BB00B1B10A /* apple2ese.plist in Resources */,
|
||||
B67878712B01732700CFACF2 /* apple2ees.plist in Resources */,
|
||||
B678787C2B01732700CFACF2 /* ds5k133.plist in Resources */,
|
||||
B678789D2B01732700CFACF2 /* mac512k.plist in Resources */,
|
||||
@@ -1656,17 +1789,21 @@
|
||||
B67878862B01732700CFACF2 /* hp9k370.plist in Resources */,
|
||||
B67878F32B01732700CFACF2 /* macqd605.plist in Resources */,
|
||||
B67878E72B01732700CFACF2 /* mac512ke.plist in Resources */,
|
||||
B61DB2D82CBD89C4004B9C64 /* c64.plist in Resources */,
|
||||
B65D1B982BB7B1AC00C15287 /* coco2bh.plist in Resources */,
|
||||
B6DDECCE2505A86E0093587A /* eject-16x16@3x.png in Resources */,
|
||||
B678789A2B01732700CFACF2 /* las3000.plist in Resources */,
|
||||
B65D1B9A2BB7B1AC00C15287 /* coco3h.plist in Resources */,
|
||||
B657716C2D25D1BB00B1B10A /* apple2efr.plist in Resources */,
|
||||
B67878C52B01732700CFACF2 /* rtpc025.plist in Resources */,
|
||||
B678786A2B01732700CFACF2 /* ace1000.plist in Resources */,
|
||||
B6EEFACC2B9ABCAE0068B47C /* dragon200.plist in Resources */,
|
||||
B67878FB2B01732700CFACF2 /* prav82.plist in Resources */,
|
||||
B634804D2D2DF25200C7408E /* bbcb_us.plist in Resources */,
|
||||
B67878D92B01732700CFACF2 /* apple2euk.plist in Resources */,
|
||||
B67878F72B01732700CFACF2 /* macsefd.plist in Resources */,
|
||||
B67879252B0195DB00CFACF2 /* sun4_65.plist in Resources */,
|
||||
B6D05CE72D717264000CBFA5 /* macpd250.plist in Resources */,
|
||||
B6DDECD02505A86E0093587A /* eject-hover-16x16.png in Resources */,
|
||||
B67878F02B01732700CFACF2 /* maclc475.plist in Resources */,
|
||||
B67879272B0195DB00CFACF2 /* sun3_150.plist in Resources */,
|
||||
@@ -1675,7 +1812,10 @@
|
||||
B6F9F8AE2C5E6814007D5A3B /* macqd900.plist in Resources */,
|
||||
B67878772B01732700CFACF2 /* cece.plist in Resources */,
|
||||
B67878702B01732700CFACF2 /* apple2ee.plist in Resources */,
|
||||
B657715E2D25D1BB00B1B10A /* apple2gsmt.plist in Resources */,
|
||||
B6F9F8BB2C62E0D0007D5A3B /* apple2c3.plist in Resources */,
|
||||
B67878DF2B01732700CFACF2 /* cecm.plist in Resources */,
|
||||
B65771702D25D1BB00B1B10A /* apple2epde.plist in Resources */,
|
||||
B6DDECD22505A86E0093587A /* eject-hover-16x16@2x.png in Resources */,
|
||||
B6DDECD42505A86E0093587A /* eject-hover-16x16@3x.png in Resources */,
|
||||
B6DE323826044C1100418375 /* caution.png in Resources */,
|
||||
@@ -1690,27 +1830,34 @@
|
||||
B67878762B01732700CFACF2 /* basis108.plist in Resources */,
|
||||
B67878EF2B01732700CFACF2 /* maclc3.plist in Resources */,
|
||||
B67878882B01732700CFACF2 /* hp9k382.plist in Resources */,
|
||||
B65771682D25D1BB00B1B10A /* apple2ede.plist in Resources */,
|
||||
B6F9F8AA2C5E6814007D5A3B /* macpb100.plist in Resources */,
|
||||
B67878DA2B01732700CFACF2 /* apple2gsr0.plist in Resources */,
|
||||
B65771872D25DEE400B1B10A /* macpb145b.plist in Resources */,
|
||||
B67878A52B01732700CFACF2 /* maclc2.plist in Resources */,
|
||||
B67878F52B01732700CFACF2 /* macqd700.plist in Resources */,
|
||||
B67878C62B01732700CFACF2 /* rtpca25.plist in Resources */,
|
||||
B678787F2B01732700CFACF2 /* hkc8800a.plist in Resources */,
|
||||
B67878692B01732700CFACF2 /* ace100.plist in Resources */,
|
||||
B6F9F8BF2C62E0D0007D5A3B /* apple2c4.plist in Resources */,
|
||||
B67878A42B01732700CFACF2 /* maciix.plist in Resources */,
|
||||
B67878922B01732700CFACF2 /* ip2500.plist in Resources */,
|
||||
B67878DB2B01732700CFACF2 /* apple2jp.plist in Resources */,
|
||||
B6D05CEB2D717264000CBFA5 /* macpd210.plist in Resources */,
|
||||
B67879212B0195DB00CFACF2 /* sun4_25.plist in Resources */,
|
||||
B67878812B01732700CFACF2 /* hp9k320.plist in Resources */,
|
||||
B67878FA2B01732700CFACF2 /* prav8c.plist in Resources */,
|
||||
B67878D42B01732700CFACF2 /* apple1.plist in Resources */,
|
||||
B67878BF2B01732700CFACF2 /* roms~extra.plist in Resources */,
|
||||
B63480522D2DF25900C7408E /* bbcmc.plist in Resources */,
|
||||
B6DE323B26044DB800418375 /* caution@3x.png in Resources */,
|
||||
B678788F2B01732700CFACF2 /* indy_5015.plist in Resources */,
|
||||
B67878E32B01732700CFACF2 /* las128ex.plist in Resources */,
|
||||
B678786B2B01732700CFACF2 /* agat7.plist in Resources */,
|
||||
B657717F2D25DEE400B1B10A /* macpb165c.plist in Resources */,
|
||||
B6EEFAB42B9ABCAE0068B47C /* tanodr64.plist in Resources */,
|
||||
B678788D2B01732700CFACF2 /* indy_4610.plist in Resources */,
|
||||
B65771642D25D1BB00B1B10A /* apple2epuk.plist in Resources */,
|
||||
B678788B2B01732700CFACF2 /* indigo.plist in Resources */,
|
||||
B6DDECC025057A550093587A /* drag-handle-4x10.png in Resources */,
|
||||
B67878972B01732700CFACF2 /* ip6700.plist in Resources */,
|
||||
@@ -1722,7 +1869,10 @@
|
||||
B67878D72B01732700CFACF2 /* apple2eefr.plist in Resources */,
|
||||
B67878EB2B01732700CFACF2 /* maciicx.plist in Resources */,
|
||||
B67878FD2B01732700CFACF2 /* st.plist in Resources */,
|
||||
B63480542D2DF27400C7408E /* electron.plist in Resources */,
|
||||
B6D05CEF2D717264000CBFA5 /* macpd280c.plist in Resources */,
|
||||
B67878CD2B01732700CFACF2 /* vt102.plist in Resources */,
|
||||
B65771622D25D1BB00B1B10A /* apple2epse.plist in Resources */,
|
||||
B67878B32B01732700CFACF2 /* nws3410.plist in Resources */,
|
||||
B67878C72B01732700CFACF2 /* spectred.plist in Resources */,
|
||||
B67878E82B01732700CFACF2 /* macclas2.plist in Resources */,
|
||||
@@ -1733,15 +1883,18 @@
|
||||
B678791F2B0195DB00CFACF2 /* sun3_e.plist in Resources */,
|
||||
B6D6DE3E24FADF8B00661A5F /* LaunchWindow.xib in Resources */,
|
||||
B678792D2B0195DB00CFACF2 /* sun3_260.plist in Resources */,
|
||||
B634804C2D2DF24F00C7408E /* bbcb_no.plist in Resources */,
|
||||
B6004DF124FB05D600D38596 /* LogWindow.xib in Resources */,
|
||||
B67878932B01732700CFACF2 /* ip2700.plist in Resources */,
|
||||
B67878ED2B01732700CFACF2 /* maciivx.plist in Resources */,
|
||||
B67878BD2B01732700CFACF2 /* rc3230.plist in Resources */,
|
||||
B67878F12B01732700CFACF2 /* maclc550.plist in Resources */,
|
||||
B65771832D25DEE400B1B10A /* macpb140.plist in Resources */,
|
||||
B67878E52B01732700CFACF2 /* laser128o.plist in Resources */,
|
||||
B6BA258524E99BEB005FB8FF /* MainMenu.xib in Resources */,
|
||||
B67878CB2B01732700CFACF2 /* vt100.plist in Resources */,
|
||||
B6F9F8B02C5E6814007D5A3B /* macqd950.plist in Resources */,
|
||||
B634804A2D2DF24400C7408E /* bbca.plist in Resources */,
|
||||
B6EEFAC22B9ABCAE0068B47C /* dragon200e.plist in Resources */,
|
||||
B67878C02B01732700CFACF2 /* rs2030.plist in Resources */,
|
||||
B67878C22B01732700CFACF2 /* rtpc010.plist in Resources */,
|
||||
@@ -1752,11 +1905,15 @@
|
||||
B67878E02B01732700CFACF2 /* craft2p.plist in Resources */,
|
||||
B6665C1C265C639A00254939 /* Autocomplete.xib in Resources */,
|
||||
B67878BC2B01732700CFACF2 /* rc2030.plist in Resources */,
|
||||
B634804E2D2DF25400C7408E /* bbcb.plist in Resources */,
|
||||
B65771892D25DEE400B1B10A /* macpb160.plist in Resources */,
|
||||
B65D1B962BB7B1AC00C15287 /* mc10.plist in Resources */,
|
||||
B67879312B0195DB00CFACF2 /* sun2_120.plist in Resources */,
|
||||
B6D05CED2D717264000CBFA5 /* macpd270c.plist in Resources */,
|
||||
B67878FE2B01732700CFACF2 /* uniap2en.plist in Resources */,
|
||||
B67879192B0195DB00CFACF2 /* sun2_50.plist in Resources */,
|
||||
B64AF1EE250EC35B00A09B9B /* DiskImages.xib in Resources */,
|
||||
B634804F2D2DF25900C7408E /* bbcbp.plist in Resources */,
|
||||
B67878A02B01732700CFACF2 /* macct650.plist in Resources */,
|
||||
B67879042B0195C200CFACF2 /* nws5000x.plist in Resources */,
|
||||
B67878A72B01732700CFACF2 /* maclc520.plist in Resources */,
|
||||
@@ -1767,6 +1924,7 @@
|
||||
B63C1B9625008A2700511A71 /* DownloadWindow.xib in Resources */,
|
||||
B678789F2B01732700CFACF2 /* macclasc.plist in Resources */,
|
||||
B67878DC2B01732700CFACF2 /* apple3.plist in Resources */,
|
||||
B65771602D25D1BB00B1B10A /* apple2epfr.plist in Resources */,
|
||||
B61099E824F5F231005CB652 /* MediaView.xib in Resources */,
|
||||
B67878E42B01732700CFACF2 /* laser2c.plist in Resources */,
|
||||
B67878F22B01732700CFACF2 /* maclc580.plist in Resources */,
|
||||
@@ -1778,10 +1936,13 @@
|
||||
B678791B2B0195DB00CFACF2 /* sun4_20.plist in Resources */,
|
||||
B678788A2B01732700CFACF2 /* indigo_r4400.plist in Resources */,
|
||||
B678787A2B01732700CFACF2 /* cz101.plist in Resources */,
|
||||
B65771852D25DEE400B1B10A /* macpb180c.plist in Resources */,
|
||||
B67878782B01732700CFACF2 /* ceci.plist in Resources */,
|
||||
B67878B72B01732700CFACF2 /* pi4d20.plist in Resources */,
|
||||
B67878752B01732700CFACF2 /* apple2p.plist in Resources */,
|
||||
B6EEFAB62B9ABCAE0068B47C /* dragon64.plist in Resources */,
|
||||
B6D05CE52D717264000CBFA5 /* macpd230.plist in Resources */,
|
||||
B634804B2D2DF24700C7408E /* bbcb_de.plist in Resources */,
|
||||
B67878EE2B01732700CFACF2 /* maclc.plist in Resources */,
|
||||
B6F9F8AC2C5E6814007D5A3B /* macprtb.plist in Resources */,
|
||||
B6EEFAC62B9ABCAE0068B47C /* d64plus.plist in Resources */,
|
||||
@@ -1789,24 +1950,31 @@
|
||||
B67878842B01732700CFACF2 /* hp9k340.plist in Resources */,
|
||||
B678789B2B01732700CFACF2 /* laser128.plist in Resources */,
|
||||
B6EEFABE2B9ABCAE0068B47C /* coco2b.plist in Resources */,
|
||||
B657717B2D25DEE400B1B10A /* macpb145.plist in Resources */,
|
||||
B678787D2B01732700CFACF2 /* ds2100.plist in Resources */,
|
||||
B67878AC2B01732700CFACF2 /* macqd800.plist in Resources */,
|
||||
B6EEFABA2B9ABCAE0068B47C /* trs80.plist in Resources */,
|
||||
B6D6DE3924FAC8B500661A5F /* Preferences.xib in Resources */,
|
||||
B6EEFACA2B9ABCAE0068B47C /* coco3p.plist in Resources */,
|
||||
B63480502D2DF25900C7408E /* bbcbp128.plist in Resources */,
|
||||
B63C1F0B25B143C50016A611 /* CheatSheet.xib in Resources */,
|
||||
B61DB2DA2CBD89C4004B9C64 /* c128.plist in Resources */,
|
||||
B67878B12B01732700CFACF2 /* mprof3.plist in Resources */,
|
||||
B67878CC2B01732700CFACF2 /* vt101.plist in Resources */,
|
||||
B67878CE2B01732700CFACF2 /* vt240.plist in Resources */,
|
||||
B67878C12B01732700CFACF2 /* rs3230.plist in Resources */,
|
||||
B65D1B942BB7B1AC00C15287 /* cocoh.plist in Resources */,
|
||||
B61DB2D62CBD89C4004B9C64 /* c64c.plist in Resources */,
|
||||
B65771662D25D1BB00B1B10A /* apple2eese.plist in Resources */,
|
||||
B6EEFAC42B9ABCAE0068B47C /* dragon32.plist in Resources */,
|
||||
B63480532D2DF25900C7408E /* bbcmt.plist in Resources */,
|
||||
B67879172B0195DB00CFACF2 /* sun1.plist in Resources */,
|
||||
B67878962B01732700CFACF2 /* ip6400.plist in Resources */,
|
||||
B67878EA2B01732700CFACF2 /* macii.plist in Resources */,
|
||||
B67878B22B01732700CFACF2 /* nws3260.plist in Resources */,
|
||||
B67878CA2B01732700CFACF2 /* vt52.plist in Resources */,
|
||||
B67878FC2B01732700CFACF2 /* space84.plist in Resources */,
|
||||
B657717D2D25DEE400B1B10A /* macpb165.plist in Resources */,
|
||||
B67878872B01732700CFACF2 /* hp9k380.plist in Resources */,
|
||||
B678788E2B01732700CFACF2 /* indy_4613.plist in Resources */,
|
||||
B67878732B01732700CFACF2 /* apple2gs.plist in Resources */,
|
||||
@@ -1817,6 +1985,8 @@
|
||||
B67878C32B01732700CFACF2 /* rtpc015.plist in Resources */,
|
||||
B67878B62B01732700CFACF2 /* pdp11ub2.plist in Resources */,
|
||||
B6E6DCF727B0873200E0A76E /* BookmarkWindow.xib in Resources */,
|
||||
B657718B2D25DEE400B1B10A /* macpb180.plist in Resources */,
|
||||
B63480512D2DF25900C7408E /* bbcm.plist in Resources */,
|
||||
B67878C92B01732700CFACF2 /* uniap2pt.plist in Resources */,
|
||||
B678786F2B01732700CFACF2 /* apple2cp.plist in Resources */,
|
||||
B6F7B538266FDA5B00624C6B /* MachineView.xib in Resources */,
|
||||
@@ -1829,6 +1999,7 @@
|
||||
B67878A82B01732700CFACF2 /* maclc575.plist in Resources */,
|
||||
B67878FF2B01732700CFACF2 /* uniap2ti.plist in Resources */,
|
||||
B67878CF2B01732700CFACF2 /* zijini.plist in Resources */,
|
||||
B65771812D25DEE400B1B10A /* macpb170.plist in Resources */,
|
||||
B6FECDD22BA8AA080025B402 /* telstrat.plist in Resources */,
|
||||
B67878A92B01732700CFACF2 /* macplus.plist in Resources */,
|
||||
B6EEFABC2B9ABCAE0068B47C /* trs80l2.plist in Resources */,
|
||||
@@ -1837,15 +2008,16 @@
|
||||
B67878E12B01732700CFACF2 /* elppa.plist in Resources */,
|
||||
B66236C124FDB7A6006CABD7 /* Credits.rtf in Resources */,
|
||||
B67878832B01732700CFACF2 /* hp9k332.plist in Resources */,
|
||||
B6D05CE92D717264000CBFA5 /* macpd280.plist in Resources */,
|
||||
B678786E2B01732700CFACF2 /* apple2.plist in Resources */,
|
||||
B67879232B0195DB00CFACF2 /* sun4_50.plist in Resources */,
|
||||
B67878992B01732700CFACF2 /* las128e2.plist in Resources */,
|
||||
B6D6DE3B24FACF4F00661A5F /* Defaults.plist in Resources */,
|
||||
B67878F92B01732700CFACF2 /* models.plist in Resources */,
|
||||
B67878952B01732700CFACF2 /* ip6000.plist in Resources */,
|
||||
B6FECDD62BA8AA080025B402 /* oric1.plist in Resources */,
|
||||
B67878A62B01732700CFACF2 /* maclc3p.plist in Resources */,
|
||||
B67878A22B01732700CFACF2 /* maciihmu.plist in Resources */,
|
||||
B6F9F8BD2C62E0D0007D5A3B /* apple2c0.plist in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -1858,6 +2030,7 @@
|
||||
B67878632B01732600CFACF2 /* prav8c.plist in Resources */,
|
||||
B636F5CA2B1168C00063F9D8 /* bbcb.plist in Resources */,
|
||||
B67877F72B01732600CFACF2 /* indy_4613.plist in Resources */,
|
||||
B657717C2D25DEE400B1B10A /* macpb145.plist in Resources */,
|
||||
B6EEFAC72B9ABCAE0068B47C /* d64plus.plist in Resources */,
|
||||
B67877D32B01732600CFACF2 /* ace1000.plist in Resources */,
|
||||
B6EEFAB92B9ABCAE0068B47C /* coco3.plist in Resources */,
|
||||
@@ -1867,6 +2040,8 @@
|
||||
B67878022B01732600CFACF2 /* las128e2.plist in Resources */,
|
||||
B67877F92B01732600CFACF2 /* ip2000.plist in Resources */,
|
||||
B678782D2B01732600CFACF2 /* rtpc020.plist in Resources */,
|
||||
B657716B2D25D1BB00B1B10A /* apple2ese.plist in Resources */,
|
||||
B65771842D25DEE400B1B10A /* macpb140.plist in Resources */,
|
||||
B67879202B0195DB00CFACF2 /* sun3_e.plist in Resources */,
|
||||
B6F9F8B12C5E6814007D5A3B /* macqd950.plist in Resources */,
|
||||
B67879182B0195DB00CFACF2 /* sun1.plist in Resources */,
|
||||
@@ -1876,6 +2051,7 @@
|
||||
B678785B2B01732600CFACF2 /* maclc580.plist in Resources */,
|
||||
B67877FE2B01732600CFACF2 /* ip6000.plist in Resources */,
|
||||
B67878402B01732600CFACF2 /* apple2eefr.plist in Resources */,
|
||||
B65771652D25D1BB00B1B10A /* apple2epuk.plist in Resources */,
|
||||
B67878082B01732600CFACF2 /* macclasc.plist in Resources */,
|
||||
B67877F52B01732600CFACF2 /* indigo2_4415.plist in Resources */,
|
||||
B67877D82B01732600CFACF2 /* apple2cp.plist in Resources */,
|
||||
@@ -1884,6 +2060,7 @@
|
||||
B636F5C92B1168C00063F9D8 /* bbcb_us.plist in Resources */,
|
||||
B67877D92B01732600CFACF2 /* apple2ee.plist in Resources */,
|
||||
B678785F2B01732600CFACF2 /* macse.plist in Resources */,
|
||||
B65771672D25D1BB00B1B10A /* apple2eese.plist in Resources */,
|
||||
B6DDECD72505A86E0093587A /* eject-16x16.png in Resources */,
|
||||
B636F5CF2B1168C00063F9D8 /* bbcm.plist in Resources */,
|
||||
B67878352B01732600CFACF2 /* vt101.plist in Resources */,
|
||||
@@ -1904,6 +2081,7 @@
|
||||
B67877DA2B01732600CFACF2 /* apple2ees.plist in Resources */,
|
||||
B6EEFABD2B9ABCAE0068B47C /* trs80l2.plist in Resources */,
|
||||
B678783D2B01732600CFACF2 /* apple1.plist in Resources */,
|
||||
B6D05CEC2D717264000CBFA5 /* macpd210.plist in Resources */,
|
||||
B67878622B01732600CFACF2 /* models.plist in Resources */,
|
||||
B67877D62B01732600CFACF2 /* am100.plist in Resources */,
|
||||
B678783E2B01732600CFACF2 /* apple2c.plist in Resources */,
|
||||
@@ -1924,11 +2102,13 @@
|
||||
B67878332B01732600CFACF2 /* vt52.plist in Resources */,
|
||||
B678780A2B01732600CFACF2 /* maciici.plist in Resources */,
|
||||
B67878172B01732600CFACF2 /* maxxi.plist in Resources */,
|
||||
B65771822D25DEE400B1B10A /* macpb170.plist in Resources */,
|
||||
B67878032B01732600CFACF2 /* las3000.plist in Resources */,
|
||||
B67877F32B01732600CFACF2 /* indigo_r4400.plist in Resources */,
|
||||
B67878612B01732600CFACF2 /* megast.plist in Resources */,
|
||||
B67877F02B01732600CFACF2 /* hp9k380.plist in Resources */,
|
||||
B67878252B01732600CFACF2 /* rc2030.plist in Resources */,
|
||||
B65771882D25DEE400B1B10A /* macpb145b.plist in Resources */,
|
||||
B67878452B01732600CFACF2 /* apple3.plist in Resources */,
|
||||
B67878392B01732600CFACF2 /* ace500.plist in Resources */,
|
||||
B65D1B952BB7B1AC00C15287 /* cocoh.plist in Resources */,
|
||||
@@ -1943,15 +2123,18 @@
|
||||
B678783C2B01732600CFACF2 /* am64.plist in Resources */,
|
||||
B67878282B01732600CFACF2 /* roms~extra.plist in Resources */,
|
||||
B67879282B0195DB00CFACF2 /* sun3_150.plist in Resources */,
|
||||
B657716F2D25D1BB00B1B10A /* apple2eede.plist in Resources */,
|
||||
B67877FC2B01732600CFACF2 /* ip2700.plist in Resources */,
|
||||
B65771632D25D1BB00B1B10A /* apple2epse.plist in Resources */,
|
||||
B67879322B0195DB00CFACF2 /* sun2_120.plist in Resources */,
|
||||
B6EEFAC92B9ABCAE0068B47C /* models.plist in Resources */,
|
||||
B67878492B01732600CFACF2 /* craft2p.plist in Resources */,
|
||||
B678780F2B01732600CFACF2 /* maclc3p.plist in Resources */,
|
||||
B67877D22B01732600CFACF2 /* ace100.plist in Resources */,
|
||||
B678785D2B01732600CFACF2 /* macqd630.plist in Resources */,
|
||||
B6F9F8C02C62E0D0007D5A3B /* apple2c4.plist in Resources */,
|
||||
B6EEFAC12B9ABCAE0068B47C /* coco.plist in Resources */,
|
||||
B67878652B01732600CFACF2 /* space84.plist in Resources */,
|
||||
B657717E2D25DEE400B1B10A /* macpb165.plist in Resources */,
|
||||
B67877ED2B01732600CFACF2 /* hp9k340.plist in Resources */,
|
||||
B6EEFAC32B9ABCAE0068B47C /* dragon200e.plist in Resources */,
|
||||
B67878532B01732600CFACF2 /* macii.plist in Resources */,
|
||||
@@ -1964,6 +2147,7 @@
|
||||
B67878572B01732600CFACF2 /* maclc.plist in Resources */,
|
||||
B67878432B01732600CFACF2 /* apple2gsr0.plist in Resources */,
|
||||
B6DDECD32505A86E0093587A /* eject-hover-16x16@2x.png in Resources */,
|
||||
B65771692D25D1BB00B1B10A /* apple2ede.plist in Resources */,
|
||||
B67877E02B01732600CFACF2 /* cece.plist in Resources */,
|
||||
B678785C2B01732600CFACF2 /* macqd605.plist in Resources */,
|
||||
B67878122B01732600CFACF2 /* macplus.plist in Resources */,
|
||||
@@ -1979,19 +2163,24 @@
|
||||
B67878262B01732600CFACF2 /* rc3230.plist in Resources */,
|
||||
B67877E72B01732600CFACF2 /* ds3100.plist in Resources */,
|
||||
B678781D2B01732600CFACF2 /* pdp11qb.plist in Resources */,
|
||||
B657715F2D25D1BB00B1B10A /* apple2gsmt.plist in Resources */,
|
||||
B678780C2B01732600CFACF2 /* maciivi.plist in Resources */,
|
||||
B67879162B0195DB00CFACF2 /* sun3_50.plist in Resources */,
|
||||
B67878322B01732600CFACF2 /* uniap2pt.plist in Resources */,
|
||||
B6DE323926044C1100418375 /* caution.png in Resources */,
|
||||
B6FECDD72BA8AA080025B402 /* oric1.plist in Resources */,
|
||||
B678783A2B01732600CFACF2 /* ace2200.plist in Resources */,
|
||||
B657718A2D25DEE400B1B10A /* macpb160.plist in Resources */,
|
||||
B6DE323726044C1100418375 /* caution@2x.png in Resources */,
|
||||
B67877F42B01732600CFACF2 /* indigo.plist in Resources */,
|
||||
B6DE323C26044DB800418375 /* caution@3x.png in Resources */,
|
||||
B65771802D25DEE400B1B10A /* macpb165c.plist in Resources */,
|
||||
B6DDECC125057A550093587A /* drag-handle-4x10.png in Resources */,
|
||||
B6DDECC325057A550093587A /* drag-handle-4x10@2x.png in Resources */,
|
||||
B61DB2DB2CBD89C4004B9C64 /* c128.plist in Resources */,
|
||||
B6DDECC525057A550093587A /* drag-handle-4x10@3x.png in Resources */,
|
||||
B6EEFAC52B9ABCAE0068B47C /* dragon32.plist in Resources */,
|
||||
B65771862D25DEE400B1B10A /* macpb180c.plist in Resources */,
|
||||
B67878212B01732600CFACF2 /* pi4d25.plist in Resources */,
|
||||
B67878582B01732600CFACF2 /* maclc3.plist in Resources */,
|
||||
B6FECDD32BA8AA080025B402 /* telstrat.plist in Resources */,
|
||||
@@ -2000,6 +2189,7 @@
|
||||
B6EEFABB2B9ABCAE0068B47C /* trs80.plist in Resources */,
|
||||
B6E4B5C024FDE2670094A35C /* LaunchWindow.xib in Resources */,
|
||||
B678785E2B01732600CFACF2 /* macqd700.plist in Resources */,
|
||||
B657718C2D25DEE400B1B10A /* macpb180.plist in Resources */,
|
||||
B6665C1D265C639A00254939 /* Autocomplete.xib in Resources */,
|
||||
B6F9F8AB2C5E6814007D5A3B /* macpb100.plist in Resources */,
|
||||
B6E6DCF827B0873200E0A76E /* BookmarkWindow.xib in Resources */,
|
||||
@@ -2013,10 +2203,13 @@
|
||||
B67877E62B01732600CFACF2 /* ds2100.plist in Resources */,
|
||||
B6E4B5C524FDE2670094A35C /* Assets.xcassets in Resources */,
|
||||
B678791E2B0195DB00CFACF2 /* sun3_80.plist in Resources */,
|
||||
B657716D2D25D1BB00B1B10A /* apple2efr.plist in Resources */,
|
||||
B67877E92B01732600CFACF2 /* hp9k310.plist in Resources */,
|
||||
B65771612D25D1BB00B1B10A /* apple2epfr.plist in Resources */,
|
||||
B67877FB2B01732600CFACF2 /* ip2500.plist in Resources */,
|
||||
B67878472B01732600CFACF2 /* cecg.plist in Resources */,
|
||||
B67878102B01732600CFACF2 /* maclc520.plist in Resources */,
|
||||
B6D05CE82D717264000CBFA5 /* macpd250.plist in Resources */,
|
||||
B67878512B01732600CFACF2 /* macclas2.plist in Resources */,
|
||||
B67878462B01732600CFACF2 /* cec2000.plist in Resources */,
|
||||
B67877F22B01732600CFACF2 /* indigo_r4000.plist in Resources */,
|
||||
@@ -2034,8 +2227,10 @@
|
||||
B67877FD2B01732600CFACF2 /* ip2800.plist in Resources */,
|
||||
B636F5CD2B1168C00063F9D8 /* bbcb_no.plist in Resources */,
|
||||
B67878562B01732600CFACF2 /* maciivx.plist in Resources */,
|
||||
B6D05CEA2D717264000CBFA5 /* macpd280.plist in Resources */,
|
||||
B678782C2B01732600CFACF2 /* rtpc015.plist in Resources */,
|
||||
B67878362B01732600CFACF2 /* vt102.plist in Resources */,
|
||||
B61DB2D92CBD89C4004B9C64 /* c64.plist in Resources */,
|
||||
B63C1F0C25B143C50016A611 /* CheatSheet.xib in Resources */,
|
||||
B636F5C82B1168C00063F9D8 /* bbcmc.plist in Resources */,
|
||||
B67878682B01732600CFACF2 /* uniap2ti.plist in Resources */,
|
||||
@@ -2047,15 +2242,21 @@
|
||||
B636F5D12B1168C00063F9D8 /* electron.plist in Resources */,
|
||||
B63C1B9725008A2700511A71 /* DownloadWindow.xib in Resources */,
|
||||
B6E4B5D324FDE2670094A35C /* MainMenu.xib in Resources */,
|
||||
B6F9F8BC2C62E0D0007D5A3B /* apple2c3.plist in Resources */,
|
||||
B636F5CE2B1168C00063F9D8 /* bbcb_de.plist in Resources */,
|
||||
B67877EB2B01732600CFACF2 /* hp9k330.plist in Resources */,
|
||||
B6852ECC2B0EAA7500BBFFC7 /* a2000.plist in Resources */,
|
||||
B678780E2B01732600CFACF2 /* maclc2.plist in Resources */,
|
||||
B6D05CE62D717264000CBFA5 /* macpd230.plist in Resources */,
|
||||
B67878642B01732600CFACF2 /* prav82.plist in Resources */,
|
||||
B67879262B0195DB00CFACF2 /* sun4_65.plist in Resources */,
|
||||
B67877EA2B01732600CFACF2 /* hp9k320.plist in Resources */,
|
||||
B6F9F8BE2C62E0D0007D5A3B /* apple2c0.plist in Resources */,
|
||||
B67878142B01732600CFACF2 /* macqd650.plist in Resources */,
|
||||
B6D05CF02D717264000CBFA5 /* macpd280c.plist in Resources */,
|
||||
B6D05CEE2D717264000CBFA5 /* macpd270c.plist in Resources */,
|
||||
B6EEFAB52B9ABCAE0068B47C /* tanodr64.plist in Resources */,
|
||||
B61DB2D72CBD89C4004B9C64 /* c64c.plist in Resources */,
|
||||
B6E4B5DA24FDE2670094A35C /* Credits.rtf in Resources */,
|
||||
B636F5CC2B1168C00063F9D8 /* bbcbp.plist in Resources */,
|
||||
B67878422B01732600CFACF2 /* apple2euk.plist in Resources */,
|
||||
@@ -2083,6 +2284,7 @@
|
||||
B67877E12B01732600CFACF2 /* ceci.plist in Resources */,
|
||||
B67878062B01732600CFACF2 /* mac512k.plist in Resources */,
|
||||
B67878002B01732600CFACF2 /* ip6700.plist in Resources */,
|
||||
B65771712D25D1BB00B1B10A /* apple2epde.plist in Resources */,
|
||||
B67878342B01732600CFACF2 /* vt100.plist in Resources */,
|
||||
B6E4B5ED24FDE2670094A35C /* Preferences.xib in Resources */,
|
||||
B67877F12B01732600CFACF2 /* hp9k382.plist in Resources */,
|
||||
@@ -2494,7 +2696,7 @@
|
||||
CODE_SIGN_ENTITLEMENTS = Ample/Ample.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 60;
|
||||
CURRENT_PROJECT_VERSION = 73;
|
||||
DEVELOPMENT_TEAM = 583V9CR5RE;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@@ -2506,8 +2708,8 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
MARKETING_VERSION = "0.268-u2";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
||||
MARKETING_VERSION = "0.281-u2";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.ksherlock.ample;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
@@ -2520,7 +2722,7 @@
|
||||
CODE_SIGN_ENTITLEMENTS = Ample/Ample.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 60;
|
||||
CURRENT_PROJECT_VERSION = 73;
|
||||
DEVELOPMENT_TEAM = 583V9CR5RE;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
@@ -2532,8 +2734,8 @@
|
||||
"$(inherited)",
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
MARKETING_VERSION = "0.268-u2";
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.14;
|
||||
MARKETING_VERSION = "0.281-u2";
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.ksherlock.ample;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
@@ -2546,7 +2748,7 @@
|
||||
CODE_SIGN_ENTITLEMENTS = Ample/Ample.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 60;
|
||||
CURRENT_PROJECT_VERSION = 73;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
"DEBUG=1",
|
||||
@@ -2559,7 +2761,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
MARKETING_VERSION = 0.268;
|
||||
MARKETING_VERSION = 0.281;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.ksherlock.ample-lite";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
@@ -2572,7 +2774,7 @@
|
||||
CODE_SIGN_ENTITLEMENTS = Ample/Ample.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 60;
|
||||
CURRENT_PROJECT_VERSION = 73;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
||||
GCC_PREPROCESSOR_DEFINITIONS = "AMPLE_LITE=1";
|
||||
INFOPLIST_FILE = Ample/Info.plist;
|
||||
@@ -2581,7 +2783,7 @@
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.13;
|
||||
MARKETING_VERSION = 0.268;
|
||||
MARKETING_VERSION = 0.281;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = "com.ksherlock.ample-lite";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
|
||||
@@ -89,6 +89,10 @@
|
||||
if (![newDate isKindOfClass: [NSDate class]])
|
||||
newDate = nil;
|
||||
|
||||
/* oops, I accidentally called 2024-12-07 2025-12-07. So let's ignore future dates... */
|
||||
NSDate *now = [NSDate dateWithTimeIntervalSinceNow: 0];
|
||||
if (oldDate && [oldDate compare: now] >= 0)
|
||||
oldDate = nil;
|
||||
|
||||
|
||||
if (!newDate) return YES; //????
|
||||
|
||||
@@ -602,7 +602,7 @@ static NSString *kMenuContext = @"";
|
||||
if ([b automatic]) {
|
||||
|
||||
[item setOnStateImage: [NSImage imageNamed: NSImageNameStatusAvailable]];
|
||||
[item setState: NSOnState];
|
||||
[item setState: NSControlStateValueOn];
|
||||
}
|
||||
//if ([b automatic]) [item setAttributedTitle: ItalicMenuString([b name])];
|
||||
//[item setState: [b automatic] ? NSMixedState : NSOffState];
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>MameComponentsDate</key>
|
||||
<date>2024-08-03T12:00:00Z</date>
|
||||
<date>2025-09-30T12:00:00Z</date>
|
||||
<key>UseCustomMame</key>
|
||||
<false/>
|
||||
<key>AutoCloseLogWindow</key>
|
||||
@@ -15,7 +15,7 @@
|
||||
<key>NSQuitAlwaysKeepsWindows</key>
|
||||
<true/>
|
||||
<key>DefaultDownloadURL</key>
|
||||
<string>https://archive.org/download/mame-merged/mame-merged</string>
|
||||
<string>https://www.callapple.org/roms/</string>
|
||||
<key>UseLogWindow</key>
|
||||
<true/>
|
||||
<key>DefaultDownloadExtension</key>
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2020-2023 Kelvin Sherlock. All rights reserved.</string>
|
||||
<string>Copyright © 2020-2025 Kelvin Sherlock. All rights reserved.</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
||||
@@ -28,8 +28,11 @@ static NSString *kContextMachine = @"kContextMachine";
|
||||
static NSString *NeedsAspectRatio(NSString *machine) {
|
||||
static NSDictionary *dict = nil;
|
||||
|
||||
/* these are all non-60hz? */
|
||||
if (!dict) {
|
||||
dict = @{
|
||||
@"c64": @"3:2",
|
||||
@"c64c": @"3:2",
|
||||
@"oric1": @"2:1",
|
||||
@"orica": @"2:1",
|
||||
@"prav8d": @"2:1",
|
||||
@@ -39,6 +42,36 @@ static NSString *NeedsAspectRatio(NSString *machine) {
|
||||
return [dict objectForKey: machine];
|
||||
}
|
||||
|
||||
static BOOL NeedsNatural(NSString *machine) {
|
||||
|
||||
static NSSet *set = nil;
|
||||
|
||||
/* these all have really strange keyboards */
|
||||
if (!set) {
|
||||
NSArray *machines = @[
|
||||
@"bbcb", @"bbca", @"bbcb_de", @"bbcb_us", @"bbcb_no", @"bbcbp", @"bbcbp128", @"bbcm", @"bbcmt", @"bbcmc", @"electron",
|
||||
@"c64", @"c64c", @"c128"
|
||||
];
|
||||
set = [NSSet setWithArray: machines];
|
||||
}
|
||||
return [set containsObject: machine];
|
||||
}
|
||||
|
||||
static BOOL HasLayout(NSString *machine) {
|
||||
|
||||
static NSSet *set = nil;
|
||||
|
||||
/* these have a layout which adds 10% to the height. */
|
||||
if (!set) {
|
||||
NSArray *machines = @[
|
||||
@"bbcb", @"bbca", @"bbcb_de", @"bbcb_us", @"bbcb_no", @"bbcbp", @"bbcbp128", @"bbcm", @"bbcmt", @"bbcmc", @"electron",
|
||||
@"vt100", @"vt101", @"vt102", @"vt105", @"vt131", @"vt180"
|
||||
];
|
||||
set = [NSSet setWithArray: machines];
|
||||
}
|
||||
return [set containsObject: machine];
|
||||
}
|
||||
|
||||
@interface LaunchWindowController () {
|
||||
BOOL _loadingBookmark;
|
||||
NSString *_machine;
|
||||
@@ -480,6 +513,9 @@ static NSString *ShellQuote(NSString *s) {
|
||||
// -confirm_quit?
|
||||
[argv addObject: @"-skip_gameinfo"];
|
||||
|
||||
// natural keyboard on by default.
|
||||
if (NeedsNatural(_machine))
|
||||
[argv addObject: @"-natural"];
|
||||
|
||||
if (_mameMouse)
|
||||
[argv addObject: @"-mouse"]; // capture the mouse cursor when over the window.
|
||||
@@ -530,6 +566,10 @@ static NSString *ShellQuote(NSString *s) {
|
||||
screen.height = round(screen.width * 3 / 4);
|
||||
}
|
||||
|
||||
if (HasLayout(_machine)) {
|
||||
screen.height = round(screen.height * 1.1);
|
||||
}
|
||||
|
||||
[argv addObject: @"-window"];
|
||||
NSString *res = [NSString stringWithFormat: @"%ux%u",
|
||||
(unsigned)(_mameWindowMode * screen.width),
|
||||
|
||||
@@ -66,6 +66,22 @@
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -672,6 +688,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -790,6 +822,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
@@ -66,6 +66,22 @@
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -672,6 +688,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -790,6 +822,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -113,6 +113,22 @@
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -581,6 +597,84 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdd2000</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v126</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.26</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v125</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.25</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdu561_25</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>19a</string>
|
||||
<key>description</key>
|
||||
<string>apl1.9a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>18f</string>
|
||||
<key>description</key>
|
||||
<string>apl1.8F</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>17w</string>
|
||||
<key>description</key>
|
||||
<string>apl1.7w</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>rs232_patch_box</string>
|
||||
@@ -615,6 +709,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -733,6 +843,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
@@ -1241,6 +1381,120 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>zorro_ar1</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v100</string>
|
||||
<key>description</key>
|
||||
<string>Version 1.00</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v150</string>
|
||||
<key>description</key>
|
||||
<string>Version 1.50</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>zorro_ar2</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v205</string>
|
||||
<key>description</key>
|
||||
<string>Version 2.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v212</string>
|
||||
<key>description</key>
|
||||
<string>Version 2.12</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v214</string>
|
||||
<key>description</key>
|
||||
<string>Version 2.14</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>zorro_ar3</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v309</string>
|
||||
<key>description</key>
|
||||
<string>Version 3.09</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v317</string>
|
||||
<key>description</key>
|
||||
<string>Version 3.17</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
|
||||
@@ -113,6 +113,22 @@
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -581,6 +597,84 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdd2000</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v126</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.26</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v125</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.25</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdu561_25</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>19a</string>
|
||||
<key>description</key>
|
||||
<string>apl1.9a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>18f</string>
|
||||
<key>description</key>
|
||||
<string>apl1.8F</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>17w</string>
|
||||
<key>description</key>
|
||||
<string>apl1.7w</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>rs232_patch_box</string>
|
||||
@@ -615,6 +709,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -733,6 +843,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
@@ -1241,6 +1381,120 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>zorro_ar1</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v100</string>
|
||||
<key>description</key>
|
||||
<string>Version 1.00</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v150</string>
|
||||
<key>description</key>
|
||||
<string>Version 1.50</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>zorro_ar2</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v205</string>
|
||||
<key>description</key>
|
||||
<string>Version 2.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v212</string>
|
||||
<key>description</key>
|
||||
<string>Version 2.12</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v214</string>
|
||||
<key>description</key>
|
||||
<string>Version 2.14</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>zorro_ar3</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v309</string>
|
||||
<key>description</key>
|
||||
<string>Version 3.09</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v317</string>
|
||||
<key>description</key>
|
||||
<string>Version 3.17</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -167,6 +167,14 @@
|
||||
<key>disabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ieee488</string>
|
||||
<key>description</key>
|
||||
<string>Apple II IEEE-488 Interface</string>
|
||||
<key>devname</key>
|
||||
<string>a2ieee488</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>memexp</string>
|
||||
@@ -225,6 +233,14 @@
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wicotrackball</string>
|
||||
<key>description</key>
|
||||
<string>Apple II Wico Trackball Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2wicotrackball</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -815,6 +831,14 @@
|
||||
<key>disabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ieee488</string>
|
||||
<key>description</key>
|
||||
<string>Apple II IEEE-488 Interface</string>
|
||||
<key>devname</key>
|
||||
<string>a2ieee488</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>memexp</string>
|
||||
@@ -873,6 +897,14 @@
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wicotrackball</string>
|
||||
<key>description</key>
|
||||
<string>Apple II Wico Trackball Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2wicotrackball</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1465,6 +1497,14 @@
|
||||
<key>disabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ieee488</string>
|
||||
<key>description</key>
|
||||
<string>Apple II IEEE-488 Interface</string>
|
||||
<key>devname</key>
|
||||
<string>a2ieee488</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>memexp</string>
|
||||
@@ -1523,6 +1563,14 @@
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wicotrackball</string>
|
||||
<key>description</key>
|
||||
<string>Apple II Wico Trackball Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2wicotrackball</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2196,6 +2244,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -2212,6 +2276,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -2252,6 +2324,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2330,6 +2410,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -2346,6 +2442,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -2386,6 +2490,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2464,6 +2576,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -2480,6 +2608,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -2520,6 +2656,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2688,6 +2832,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3240,6 +3392,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -3256,6 +3424,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -3296,6 +3472,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3403,6 +3587,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -3419,6 +3619,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -3459,6 +3667,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3904,6 +4120,52 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>a2ieee488</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:ieee_dev</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9122c</string>
|
||||
<key>description</key>
|
||||
<string>HP9122C Dual High density disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
<key>description</key>
|
||||
<string>HP9895</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>a2iwm</string>
|
||||
@@ -4104,6 +4366,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -4120,6 +4398,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -4160,6 +4446,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -4300,6 +4594,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -4316,6 +4626,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -4356,6 +4674,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -5964,6 +6290,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -6220,6 +6554,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -6236,6 +6586,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -6276,6 +6634,50 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>a2vidtrm</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v24_60hz</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v2.4 (60 Hz)</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v24_50hz</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v2.4 (50 Hz)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -6829,6 +7231,187 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>aprissi</string>
|
||||
@@ -6993,6 +7576,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -7196,6 +7787,92 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdd2000</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v126</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.26</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v125</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.25</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdu561_25</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>19a</string>
|
||||
<key>description</key>
|
||||
<string>apl1.9a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>18f</string>
|
||||
<key>description</key>
|
||||
<string>apl1.8F</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>17w</string>
|
||||
<key>description</key>
|
||||
<string>apl1.7w</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -7733,6 +8410,60 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>px320a</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v106</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.06</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v105</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v104</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.04a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v103</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.03</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v102</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.02</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>rs232_patch_box</string>
|
||||
@@ -7897,6 +8628,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -269,6 +269,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -337,6 +345,187 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>rs232_patch_box</string>
|
||||
@@ -501,6 +690,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -482,6 +482,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -498,6 +514,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -538,6 +562,195 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -600,6 +600,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -616,6 +632,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -656,6 +680,195 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+858
-1
File diff suppressed because it is too large
Load Diff
+858
-1
File diff suppressed because it is too large
Load Diff
@@ -325,6 +325,60 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>px320a</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v106</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.06</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v105</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v104</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.04a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v103</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.03</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v102</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.02</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -269,6 +269,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -432,6 +440,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -664,6 +680,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -0,0 +1,808 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>apple2c0</string>
|
||||
<key>description</key>
|
||||
<string>Apple //c (UniDisk 3.5)</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
</dict>
|
||||
<key>resolution</key>
|
||||
<array>
|
||||
<integer>560</integer>
|
||||
<integer>192</integer>
|
||||
</array>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>ramsize</string>
|
||||
<key>description</key>
|
||||
<string>RAM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>intValue</key>
|
||||
<integer>131072</integer>
|
||||
<key>description</key>
|
||||
<string>128K</string>
|
||||
<key>value</key>
|
||||
<string>128K</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>smartport</string>
|
||||
<key>description</key>
|
||||
<string>Disk Drives</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string></string>
|
||||
<key>devname</key>
|
||||
<string>smartport</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>gameio</string>
|
||||
<key>description</key>
|
||||
<string>Game I/O</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Apple II Analog Joysticks</string>
|
||||
<key>devname</key>
|
||||
<string>a2joy</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>paddles</string>
|
||||
<key>description</key>
|
||||
<string>Apple II Paddles</string>
|
||||
<key>devname</key>
|
||||
<string>a2pdls</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>compeyes</string>
|
||||
<key>description</key>
|
||||
<string>Digital Vision ComputerEyes</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>gizmo</string>
|
||||
<key>description</key>
|
||||
<string>HAL Labs Gizmo</string>
|
||||
<key>devname</key>
|
||||
<string>a2gizmo</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Printer</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ie15</string>
|
||||
<key>description</key>
|
||||
<string>IE15 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>ie15_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>scorpion</string>
|
||||
<key>description</key>
|
||||
<string>Micro-Robotics Scorpion Intelligent Controller</string>
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
<key>description</key>
|
||||
<string>Pseudo Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>pseudo_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs_printer</string>
|
||||
<key>description</key>
|
||||
<string>Radio Shack Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>rs_serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>dec_loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback (DEC 12-15336-00)</string>
|
||||
<key>devname</key>
|
||||
<string>dec_rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>null_modem</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Null Modem</string>
|
||||
<key>devname</key>
|
||||
<string>null_modem</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>patch</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Patch Box</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_patch_box</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Synchronous I/O</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keyboard</string>
|
||||
<key>description</key>
|
||||
<string>Serial Keyboard</string>
|
||||
<key>devname</key>
|
||||
<string>serial_keyboard</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>terminal</string>
|
||||
<key>description</key>
|
||||
<string>Serial Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>serial_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>sunkbd</string>
|
||||
<key>description</key>
|
||||
<string>Sun Keyboard Adaptor</string>
|
||||
<key>devname</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard D</string>
|
||||
<key>devname</key>
|
||||
<string>mockingboardd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>swtpc8212</string>
|
||||
<key>description</key>
|
||||
<string>SWTPC8212 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>modem</string>
|
||||
<key>description</key>
|
||||
<string>Modem</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ie15</string>
|
||||
<key>description</key>
|
||||
<string>IE15 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>ie15_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>scorpion</string>
|
||||
<key>description</key>
|
||||
<string>Micro-Robotics Scorpion Intelligent Controller</string>
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
<key>description</key>
|
||||
<string>Pseudo Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>pseudo_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs_printer</string>
|
||||
<key>description</key>
|
||||
<string>Radio Shack Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>rs_serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>dec_loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback (DEC 12-15336-00)</string>
|
||||
<key>devname</key>
|
||||
<string>dec_rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>null_modem</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Null Modem</string>
|
||||
<key>devname</key>
|
||||
<string>null_modem</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>patch</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Patch Box</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_patch_box</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Synchronous I/O</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keyboard</string>
|
||||
<key>description</key>
|
||||
<string>Serial Keyboard</string>
|
||||
<key>devname</key>
|
||||
<string>serial_keyboard</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>terminal</string>
|
||||
<key>description</key>
|
||||
<string>Serial Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>serial_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>sunkbd</string>
|
||||
<key>description</key>
|
||||
<string>Sun Keyboard Adaptor</string>
|
||||
<key>devname</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard D</string>
|
||||
<key>devname</key>
|
||||
<string>mockingboardd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>swtpc8212</string>
|
||||
<key>description</key>
|
||||
<string>SWTPC8212 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>smartport</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sl6:0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>525</string>
|
||||
<key>description</key>
|
||||
<string>5.25"</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>floppy_5_25</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sl6:1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>525</string>
|
||||
<key>description</key>
|
||||
<string>5.25"</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>floppy_5_25</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>rs232_patch_box</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:dce</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ie15</string>
|
||||
<key>description</key>
|
||||
<string>IE15 Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>scorpion</string>
|
||||
<key>description</key>
|
||||
<string>Micro-Robotics Scorpion Intelligent Controller</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
<key>description</key>
|
||||
<string>Pseudo Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs_printer</string>
|
||||
<key>description</key>
|
||||
<string>Radio Shack Serial Printer</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>dec_loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback (DEC 12-15336-00)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>null_modem</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>patch</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Patch Box</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keyboard</string>
|
||||
<key>description</key>
|
||||
<string>Serial Keyboard</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Serial Printer</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>terminal</string>
|
||||
<key>description</key>
|
||||
<string>Serial Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>sunkbd</string>
|
||||
<key>description</key>
|
||||
<string>Sun Keyboard Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard D</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>swtpc8212</string>
|
||||
<key>description</key>
|
||||
<string>SWTPC8212 Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:keyboard</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type3hle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 3 Keyboard (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type4hle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 4 Keyboard (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5gbhle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (Great Britain - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5jphle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (Japan - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5sehle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (Sweden - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5hle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (U.S.A. - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>apple2_flop_clcracked.xml</string>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>apple2_flop_orig.xml</string>
|
||||
<key>filter</key>
|
||||
<string>A2C</string>
|
||||
</dict>
|
||||
<string>apple2_flop_misc.xml</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,848 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>apple2c3</string>
|
||||
<key>description</key>
|
||||
<string>Apple //c (Original Memory Expansion)</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
</dict>
|
||||
<key>resolution</key>
|
||||
<array>
|
||||
<integer>560</integer>
|
||||
<integer>192</integer>
|
||||
</array>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>ramsize</string>
|
||||
<key>description</key>
|
||||
<string>RAM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>intValue</key>
|
||||
<integer>131072</integer>
|
||||
<key>description</key>
|
||||
<string>128K</string>
|
||||
<key>value</key>
|
||||
<string>128K</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>intValue</key>
|
||||
<integer>393216</integer>
|
||||
<key>description</key>
|
||||
<string>384K</string>
|
||||
<key>value</key>
|
||||
<string>384K</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>intValue</key>
|
||||
<integer>655360</integer>
|
||||
<key>description</key>
|
||||
<string>640K</string>
|
||||
<key>value</key>
|
||||
<string>640K</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>intValue</key>
|
||||
<integer>917504</integer>
|
||||
<key>description</key>
|
||||
<string>896K</string>
|
||||
<key>value</key>
|
||||
<string>896K</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>intValue</key>
|
||||
<integer>1179648</integer>
|
||||
<key>description</key>
|
||||
<string>1152K</string>
|
||||
<key>value</key>
|
||||
<string>1152K</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>smartport</string>
|
||||
<key>description</key>
|
||||
<string>Disk Drives</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string></string>
|
||||
<key>devname</key>
|
||||
<string>smartport</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>gameio</string>
|
||||
<key>description</key>
|
||||
<string>Game I/O</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Apple II Analog Joysticks</string>
|
||||
<key>devname</key>
|
||||
<string>a2joy</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>paddles</string>
|
||||
<key>description</key>
|
||||
<string>Apple II Paddles</string>
|
||||
<key>devname</key>
|
||||
<string>a2pdls</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>compeyes</string>
|
||||
<key>description</key>
|
||||
<string>Digital Vision ComputerEyes</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>gizmo</string>
|
||||
<key>description</key>
|
||||
<string>HAL Labs Gizmo</string>
|
||||
<key>devname</key>
|
||||
<string>a2gizmo</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Printer</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ie15</string>
|
||||
<key>description</key>
|
||||
<string>IE15 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>ie15_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>scorpion</string>
|
||||
<key>description</key>
|
||||
<string>Micro-Robotics Scorpion Intelligent Controller</string>
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
<key>description</key>
|
||||
<string>Pseudo Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>pseudo_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs_printer</string>
|
||||
<key>description</key>
|
||||
<string>Radio Shack Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>rs_serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>dec_loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback (DEC 12-15336-00)</string>
|
||||
<key>devname</key>
|
||||
<string>dec_rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>null_modem</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Null Modem</string>
|
||||
<key>devname</key>
|
||||
<string>null_modem</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>patch</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Patch Box</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_patch_box</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Synchronous I/O</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keyboard</string>
|
||||
<key>description</key>
|
||||
<string>Serial Keyboard</string>
|
||||
<key>devname</key>
|
||||
<string>serial_keyboard</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>terminal</string>
|
||||
<key>description</key>
|
||||
<string>Serial Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>serial_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>sunkbd</string>
|
||||
<key>description</key>
|
||||
<string>Sun Keyboard Adaptor</string>
|
||||
<key>devname</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard D</string>
|
||||
<key>devname</key>
|
||||
<string>mockingboardd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>swtpc8212</string>
|
||||
<key>description</key>
|
||||
<string>SWTPC8212 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>modem</string>
|
||||
<key>description</key>
|
||||
<string>Modem</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ie15</string>
|
||||
<key>description</key>
|
||||
<string>IE15 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>ie15_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>scorpion</string>
|
||||
<key>description</key>
|
||||
<string>Micro-Robotics Scorpion Intelligent Controller</string>
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
<key>description</key>
|
||||
<string>Pseudo Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>pseudo_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs_printer</string>
|
||||
<key>description</key>
|
||||
<string>Radio Shack Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>rs_serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>dec_loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback (DEC 12-15336-00)</string>
|
||||
<key>devname</key>
|
||||
<string>dec_rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>null_modem</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Null Modem</string>
|
||||
<key>devname</key>
|
||||
<string>null_modem</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>patch</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Patch Box</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_patch_box</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Synchronous I/O</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keyboard</string>
|
||||
<key>description</key>
|
||||
<string>Serial Keyboard</string>
|
||||
<key>devname</key>
|
||||
<string>serial_keyboard</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>terminal</string>
|
||||
<key>description</key>
|
||||
<string>Serial Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>serial_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>sunkbd</string>
|
||||
<key>description</key>
|
||||
<string>Sun Keyboard Adaptor</string>
|
||||
<key>devname</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard D</string>
|
||||
<key>devname</key>
|
||||
<string>mockingboardd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>swtpc8212</string>
|
||||
<key>description</key>
|
||||
<string>SWTPC8212 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>smartport</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sl6:0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>525</string>
|
||||
<key>description</key>
|
||||
<string>5.25"</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>floppy_5_25</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sl6:1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>525</string>
|
||||
<key>description</key>
|
||||
<string>5.25"</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>floppy_5_25</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>rs232_patch_box</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:dce</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ie15</string>
|
||||
<key>description</key>
|
||||
<string>IE15 Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>scorpion</string>
|
||||
<key>description</key>
|
||||
<string>Micro-Robotics Scorpion Intelligent Controller</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
<key>description</key>
|
||||
<string>Pseudo Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs_printer</string>
|
||||
<key>description</key>
|
||||
<string>Radio Shack Serial Printer</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>dec_loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback (DEC 12-15336-00)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>null_modem</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>patch</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Patch Box</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keyboard</string>
|
||||
<key>description</key>
|
||||
<string>Serial Keyboard</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Serial Printer</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>terminal</string>
|
||||
<key>description</key>
|
||||
<string>Serial Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>sunkbd</string>
|
||||
<key>description</key>
|
||||
<string>Sun Keyboard Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard D</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>swtpc8212</string>
|
||||
<key>description</key>
|
||||
<string>SWTPC8212 Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:keyboard</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type3hle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 3 Keyboard (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type4hle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 4 Keyboard (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5gbhle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (Great Britain - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5jphle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (Japan - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5sehle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (Sweden - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5hle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (U.S.A. - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>apple2_flop_clcracked.xml</string>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>apple2_flop_orig.xml</string>
|
||||
<key>filter</key>
|
||||
<string>A2C</string>
|
||||
</dict>
|
||||
<string>apple2_flop_misc.xml</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -0,0 +1,848 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>apple2c4</string>
|
||||
<key>description</key>
|
||||
<string>Apple //c (rev 4)</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
</dict>
|
||||
<key>resolution</key>
|
||||
<array>
|
||||
<integer>560</integer>
|
||||
<integer>192</integer>
|
||||
</array>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>ramsize</string>
|
||||
<key>description</key>
|
||||
<string>RAM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>intValue</key>
|
||||
<integer>131072</integer>
|
||||
<key>description</key>
|
||||
<string>128K</string>
|
||||
<key>value</key>
|
||||
<string>128K</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>intValue</key>
|
||||
<integer>393216</integer>
|
||||
<key>description</key>
|
||||
<string>384K</string>
|
||||
<key>value</key>
|
||||
<string>384K</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>intValue</key>
|
||||
<integer>655360</integer>
|
||||
<key>description</key>
|
||||
<string>640K</string>
|
||||
<key>value</key>
|
||||
<string>640K</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>intValue</key>
|
||||
<integer>917504</integer>
|
||||
<key>description</key>
|
||||
<string>896K</string>
|
||||
<key>value</key>
|
||||
<string>896K</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>intValue</key>
|
||||
<integer>1179648</integer>
|
||||
<key>description</key>
|
||||
<string>1152K</string>
|
||||
<key>value</key>
|
||||
<string>1152K</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>smartport</string>
|
||||
<key>description</key>
|
||||
<string>Disk Drives</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string></string>
|
||||
<key>devname</key>
|
||||
<string>smartport</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>gameio</string>
|
||||
<key>description</key>
|
||||
<string>Game I/O</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Apple II Analog Joysticks</string>
|
||||
<key>devname</key>
|
||||
<string>a2joy</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>paddles</string>
|
||||
<key>description</key>
|
||||
<string>Apple II Paddles</string>
|
||||
<key>devname</key>
|
||||
<string>a2pdls</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>compeyes</string>
|
||||
<key>description</key>
|
||||
<string>Digital Vision ComputerEyes</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>gizmo</string>
|
||||
<key>description</key>
|
||||
<string>HAL Labs Gizmo</string>
|
||||
<key>devname</key>
|
||||
<string>a2gizmo</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Printer</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ie15</string>
|
||||
<key>description</key>
|
||||
<string>IE15 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>ie15_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>scorpion</string>
|
||||
<key>description</key>
|
||||
<string>Micro-Robotics Scorpion Intelligent Controller</string>
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
<key>description</key>
|
||||
<string>Pseudo Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>pseudo_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs_printer</string>
|
||||
<key>description</key>
|
||||
<string>Radio Shack Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>rs_serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>dec_loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback (DEC 12-15336-00)</string>
|
||||
<key>devname</key>
|
||||
<string>dec_rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>null_modem</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Null Modem</string>
|
||||
<key>devname</key>
|
||||
<string>null_modem</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>patch</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Patch Box</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_patch_box</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Synchronous I/O</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keyboard</string>
|
||||
<key>description</key>
|
||||
<string>Serial Keyboard</string>
|
||||
<key>devname</key>
|
||||
<string>serial_keyboard</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>terminal</string>
|
||||
<key>description</key>
|
||||
<string>Serial Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>serial_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>sunkbd</string>
|
||||
<key>description</key>
|
||||
<string>Sun Keyboard Adaptor</string>
|
||||
<key>devname</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard D</string>
|
||||
<key>devname</key>
|
||||
<string>mockingboardd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>swtpc8212</string>
|
||||
<key>description</key>
|
||||
<string>SWTPC8212 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>modem</string>
|
||||
<key>description</key>
|
||||
<string>Modem</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ie15</string>
|
||||
<key>description</key>
|
||||
<string>IE15 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>ie15_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>scorpion</string>
|
||||
<key>description</key>
|
||||
<string>Micro-Robotics Scorpion Intelligent Controller</string>
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
<key>description</key>
|
||||
<string>Pseudo Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>pseudo_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs_printer</string>
|
||||
<key>description</key>
|
||||
<string>Radio Shack Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>rs_serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>dec_loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback (DEC 12-15336-00)</string>
|
||||
<key>devname</key>
|
||||
<string>dec_rs232_loopback</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>null_modem</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Null Modem</string>
|
||||
<key>devname</key>
|
||||
<string>null_modem</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>patch</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Patch Box</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_patch_box</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Synchronous I/O</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keyboard</string>
|
||||
<key>description</key>
|
||||
<string>Serial Keyboard</string>
|
||||
<key>devname</key>
|
||||
<string>serial_keyboard</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Serial Printer</string>
|
||||
<key>devname</key>
|
||||
<string>serial_printer</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>terminal</string>
|
||||
<key>description</key>
|
||||
<string>Serial Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>serial_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>sunkbd</string>
|
||||
<key>description</key>
|
||||
<string>Sun Keyboard Adaptor</string>
|
||||
<key>devname</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard D</string>
|
||||
<key>devname</key>
|
||||
<string>mockingboardd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>swtpc8212</string>
|
||||
<key>description</key>
|
||||
<string>SWTPC8212 Terminal</string>
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>smartport</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sl6:0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>525</string>
|
||||
<key>description</key>
|
||||
<string>5.25"</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>floppy_5_25</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sl6:1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>525</string>
|
||||
<key>description</key>
|
||||
<string>5.25"</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>floppy_5_25</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>rs232_patch_box</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:dce</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ie15</string>
|
||||
<key>description</key>
|
||||
<string>IE15 Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>scorpion</string>
|
||||
<key>description</key>
|
||||
<string>Micro-Robotics Scorpion Intelligent Controller</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
<key>description</key>
|
||||
<string>Pseudo Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs_printer</string>
|
||||
<key>description</key>
|
||||
<string>Radio Shack Serial Printer</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>dec_loopback</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Loopback (DEC 12-15336-00)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>null_modem</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>patch</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Patch Box</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rs232_sync_io</string>
|
||||
<key>description</key>
|
||||
<string>RS-232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keyboard</string>
|
||||
<key>description</key>
|
||||
<string>Serial Keyboard</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>printer</string>
|
||||
<key>description</key>
|
||||
<string>Serial Printer</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>terminal</string>
|
||||
<key>description</key>
|
||||
<string>Serial Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>sunkbd</string>
|
||||
<key>description</key>
|
||||
<string>Sun Keyboard Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard D</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>swtpc8212</string>
|
||||
<key>description</key>
|
||||
<string>SWTPC8212 Terminal</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:keyboard</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type3hle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 3 Keyboard (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type4hle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 4 Keyboard (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5gbhle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (Great Britain - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5jphle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (Japan - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5sehle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (Sweden - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>type5hle</string>
|
||||
<key>description</key>
|
||||
<string>Sun Type 5 Keyboard (U.S.A. - HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>apple2_flop_clcracked.xml</string>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>apple2_flop_orig.xml</string>
|
||||
<key>filter</key>
|
||||
<string>A2C</string>
|
||||
</dict>
|
||||
<string>apple2_flop_misc.xml</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
@@ -309,6 +309,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -472,6 +480,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -812,6 +828,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -652,6 +652,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -1050,6 +1058,84 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdd2000</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v126</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.26</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v125</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.25</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdu561_25</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>19a</string>
|
||||
<key>description</key>
|
||||
<string>apl1.9a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>18f</string>
|
||||
<key>description</key>
|
||||
<string>apl1.8F</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>17w</string>
|
||||
<key>description</key>
|
||||
<string>apl1.7w</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cmsscsi</string>
|
||||
@@ -1520,6 +1606,60 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>px320a</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v106</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.06</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v105</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v104</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.04a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v103</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.03</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v102</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.02</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>rs232_patch_box</string>
|
||||
@@ -1684,6 +1824,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -66,25 +66,25 @@
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>os12</string>
|
||||
<string>120</string>
|
||||
<key>description</key>
|
||||
<string>OS 1.20</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>os10</string>
|
||||
<string>100</string>
|
||||
<key>description</key>
|
||||
<string>OS 1.00</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>os09</string>
|
||||
<string>092</string>
|
||||
<key>description</key>
|
||||
<string>OS 0.92</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>os01</string>
|
||||
<string>010</string>
|
||||
<key>description</key>
|
||||
<string>OS 0.10</string>
|
||||
</dict>
|
||||
@@ -121,6 +121,22 @@
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -235,6 +251,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -274,6 +298,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -388,6 +428,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
+5753
-41
File diff suppressed because it is too large
Load Diff
+5745
-33
File diff suppressed because it is too large
Load Diff
+5745
-33
File diff suppressed because it is too large
Load Diff
+5745
-33
File diff suppressed because it is too large
Load Diff
+2895
-43
File diff suppressed because it is too large
Load Diff
+2895
-43
File diff suppressed because it is too large
Load Diff
+1952
-36
File diff suppressed because it is too large
Load Diff
+1176
-40
File diff suppressed because it is too large
Load Diff
+1952
-36
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -301,6 +301,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -501,6 +509,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cd6809_fdc</string>
|
||||
@@ -888,6 +1077,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2510,6 +2707,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3116,6 +3321,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -3132,6 +3353,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -3172,6 +3401,68 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>px320a</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v106</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.06</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v105</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v104</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.04a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v103</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.03</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v102</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.02</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3340,6 +3631,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -230,6 +230,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -430,6 +438,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cd6809_fdc</string>
|
||||
@@ -817,6 +1006,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2439,6 +2636,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3045,6 +3250,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -3061,6 +3282,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -3101,6 +3330,68 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>px320a</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v106</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.06</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v105</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v104</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.04a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v103</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.03</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v102</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.02</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3269,6 +3560,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -230,6 +230,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -430,6 +438,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cd6809_fdc</string>
|
||||
@@ -817,6 +1006,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2439,6 +2636,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3045,6 +3250,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -3061,6 +3282,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -3101,6 +3330,68 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>px320a</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v106</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.06</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v105</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v104</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.04a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v103</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.03</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v102</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.02</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3269,6 +3560,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
+330
-1
@@ -13,7 +13,7 @@
|
||||
</dict>
|
||||
<key>resolution</key>
|
||||
<array>
|
||||
<integer>639</integer>
|
||||
<integer>640</integer>
|
||||
<integer>239</integer>
|
||||
</array>
|
||||
<key>slots</key>
|
||||
@@ -230,6 +230,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -430,6 +438,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cd6809_fdc</string>
|
||||
@@ -817,6 +1006,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2439,6 +2636,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3045,6 +3250,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -3061,6 +3282,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -3101,6 +3330,68 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>px320a</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v106</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.06</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v105</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v104</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.04a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v103</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.03</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v102</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.02</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3269,6 +3560,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</dict>
|
||||
<key>resolution</key>
|
||||
<array>
|
||||
<integer>639</integer>
|
||||
<integer>640</integer>
|
||||
<integer>239</integer>
|
||||
</array>
|
||||
<key>slots</key>
|
||||
@@ -230,6 +230,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -430,6 +438,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cd6809_fdc</string>
|
||||
@@ -817,6 +1006,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2439,6 +2636,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3045,6 +3250,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -3061,6 +3282,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -3101,6 +3330,68 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>px320a</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v106</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.06</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v105</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v104</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.04a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v103</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.03</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v102</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.02</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3269,6 +3560,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</dict>
|
||||
<key>resolution</key>
|
||||
<array>
|
||||
<integer>639</integer>
|
||||
<integer>640</integer>
|
||||
<integer>239</integer>
|
||||
</array>
|
||||
<key>slots</key>
|
||||
@@ -230,6 +230,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -430,6 +438,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cd6809_fdc</string>
|
||||
@@ -817,6 +1006,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2439,6 +2636,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3045,6 +3250,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -3061,6 +3282,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -3101,6 +3330,68 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>px320a</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v106</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.06</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v105</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v104</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.04a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v103</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.03</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v102</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.02</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3269,6 +3560,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -301,6 +301,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -501,6 +509,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cd6809_fdc</string>
|
||||
@@ -888,6 +1077,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2510,6 +2707,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3116,6 +3321,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -3132,6 +3353,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -3172,6 +3401,68 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>px320a</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v106</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.06</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v105</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.05</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v104</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.04a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v103</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.03</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v102</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.02</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -3340,6 +3631,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -196,6 +196,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -388,6 +396,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bbc_usersplit</string>
|
||||
@@ -737,6 +926,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -753,6 +958,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -793,6 +1006,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -990,6 +1211,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -1006,6 +1243,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -1046,6 +1291,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -2324,6 +2577,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2611,6 +2872,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
+858
-1
File diff suppressed because it is too large
Load Diff
@@ -196,6 +196,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -388,6 +396,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bbc_usersplit</string>
|
||||
@@ -737,6 +926,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -753,6 +958,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -793,6 +1006,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -990,6 +1211,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -1006,6 +1243,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -1046,6 +1291,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -2324,6 +2577,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2611,6 +2872,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -196,6 +196,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -388,6 +396,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bbc_usersplit</string>
|
||||
@@ -737,6 +926,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -753,6 +958,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -793,6 +1006,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -990,6 +1211,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -1006,6 +1243,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -1046,6 +1291,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -2324,6 +2577,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2611,6 +2872,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -235,6 +235,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bbc_usersplit</string>
|
||||
@@ -584,6 +765,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -600,6 +797,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -640,6 +845,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -837,6 +1050,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -853,6 +1082,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -893,6 +1130,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -2171,6 +2416,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2458,6 +2711,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -196,6 +196,14 @@
|
||||
<key>devname</key>
|
||||
<string>swtpc8212_terminal</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>devname</key>
|
||||
<string>serial_votraxtnt</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -388,6 +396,187 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>adaptator_multitap</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p1</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:joy_p2</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joy</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Digital joystick</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>wheel</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Driving Wheel</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Dual paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>keypad</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lp</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Light Pen</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mouse</string>
|
||||
<key>description</key>
|
||||
<string>Atari / CBM Mouse</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>trakball</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX22/CX80 Trak-Ball</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>cx85</string>
|
||||
<key>description</key>
|
||||
<string>Atari CX85 Numeric Keypad</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>joybstr</string>
|
||||
<key>description</key>
|
||||
<string>CBS Electronics Booster-Grip Joystick Adaptor</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bbc_usersplit</string>
|
||||
@@ -737,6 +926,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -753,6 +958,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -793,6 +1006,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -990,6 +1211,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>fx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson FX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>jx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson JX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lx800</string>
|
||||
@@ -1006,6 +1243,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>rx80</string>
|
||||
<key>description</key>
|
||||
<string>Epson RX-80</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>p72</string>
|
||||
@@ -1046,6 +1291,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>adaptator</string>
|
||||
<key>description</key>
|
||||
<string>The Adaptator 2x DE-9 Multitap</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -2324,6 +2577,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
@@ -2611,6 +2872,44 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>votraxtnt</string>
|
||||
<key>description</key>
|
||||
<string>Votrax Type 'N Talk (Serial Port)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
@@ -66,6 +66,22 @@
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -213,6 +229,22 @@
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -619,6 +651,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -737,6 +785,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
@@ -66,6 +66,22 @@
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -213,6 +229,22 @@
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -619,6 +651,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -737,6 +785,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
@@ -66,6 +66,22 @@
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -213,6 +229,22 @@
|
||||
<key>devname</key>
|
||||
<string>scorpion_ic</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>devname</key>
|
||||
<string>rs232_mouse_hle_msystems</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>devname</key>
|
||||
<string>nss_tvinterface</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -660,6 +692,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -778,6 +826,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+858
-1
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -73,6 +73,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -148,6 +156,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -245,6 +261,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -320,6 +344,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -395,6 +427,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -416,6 +456,130 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdd2000</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v126</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.26</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v125</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.25</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdu561_25</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>19a</string>
|
||||
<key>description</key>
|
||||
<string>apl1.9a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>18f</string>
|
||||
<key>description</key>
|
||||
<string>apl1.8F</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>17w</string>
|
||||
<key>description</key>
|
||||
<string>apl1.7w</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98624</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:ieee0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9122c</string>
|
||||
<key>description</key>
|
||||
<string>HP9122C Dual High density disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
<key>description</key>
|
||||
<string>HP9895</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98644</string>
|
||||
@@ -450,6 +614,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1113,6 +1293,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
@@ -1159,6 +1347,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1277,6 +1481,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
@@ -97,6 +97,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -196,6 +204,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -293,6 +309,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -394,6 +418,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -493,6 +525,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -590,6 +630,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -611,6 +659,130 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdd2000</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v126</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.26</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v125</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.25</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdu561_25</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>19a</string>
|
||||
<key>description</key>
|
||||
<string>apl1.9a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>18f</string>
|
||||
<key>description</key>
|
||||
<string>apl1.8F</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>17w</string>
|
||||
<key>description</key>
|
||||
<string>apl1.7w</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98624</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:ieee0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9122c</string>
|
||||
<key>description</key>
|
||||
<string>HP9122C Dual High density disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
<key>description</key>
|
||||
<string>HP9895</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98644</string>
|
||||
@@ -645,6 +817,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1308,6 +1496,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
@@ -1354,6 +1550,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1472,6 +1684,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
@@ -73,6 +73,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -148,6 +156,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -221,6 +237,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -296,6 +320,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -317,6 +349,52 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98624</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:ieee0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9122c</string>
|
||||
<key>description</key>
|
||||
<string>HP9122C Dual High density disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
<key>description</key>
|
||||
<string>HP9895</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98644</string>
|
||||
@@ -351,6 +429,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -573,6 +667,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
@@ -619,6 +721,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -737,6 +855,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
@@ -73,6 +73,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -146,6 +154,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -223,6 +239,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -296,6 +320,14 @@
|
||||
<key>devname</key>
|
||||
<string>dio98603a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -317,6 +349,52 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98624</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:ieee0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9122c</string>
|
||||
<key>description</key>
|
||||
<string>HP9122C Dual High density disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
<key>description</key>
|
||||
<string>HP9895</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98644</string>
|
||||
@@ -351,6 +429,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -573,6 +667,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
@@ -619,6 +721,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -737,6 +855,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
@@ -97,6 +97,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -196,6 +204,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -293,6 +309,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -394,6 +418,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -493,6 +525,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -590,6 +630,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -611,6 +659,130 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdd2000</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v126</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.26</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v125</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.25</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdu561_25</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>19a</string>
|
||||
<key>description</key>
|
||||
<string>apl1.9a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>18f</string>
|
||||
<key>description</key>
|
||||
<string>apl1.8F</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>17w</string>
|
||||
<key>description</key>
|
||||
<string>apl1.7w</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98624</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:ieee0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9122c</string>
|
||||
<key>description</key>
|
||||
<string>HP9122C Dual High density disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
<key>description</key>
|
||||
<string>HP9895</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98644</string>
|
||||
@@ -645,6 +817,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1308,6 +1496,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
@@ -1354,6 +1550,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1472,6 +1684,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
@@ -97,6 +97,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -194,6 +202,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -295,6 +311,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -394,6 +418,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -491,6 +523,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -512,6 +552,130 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdd2000</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v126</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.26</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v125</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.25</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdu561_25</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>19a</string>
|
||||
<key>description</key>
|
||||
<string>apl1.9a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>18f</string>
|
||||
<key>description</key>
|
||||
<string>apl1.8F</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>17w</string>
|
||||
<key>description</key>
|
||||
<string>apl1.7w</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98624</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:ieee0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9122c</string>
|
||||
<key>description</key>
|
||||
<string>HP9122C Dual High density disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
<key>description</key>
|
||||
<string>HP9895</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98644</string>
|
||||
@@ -546,6 +710,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1209,6 +1389,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
@@ -1255,6 +1443,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1373,6 +1577,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
@@ -97,6 +97,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -194,6 +202,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -295,6 +311,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -394,6 +418,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -491,6 +523,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -512,6 +552,130 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdd2000</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v126</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.26</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v125</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.25</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdu561_25</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>19a</string>
|
||||
<key>description</key>
|
||||
<string>apl1.9a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>18f</string>
|
||||
<key>description</key>
|
||||
<string>apl1.8F</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>17w</string>
|
||||
<key>description</key>
|
||||
<string>apl1.7w</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98624</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:ieee0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9122c</string>
|
||||
<key>description</key>
|
||||
<string>HP9122C Dual High density disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
<key>description</key>
|
||||
<string>HP9895</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98644</string>
|
||||
@@ -546,6 +710,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1209,6 +1389,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
@@ -1255,6 +1443,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1373,6 +1577,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
@@ -97,6 +97,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -194,6 +202,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -295,6 +311,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -394,6 +418,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -491,6 +523,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -512,6 +552,130 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdd2000</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v126</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.26</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v125</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.25</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdu561_25</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>19a</string>
|
||||
<key>description</key>
|
||||
<string>apl1.9a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>18f</string>
|
||||
<key>description</key>
|
||||
<string>apl1.8F</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>17w</string>
|
||||
<key>description</key>
|
||||
<string>apl1.7w</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98624</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:ieee0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9122c</string>
|
||||
<key>description</key>
|
||||
<string>HP9122C Dual High density disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
<key>description</key>
|
||||
<string>HP9895</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98644</string>
|
||||
@@ -546,6 +710,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1209,6 +1389,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
@@ -1255,6 +1443,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1373,6 +1577,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
@@ -97,6 +97,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -194,6 +202,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -295,6 +311,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -394,6 +418,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -491,6 +523,14 @@
|
||||
<key>devname</key>
|
||||
<string>hp98620</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98624</string>
|
||||
<key>description</key>
|
||||
<string>HP98624 GPIB Interface</string>
|
||||
<key>devname</key>
|
||||
<string>dio98624</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>98643</string>
|
||||
@@ -512,6 +552,130 @@
|
||||
</array>
|
||||
<key>devices</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdd2000</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v126</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.26</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>v125</string>
|
||||
<key>description</key>
|
||||
<string>Firmware v1.25</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>cdu561_25</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>19a</string>
|
||||
<key>description</key>
|
||||
<string>apl1.9a</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>18f</string>
|
||||
<key>description</key>
|
||||
<string>apl1.8F</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>17w</string>
|
||||
<key>description</key>
|
||||
<string>apl1.7w</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98624</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:ieee0</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—None—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9122c</string>
|
||||
<key>description</key>
|
||||
<string>HP9122C Dual High density disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
<key>description</key>
|
||||
<string>HP9895</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>dio98644</string>
|
||||
@@ -546,6 +710,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1209,6 +1389,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9133</string>
|
||||
<key>description</key>
|
||||
<string>HP9133 Floppy/Fixed disk drive</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>hp9895</string>
|
||||
@@ -1255,6 +1443,22 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>msystems_mouse</string>
|
||||
<key>description</key>
|
||||
<string>Mouse Systems Non-rotatable Mouse (HLE)</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>nss_tvi</string>
|
||||
<key>description</key>
|
||||
<string>Novag Super System TV Interface</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>pty</string>
|
||||
@@ -1373,6 +1577,36 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>scorpion_ic</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>bios</string>
|
||||
<key>description</key>
|
||||
<string>ROM</string>
|
||||
<key>options</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string></string>
|
||||
<key>description</key>
|
||||
<string>—Default—</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>61203</string>
|
||||
<key>description</key>
|
||||
<string>Version 61203 (3rd Dec 1986)</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>sunkbd_adaptor</string>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user