mirror of
https://github.com/ksherlock/ample.git
synced 2026-04-26 08:17:55 +00:00
Compare commits
78 Commits
bookmarks-1
...
r20
| Author | SHA1 | Date | |
|---|---|---|---|
| 7178118ea9 | |||
| e9654f01c0 | |||
| 098b8cb7da | |||
| 35b60b1358 | |||
| 0c56be79f3 | |||
| e66502ea42 | |||
| 70f4738264 | |||
| 026a9e7704 | |||
| 7a482191ab | |||
| 3827cce320 | |||
| 82fbe43795 | |||
| acfc37675b | |||
| fa64005345 | |||
| f79fb60883 | |||
| d92145f6b4 | |||
| 139ab22f2a | |||
| b58a859398 | |||
| a278f679b0 | |||
| 0c55214085 | |||
| 7c704e577d | |||
| d52c2cd9d1 | |||
| 5aa8990ac6 | |||
| 82a73ef79c | |||
| 0d4a08113b | |||
| fc3bae79c3 | |||
| 053b9d84db | |||
| c7d0a2aecb | |||
| 5a098b9d00 | |||
| abf4e027ee | |||
| ec020cf028 | |||
| 9ab4b8373d | |||
| 796b1f2fc8 | |||
| d7b3c763dd | |||
| 32aad8cb61 | |||
| 1eb3811611 | |||
| ac459adb57 | |||
| d058aa6588 | |||
| 3889b42c14 | |||
| 34fcc3b3ed | |||
| c10f2153ff | |||
| 23afbd8952 | |||
| 5fbc00e375 | |||
| 5dd04cd3b7 | |||
| 27bfc1cd8b | |||
| 800087096d | |||
| 669e9a16f4 | |||
| 7c766ba76e | |||
| c307ab0403 | |||
| 7d1e1bf6bd | |||
| 9da9f6bd63 | |||
| 4144a6ad03 | |||
| 76ac6f777a | |||
| 6b43c42682 | |||
| 67f2c60286 | |||
| cae68c7f5a | |||
| 681c70d515 | |||
| 7abb2f68a0 | |||
| 4c003007f5 | |||
| a5a6222c9f | |||
| 058da073ee | |||
| 5e0d31a772 | |||
| e958ffe65a | |||
| 2b0e6d4d9d | |||
| 33d6c651d0 | |||
| 0381037356 | |||
| c4c2defc01 | |||
| 46fe931103 | |||
| 141877f8cb | |||
| e9d348ec71 | |||
| 37b085e45f | |||
| 7af810d14f | |||
| 884f8b190a | |||
| 7b55c37128 | |||
| c0534f0107 | |||
| 69f56830ca | |||
| b8697d326c | |||
| ef2bbeb9c3 | |||
| 3d5a2951bb |
@@ -1,6 +1,9 @@
|
||||
dist
|
||||
embedded/mame64
|
||||
embedded/SDL2.framework
|
||||
embedded/Sparkle.framework
|
||||
embedded/Sparkle-*
|
||||
embedded/SDL2-*
|
||||
build
|
||||
embedded/mame-data.tgz
|
||||
__pycache__
|
||||
|
||||
+106
-11
@@ -64,6 +64,12 @@
|
||||
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 */; };
|
||||
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 */; };
|
||||
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 */; };
|
||||
B6374AC4260EBBCF0045CA16 /* pty_shell.c in Sources */ = {isa = PBXBuildFile; fileRef = B6374AB6260EBB970045CA16 /* pty_shell.c */; };
|
||||
B6374AC5260EBC5A0045CA16 /* pty_shell in CopyFiles */ = {isa = PBXBuildFile; fileRef = B6374ABD260EBBC90045CA16 /* pty_shell */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
B6374AD1260ECB400045CA16 /* macclas2.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6374AC9260ECB3F0045CA16 /* macclas2.plist */; };
|
||||
@@ -123,7 +129,6 @@
|
||||
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 */; };
|
||||
B64E15A924EA1D5300E8AD3D /* MachineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B64E15A824EA1D5300E8AD3D /* MachineViewController.m */; };
|
||||
B65085B925B616AC00354EC9 /* maclc2.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65085B625B616AC00354EC9 /* maclc2.plist */; };
|
||||
B65085BA25B616AC00354EC9 /* maclc2.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65085B625B616AC00354EC9 /* maclc2.plist */; };
|
||||
B65085BB25B616AC00354EC9 /* maclc3.plist in Resources */ = {isa = PBXBuildFile; fileRef = B65085B725B616AC00354EC9 /* maclc3.plist */; };
|
||||
@@ -144,6 +149,10 @@
|
||||
B6841BD7251EC926006A5C39 /* vmnet_helper.c in Sources */ = {isa = PBXBuildFile; fileRef = B6841BCA251EC88E006A5C39 /* vmnet_helper.c */; };
|
||||
B6841BDA251ECB1C006A5C39 /* mame64 in CopyFiles */ = {isa = PBXBuildFile; fileRef = B66236B824FDA698006CABD7 /* mame64 */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
B6841BDE251ECC29006A5C39 /* vmnet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B6841BDD251ECC29006A5C39 /* vmnet.framework */; };
|
||||
B68A899026BE18E000B2C8C6 /* MidiManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B68A898F26BE18E000B2C8C6 /* MidiManager.m */; };
|
||||
B68A899126BE18E000B2C8C6 /* MidiManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B68A898F26BE18E000B2C8C6 /* MidiManager.m */; };
|
||||
B68A899426BF124B00B2C8C6 /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B68A899326BF124B00B2C8C6 /* CoreMIDI.framework */; };
|
||||
B68A899526BF12A600B2C8C6 /* CoreMIDI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B68A899326BF124B00B2C8C6 /* CoreMIDI.framework */; };
|
||||
B6A1A1942528EB1700DB0FD7 /* Menu.m in Sources */ = {isa = PBXBuildFile; fileRef = B6A1A1932528EB1700DB0FD7 /* Menu.m */; };
|
||||
B6A1A1952528EB1700DB0FD7 /* Menu.m in Sources */ = {isa = PBXBuildFile; fileRef = B6A1A1932528EB1700DB0FD7 /* Menu.m */; };
|
||||
B6B9EA662506A5550080E70D /* EjectButton.m in Sources */ = {isa = PBXBuildFile; fileRef = B6B9EA642506A5550080E70D /* EjectButton.m */; };
|
||||
@@ -200,7 +209,6 @@
|
||||
B6E08076252574690075F4E1 /* vmnet_helper in CopyFiles */ = {isa = PBXBuildFile; fileRef = B6841BD0251EC913006A5C39 /* vmnet_helper */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
|
||||
B6E4B5B024FDE2670094A35C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B6BA258724E99BEB005FB8FF /* main.m */; };
|
||||
B6E4B5B124FDE2670094A35C /* LaunchWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = B6D6DE4024FADFAC00661A5F /* LaunchWindowController.m */; };
|
||||
B6E4B5B224FDE2670094A35C /* MachineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B64E15A824EA1D5300E8AD3D /* MachineViewController.m */; };
|
||||
B6E4B5B324FDE2670094A35C /* MediaViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B64979C124EF6703008ABD20 /* MediaViewController.m */; };
|
||||
B6E4B5B424FDE2670094A35C /* FlippedView.m in Sources */ = {isa = PBXBuildFile; fileRef = B60A6E1324EE0AE2004B7EEF /* FlippedView.m */; };
|
||||
B6E4B5B524FDE2670094A35C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B6BA257F24E99BE9005FB8FF /* AppDelegate.m */; };
|
||||
@@ -261,6 +269,10 @@
|
||||
B6E4B5F224FDE2670094A35C /* prav8m.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6109A0024F5F371005CB652 /* prav8m.plist */; };
|
||||
B6E9A18025088B1B005E7525 /* SlotViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E9A17F25088B1B005E7525 /* SlotViewController.m */; };
|
||||
B6E9A18325088B36005E7525 /* SlotView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6E9A18125088B36005E7525 /* SlotView.xib */; };
|
||||
B6F7B538266FDA5B00624C6B /* MachineView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6F7B536266FDA5B00624C6B /* MachineView.xib */; };
|
||||
B6F7B539266FDA5B00624C6B /* MachineView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6F7B536266FDA5B00624C6B /* MachineView.xib */; };
|
||||
B6F7B53C267017A200624C6B /* NewMachineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B6F7B53B267017A200624C6B /* NewMachineViewController.m */; };
|
||||
B6F7B53D267017A200624C6B /* NewMachineViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B6F7B53B267017A200624C6B /* NewMachineViewController.m */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXCopyFilesBuildPhase section */
|
||||
@@ -280,6 +292,7 @@
|
||||
dstSubfolderSpec = 10;
|
||||
files = (
|
||||
B66236B524FDA527006CABD7 /* SDL2.framework in Embed Frameworks */,
|
||||
B635C09B26784A1200B23BFD /* Sparkle.framework in Embed Frameworks */,
|
||||
);
|
||||
name = "Embed Frameworks";
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@@ -371,10 +384,17 @@
|
||||
B6109A1424F5F376005CB652 /* apple2cp.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2cp.plist; sourceTree = "<group>"; };
|
||||
B6109A1524F5F376005CB652 /* apple2p.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2p.plist; sourceTree = "<group>"; };
|
||||
B6109A1624F5F376005CB652 /* agat7.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = agat7.plist; sourceTree = "<group>"; };
|
||||
B611BA392679489F008597B5 /* pty_shell.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = pty_shell.entitlements; sourceTree = "<group>"; };
|
||||
B611BA3A267948B5008597B5 /* vmnet_helper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = vmnet_helper.entitlements; sourceTree = "<group>"; };
|
||||
B6152B5425F4549F00605E6E /* Slot.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Slot.h; sourceTree = "<group>"; };
|
||||
B6152B5525F4549F00605E6E /* Slot.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Slot.m; sourceTree = "<group>"; };
|
||||
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>"; };
|
||||
B63005312666D6940014C381 /* BookmarkManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BookmarkManager.h; sourceTree = "<group>"; };
|
||||
B63005322666D6940014C381 /* BookmarkManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BookmarkManager.m; sourceTree = "<group>"; };
|
||||
B635C09926784A1200B23BFD /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = embedded/Sparkle.framework; sourceTree = "<group>"; };
|
||||
B635C09C26784A4800B23BFD /* Sparkle.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Sparkle.framework; path = embedded/Sparkle.framework; sourceTree = "<group>"; };
|
||||
B635C09E26784D4700B23BFD /* AmpleLite.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AmpleLite.m; sourceTree = "<group>"; };
|
||||
B6374AB6260EBB970045CA16 /* pty_shell.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pty_shell.c; sourceTree = "<group>"; };
|
||||
B6374ABD260EBBC90045CA16 /* pty_shell */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = pty_shell; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
B6374AC9260ECB3F0045CA16 /* macclas2.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macclas2.plist; sourceTree = "<group>"; };
|
||||
@@ -433,6 +453,9 @@
|
||||
B6841BCA251EC88E006A5C39 /* vmnet_helper.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = vmnet_helper.c; sourceTree = "<group>"; };
|
||||
B6841BD0251EC913006A5C39 /* vmnet_helper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = vmnet_helper; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
B6841BDD251ECC29006A5C39 /* vmnet.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = vmnet.framework; path = System/Library/Frameworks/vmnet.framework; sourceTree = SDKROOT; };
|
||||
B68A898F26BE18E000B2C8C6 /* MidiManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MidiManager.m; sourceTree = "<group>"; };
|
||||
B68A899226BE320200B2C8C6 /* MidiManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MidiManager.h; sourceTree = "<group>"; };
|
||||
B68A899326BF124B00B2C8C6 /* CoreMIDI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMIDI.framework; path = System/Library/Frameworks/CoreMIDI.framework; sourceTree = SDKROOT; };
|
||||
B6A1A1932528EB1700DB0FD7 /* Menu.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Menu.m; sourceTree = "<group>"; };
|
||||
B6A1A1962528EB4600DB0FD7 /* Menu.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Menu.h; sourceTree = "<group>"; };
|
||||
B6B9EA642506A5550080E70D /* EjectButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EjectButton.m; sourceTree = "<group>"; };
|
||||
@@ -475,6 +498,9 @@
|
||||
B6E9A17E25088B1B005E7525 /* SlotViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SlotViewController.h; sourceTree = "<group>"; };
|
||||
B6E9A17F25088B1B005E7525 /* SlotViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SlotViewController.m; sourceTree = "<group>"; };
|
||||
B6E9A18225088B36005E7525 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/SlotView.xib; sourceTree = "<group>"; };
|
||||
B6F7B537266FDA5B00624C6B /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MachineView.xib; sourceTree = "<group>"; };
|
||||
B6F7B53A267017A200624C6B /* NewMachineViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NewMachineViewController.h; sourceTree = "<group>"; };
|
||||
B6F7B53B267017A200624C6B /* NewMachineViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NewMachineViewController.m; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -498,6 +524,9 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
B65D718625E70BD5008C5F87 /* WebKit.framework in Frameworks */,
|
||||
B635C09D26784A4800B23BFD /* Sparkle.framework in Frameworks */,
|
||||
B68A899426BF124B00B2C8C6 /* CoreMIDI.framework in Frameworks */,
|
||||
B635C09A26784A1200B23BFD /* Sparkle.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
@@ -505,6 +534,7 @@
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
B68A899526BF12A600B2C8C6 /* CoreMIDI.framework in Frameworks */,
|
||||
B65D718725E70BE5008C5F87 /* WebKit.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@@ -515,6 +545,7 @@
|
||||
B6374AB2260EBB970045CA16 /* pty_shell */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B611BA392679489F008597B5 /* pty_shell.entitlements */,
|
||||
B6374AB6260EBB970045CA16 /* pty_shell.c */,
|
||||
);
|
||||
path = pty_shell;
|
||||
@@ -613,6 +644,8 @@
|
||||
B66236B624FDA686006CABD7 /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B68A899326BF124B00B2C8C6 /* CoreMIDI.framework */,
|
||||
B635C09926784A1200B23BFD /* Sparkle.framework */,
|
||||
B65D718525E70BD5008C5F87 /* WebKit.framework */,
|
||||
B6841BDD251ECC29006A5C39 /* vmnet.framework */,
|
||||
);
|
||||
@@ -624,6 +657,7 @@
|
||||
children = (
|
||||
B63C1B8D25004C6D00511A71 /* mame-data.tgz */,
|
||||
B66236B824FDA698006CABD7 /* mame64 */,
|
||||
B635C09C26784A4800B23BFD /* Sparkle.framework */,
|
||||
B66236B224FDA522006CABD7 /* SDL2.framework */,
|
||||
);
|
||||
name = "Embedded Content";
|
||||
@@ -632,6 +666,7 @@
|
||||
B6841BD1251EC913006A5C39 /* vmnet_helper */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B611BA3A267948B5008597B5 /* vmnet_helper.entitlements */,
|
||||
B6841BCA251EC88E006A5C39 /* vmnet_helper.c */,
|
||||
);
|
||||
path = vmnet_helper;
|
||||
@@ -669,6 +704,7 @@
|
||||
B6BA257E24E99BE9005FB8FF /* AppDelegate.h */,
|
||||
B6BA257F24E99BE9005FB8FF /* AppDelegate.m */,
|
||||
B63C1B8924FF4B7100511A71 /* Ample.h */,
|
||||
B635C09E26784D4700B23BFD /* AmpleLite.m */,
|
||||
B63C1B8A24FF4BF700511A71 /* Ample.m */,
|
||||
B64AF1F4250ED5E400A09B9B /* TableCellView.h */,
|
||||
B64AF1F5250ED5E400A09B9B /* TableCellView.m */,
|
||||
@@ -690,11 +726,17 @@
|
||||
B608E17E2502FE0C00D53465 /* TransparentScroller.m */,
|
||||
B66D0FE62611386B000902F1 /* SoftwareList.m */,
|
||||
B66D0FE926113AA8000902F1 /* SoftwareList.h */,
|
||||
B63005312666D6940014C381 /* BookmarkManager.h */,
|
||||
B63005322666D6940014C381 /* BookmarkManager.m */,
|
||||
B6F7B53A267017A200624C6B /* NewMachineViewController.h */,
|
||||
B6F7B53B267017A200624C6B /* NewMachineViewController.m */,
|
||||
B6BA563A251685DA00B0C47D /* Window Controllers */,
|
||||
B6B9EA652506A5550080E70D /* EjectButton.h */,
|
||||
B6B9EA642506A5550080E70D /* EjectButton.m */,
|
||||
B64AF1F8250EF6A500A09B9B /* Transformers.h */,
|
||||
B64AF1F9250EF6A500A09B9B /* Transformers.m */,
|
||||
B68A898F26BE18E000B2C8C6 /* MidiManager.m */,
|
||||
B68A899226BE320200B2C8C6 /* MidiManager.h */,
|
||||
B6BA258124E99BEB005FB8FF /* Assets.xcassets */,
|
||||
B64E15AF24EA365E00E8AD3D /* Resources */,
|
||||
B6BA258624E99BEB005FB8FF /* Info.plist */,
|
||||
@@ -731,6 +773,7 @@
|
||||
children = (
|
||||
B6665C1A265C639900254939 /* Autocomplete.xib */,
|
||||
B6E9A18125088B36005E7525 /* SlotView.xib */,
|
||||
B6F7B536266FDA5B00624C6B /* MachineView.xib */,
|
||||
B63C1B9325008A2700511A71 /* DownloadWindow.xib */,
|
||||
B66236BF24FDB7A6006CABD7 /* Credits.rtf */,
|
||||
B6D6DE3C24FADF8B00661A5F /* LaunchWindow.xib */,
|
||||
@@ -810,6 +853,7 @@
|
||||
B66236B124FDA443006CABD7 /* Embed Frameworks */,
|
||||
B6152B5C25F6F4F800605E6E /* ShellScript */,
|
||||
B66236BB24FDA71D006CABD7 /* CopyFiles */,
|
||||
B611BA3D26796483008597B5 /* ShellScript */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
@@ -928,6 +972,7 @@
|
||||
B6109A2524F5F377005CB652 /* laser2c.plist in Resources */,
|
||||
B6109A3D24F5F377005CB652 /* laser128.plist in Resources */,
|
||||
B6109A2824F5F377005CB652 /* apple2ep.plist in Resources */,
|
||||
B6F7B538266FDA5B00624C6B /* MachineView.xib in Resources */,
|
||||
B6109A1924F5F377005CB652 /* apple2ees.plist in Resources */,
|
||||
B6DE32482605482500418375 /* mac512ke.plist in Resources */,
|
||||
B6109A3924F5F377005CB652 /* prav8c.plist in Resources */,
|
||||
@@ -1073,6 +1118,7 @@
|
||||
B6E4B5E224FDE2670094A35C /* apple2gsr1.plist in Resources */,
|
||||
B6E4B5E324FDE2670094A35C /* Defaults.plist in Resources */,
|
||||
B6E4B5E424FDE2670094A35C /* models.plist in Resources */,
|
||||
B6F7B539266FDA5B00624C6B /* MachineView.xib in Resources */,
|
||||
B63C1BA9250192E600511A71 /* zijini.plist in Resources */,
|
||||
B6E4B5E524FDE2670094A35C /* craft2p.plist in Resources */,
|
||||
B6E4B5E624FDE2670094A35C /* uniap2pt.plist in Resources */,
|
||||
@@ -1098,6 +1144,26 @@
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
B611BA3D26796483008597B5 /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputFileListPaths = (
|
||||
);
|
||||
inputPaths = (
|
||||
"$(TARGET_BUILD_DIR)/$(EXECUTABLE_FOLDER_PATH)/mame64",
|
||||
);
|
||||
outputFileListPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
"$(TARGET_BUILD_DIR)/$(EXECUTABLE_FOLDER_PATH)/mame-link",
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n#cd \"$TARGET_BUILD_DIR/$EXECUTABLE_FOLDER_PATH\"\n#if [ ! -e mame-link] ; then ln -s mame64 mame-link ; fi\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
B6152B5C25F6F4F800605E6E /* ShellScript */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
@@ -1113,7 +1179,7 @@
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n\ncd \"embedded\"\necho perl install_name_tool.pl --verbose mame64 \"@executable_path/../Frameworks\"\nperl install_name_tool.pl --verbose mame64 \"@executable_path/../Frameworks\"\n";
|
||||
shellScript = "# set the mame rpath and entitlements.\n\ncd \"embedded\"\necho perl install_name_tool.pl --verbose mame64 \"@executable_path/../Frameworks\"\nperl install_name_tool.pl --verbose mame64 \"@executable_path/../Frameworks\"\n\necho /usr/bin/codesign --sign - --deep --force --options=runtime --entitlements mame64.entitlements --timestamp mame64\n/usr/bin/codesign --sign - --deep --force --options=runtime --entitlements mame64.entitlements --timestamp mame64\n\n";
|
||||
showEnvVarsInLog = 0;
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
@@ -1149,14 +1215,16 @@
|
||||
B6152B5625F4549F00605E6E /* Slot.m in Sources */,
|
||||
B6D6DE4124FADFAC00661A5F /* LaunchWindowController.m in Sources */,
|
||||
B6665C14265A0E3E00254939 /* AutocompleteControl.m in Sources */,
|
||||
B64E15A924EA1D5300E8AD3D /* MachineViewController.m in Sources */,
|
||||
B64979C224EF6703008ABD20 /* MediaViewController.m in Sources */,
|
||||
B60A6E1424EE0AE2004B7EEF /* FlippedView.m in Sources */,
|
||||
B68A899026BE18E000B2C8C6 /* MidiManager.m in Sources */,
|
||||
B6BA258024E99BE9005FB8FF /* AppDelegate.m in Sources */,
|
||||
B6004DF024FB05D600D38596 /* LogWindowController.m in Sources */,
|
||||
B63005332666D6940014C381 /* BookmarkManager.m in Sources */,
|
||||
B66236A924FD9A34006CABD7 /* PreferencesWindowController.m in Sources */,
|
||||
B63C1F0F25B1447C0016A611 /* CheatSheetWindowController.m in Sources */,
|
||||
B64AF1F2250ECB2E00A09B9B /* DiskImagesWindowController.m in Sources */,
|
||||
B6F7B53C267017A200624C6B /* NewMachineViewController.m in Sources */,
|
||||
B64AF1F6250ED5E400A09B9B /* TableCellView.m in Sources */,
|
||||
B66D0FE72611386C000902F1 /* SoftwareList.m in Sources */,
|
||||
B63C1B9425008A2700511A71 /* DownloadWindowController.m in Sources */,
|
||||
@@ -1168,6 +1236,7 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
B68A899126BE18E000B2C8C6 /* MidiManager.m in Sources */,
|
||||
B608E1802502FE0C00D53465 /* TransparentScroller.m in Sources */,
|
||||
B64AF1FB250EF6A500A09B9B /* Transformers.m in Sources */,
|
||||
B6E4B5B024FDE2670094A35C /* main.m in Sources */,
|
||||
@@ -1179,13 +1248,15 @@
|
||||
B6152B5B25F5B57E00605E6E /* Media.m in Sources */,
|
||||
B6E4B5B124FDE2670094A35C /* LaunchWindowController.m in Sources */,
|
||||
B6152B5725F4549F00605E6E /* Slot.m in Sources */,
|
||||
B6E4B5B224FDE2670094A35C /* MachineViewController.m in Sources */,
|
||||
B6E4B5B324FDE2670094A35C /* MediaViewController.m in Sources */,
|
||||
B64AF1F7250ED5E400A09B9B /* TableCellView.m in Sources */,
|
||||
B6E4B5B424FDE2670094A35C /* FlippedView.m in Sources */,
|
||||
B63005342666D6940014C381 /* BookmarkManager.m in Sources */,
|
||||
B615A9A026640A70001FBF99 /* SlotViewController.m in Sources */,
|
||||
B6665C15265A0E3E00254939 /* AutocompleteControl.m in Sources */,
|
||||
B6E4B5B524FDE2670094A35C /* AppDelegate.m in Sources */,
|
||||
B6F7B53D267017A200624C6B /* NewMachineViewController.m in Sources */,
|
||||
B635C09F26784D4700B23BFD /* AmpleLite.m in Sources */,
|
||||
B66D0FE82611386C000902F1 /* SoftwareList.m in Sources */,
|
||||
B6E4B5B624FDE2670094A35C /* LogWindowController.m in Sources */,
|
||||
B6E4B5B724FDE2670094A35C /* PreferencesWindowController.m in Sources */,
|
||||
@@ -1268,6 +1339,14 @@
|
||||
name = SlotView.xib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
B6F7B536266FDA5B00624C6B /* MachineView.xib */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
B6F7B537266FDA5B00624C6B /* Base */,
|
||||
);
|
||||
name = MachineView.xib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
@@ -1275,7 +1354,9 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_ENABLE_MODULES = NO;
|
||||
CODE_SIGN_ENTITLEMENTS = pty_shell/pty_shell.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
INSTALL_PATH = "";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
@@ -1285,7 +1366,9 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CLANG_ENABLE_MODULES = NO;
|
||||
CODE_SIGN_ENTITLEMENTS = pty_shell/pty_shell.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
INSTALL_PATH = "";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
@@ -1294,7 +1377,9 @@
|
||||
B6841BD5251EC913006A5C39 /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = vmnet_helper/vmnet_helper.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
INSTALL_PATH = "";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
@@ -1303,7 +1388,9 @@
|
||||
B6841BD6251EC913006A5C39 /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
CODE_SIGN_ENTITLEMENTS = vmnet_helper/vmnet_helper.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
INSTALL_PATH = "";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
@@ -1425,14 +1512,18 @@
|
||||
CODE_SIGN_ENTITLEMENTS = Ample/Ample.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
||||
CURRENT_PROJECT_VERSION = 20;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/embedded",
|
||||
);
|
||||
INFOPLIST_FILE = Ample/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.232;
|
||||
MARKETING_VERSION = 0.236;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.ksherlock.ample;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
@@ -1445,14 +1536,18 @@
|
||||
CODE_SIGN_ENTITLEMENTS = Ample/Ample.entitlements;
|
||||
CODE_SIGN_STYLE = Automatic;
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
CURRENT_PROJECT_VERSION = 14;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
|
||||
CURRENT_PROJECT_VERSION = 20;
|
||||
ENABLE_HARDENED_RUNTIME = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"$(PROJECT_DIR)/embedded",
|
||||
);
|
||||
INFOPLIST_FILE = Ample/Info.plist;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"@executable_path/../Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 0.232;
|
||||
MARKETING_VERSION = 0.236;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.ksherlock.ample;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
};
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
<dict>
|
||||
<key>com.apple.security.app-sandbox</key>
|
||||
<false/>
|
||||
<key>com.apple.security.cs.disable-library-validation</key>
|
||||
<true/>
|
||||
<key>com.apple.security.files.user-selected.read-only</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
||||
@@ -40,4 +40,15 @@ extern NSString *kDownloadExtension;
|
||||
extern NSString *kDefaultDownloadURL;
|
||||
extern NSString *kDefaultDownloadExtension;
|
||||
|
||||
extern NSString *kNotificationDiskImageAdded;
|
||||
extern NSString *kNotificationDiskImageMagicRoute;
|
||||
|
||||
@protocol Bookmark <NSObject>
|
||||
-(BOOL)loadBookmark: (NSDictionary *)bookmark;
|
||||
-(BOOL)saveBookmark: (NSMutableDictionary *)bookmark;
|
||||
|
||||
-(void)willLoadBookmark: (NSDictionary *)bookmark;
|
||||
-(void)didLoadBookmark: (NSDictionary *)bookmark;
|
||||
@end
|
||||
|
||||
#endif /* Ample_h */
|
||||
|
||||
+4
-1
@@ -42,7 +42,7 @@ NSURL *MameURL(void) {
|
||||
|
||||
if ([defaults boolForKey: kUseCustomMame]) {
|
||||
NSString *path = [defaults stringForKey: kMamePath];
|
||||
if (![path length]) return [NSURL fileURLWithPath: path];
|
||||
if ([path length]) return [NSURL fileURLWithPath: path];
|
||||
}
|
||||
|
||||
return [bundle URLForAuxiliaryExecutable: @"mame64"];
|
||||
@@ -135,3 +135,6 @@ NSString *kDefaultDownloadExtension = @"DefaultDownloadExtension";
|
||||
|
||||
NSString *kDownloadURL = @"DownloadURL";
|
||||
NSString *kDownloadExtension = @"DownloadExtension";
|
||||
|
||||
NSString *kNotificationDiskImageAdded = @"Disk Image Added";
|
||||
NSString *kNotificationDiskImageMagicRoute = @"Disk Image Magic Route";
|
||||
|
||||
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// AmpleLite.m
|
||||
// Ample Lite
|
||||
//
|
||||
// Created by Kelvin Sherlock on 6/14/2021.
|
||||
// Copyright © 2021 Kelvin Sherlock. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@class NSMenuItem;
|
||||
|
||||
@interface SUUpdater : NSObject
|
||||
@end
|
||||
|
||||
@implementation SUUpdater
|
||||
|
||||
- (IBAction)checkForUpdates:(id)sender {
|
||||
}
|
||||
|
||||
|
||||
- (BOOL)validateMenuItem:(NSMenuItem *)menuItem {
|
||||
return NO;
|
||||
}
|
||||
|
||||
@end
|
||||
@@ -13,6 +13,7 @@
|
||||
#import "DiskImagesWindowController.h"
|
||||
#import "CheatSheetWindowController.h"
|
||||
#import "Transformers.h"
|
||||
#import "BookmarkManager.h"
|
||||
|
||||
#import "LogWindowController.h"
|
||||
|
||||
@@ -40,6 +41,10 @@
|
||||
|
||||
RegisterTransformers();
|
||||
|
||||
BookmarkManager *bm = [BookmarkManager sharedManager];
|
||||
[bm loadBookmarks];
|
||||
[bm updateMenu];
|
||||
|
||||
path = [bundle pathForResource: @"Defaults" ofType: @"plist"];
|
||||
dict = [NSDictionary dictionaryWithContentsOfFile: path];
|
||||
|
||||
|
||||
+71
-12
@@ -11,7 +11,7 @@
|
||||
|
||||
|
||||
/*
|
||||
|
||||
|
||||
Todo --
|
||||
- when there is a value, can filter the list by only including header items and the selected value
|
||||
- draw inactive menu items
|
||||
@@ -21,7 +21,7 @@ Todo --
|
||||
- 1. it's not moved someplace more appropriate when the size shrinks
|
||||
- 2. it should display to the left or right in that case.
|
||||
- need to know parent's frame.
|
||||
|
||||
|
||||
- fuzzy search - minimum distance between letters?
|
||||
*/
|
||||
|
||||
@@ -32,6 +32,10 @@ Todo --
|
||||
@property (weak) AutocompleteControl *parent;
|
||||
|
||||
-(void)reset;
|
||||
-(void)reset: (id<AutocompleteItem>)value;
|
||||
-(void)setItems:(NSArray<id<AutocompleteItem>> *)items;
|
||||
-(void)setItems:(NSArray<id<AutocompleteItem>> *)items value: (id<AutocompleteItem>)value;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -96,27 +100,37 @@ Todo --
|
||||
}
|
||||
|
||||
-(void)setStringValue:(NSString *)stringValue {
|
||||
[super setStringValue: stringValue];
|
||||
if (_value && [[_value menuTitle] isEqualToString: stringValue] == NO)
|
||||
[super setStringValue: stringValue ? stringValue : @""];
|
||||
if (_value && [[_value menuTitle] isEqualToString: stringValue] == NO) {
|
||||
// post change notification?
|
||||
_value = nil;
|
||||
[_menuView reset];
|
||||
}
|
||||
|
||||
[self fixTextColor: _editing];
|
||||
// todo -- search for a matching item, update text color.
|
||||
}
|
||||
|
||||
// todo -- _menuView has second copy of value, need to update that.
|
||||
-(void)setObjectValue:(id)objectValue {
|
||||
if (_value == objectValue) return;
|
||||
if (![objectValue conformsToProtocol: @protocol(AutocompleteItem)]) {
|
||||
_value = nil;
|
||||
[_menuView reset];
|
||||
[super setStringValue: @""];
|
||||
[self fixTextColor: _editing];
|
||||
return;
|
||||
}
|
||||
_value = objectValue;
|
||||
if (!_value) [super setStringValue: @""]; //
|
||||
else {
|
||||
[super setStringValue: [_value menuTitle]];
|
||||
NSArray *array = [_autocompleteDelegate autocomplete: self completionsForItem: _value];
|
||||
[_menuView setItems: array];
|
||||
[_menuView reset: _value];
|
||||
// TODO -- menu view currently uses text search.
|
||||
//NSArray *array = [_autocompleteDelegate autocomplete: self completionsForItem: _value];
|
||||
//[_menuView setItems: array value: _value];
|
||||
}
|
||||
[self fixTextColor: NO];
|
||||
}
|
||||
|
||||
-(BOOL)valid {
|
||||
@@ -377,6 +391,23 @@ Todo --
|
||||
return YES;
|
||||
}
|
||||
|
||||
if (commandSelector == @selector(scrollPageDown:)) {
|
||||
if ([_panel isVisible]) {
|
||||
[_menuView scrollPageDown: textView];
|
||||
} else {
|
||||
[self updateSuggestions];
|
||||
}
|
||||
return YES;
|
||||
}
|
||||
if (commandSelector == @selector(scrollPageUp:)) {
|
||||
if ([_panel isVisible]) {
|
||||
[_menuView scrollPageUp: textView];
|
||||
} else {
|
||||
[self updateSuggestions];
|
||||
}
|
||||
return YES;
|
||||
}
|
||||
|
||||
//NSLog(@"%@", NSStringFromSelector(commandSelector));
|
||||
return NO;
|
||||
}
|
||||
@@ -468,14 +499,24 @@ static CGFloat HeightForItems(NSUInteger count) {
|
||||
_items = nil;
|
||||
}
|
||||
|
||||
-(void)setItems:(NSArray *)items {
|
||||
if (_items == items) return;
|
||||
-(void)reset: (id<AutocompleteItem>)value {
|
||||
[self invalidateRow: _index];
|
||||
_index = -1;
|
||||
_items = nil;
|
||||
_value = value;
|
||||
}
|
||||
|
||||
-(void)setItems:(NSArray *)items value: (id<AutocompleteItem> )value {
|
||||
if (_items == items && _value == value) return;
|
||||
_items = [items copy];
|
||||
_index = -1;
|
||||
_count = [items count];
|
||||
|
||||
_value = value;
|
||||
|
||||
if (!_items) return;
|
||||
if (!_items) {
|
||||
_value = nil;
|
||||
return;
|
||||
}
|
||||
|
||||
// also check enabled status....
|
||||
if (_value) {
|
||||
@@ -502,8 +543,6 @@ static CGFloat HeightForItems(NSUInteger count) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
NSInteger displayCount = MIN(_count, MAX_DISPLAY_ITEMS);
|
||||
CGFloat newHeight = HeightForItems(displayCount) + 8 ; // 4px top/bottom
|
||||
NSWindow *window = [self window];
|
||||
@@ -539,6 +578,14 @@ static CGFloat HeightForItems(NSUInteger count) {
|
||||
//NSLog(@"%@", NSStringFromRect(wFrame));
|
||||
}
|
||||
|
||||
-(void)setItems:(NSArray<id<AutocompleteItem>> *)items {
|
||||
|
||||
if (_items == items) return;
|
||||
[self setItems: items value: _value];
|
||||
}
|
||||
|
||||
|
||||
|
||||
-(id<AutocompleteItem>)itemAtPoint: (NSPoint)point indexPtr: (NSInteger *)indexPtr {
|
||||
|
||||
NSInteger index = floor(point.y / MENU_HEIGHT);
|
||||
@@ -636,6 +683,18 @@ enum {
|
||||
[_parent selectItem: _value withSelector: _cmd];
|
||||
}
|
||||
|
||||
-(void)scrollPageUp:(id)sender {
|
||||
if (_count == 0 || _index <= 0) return;
|
||||
|
||||
|
||||
}
|
||||
|
||||
-(void)scrollPageDown:(id)sender {
|
||||
if (_count == 0 || _index == _count - 1) return;
|
||||
|
||||
}
|
||||
|
||||
|
||||
-(void)insertNewline:(id)sender {
|
||||
if (_value) {
|
||||
[_parent selectItem: _value withSelector: _cmd];
|
||||
|
||||
@@ -33,6 +33,15 @@ Please note that MAME is a registered trademark of Gregory Ember, and permission
|
||||
\cf0 \cb1 \kerning1\expnd0\expndtw0 SDL 2.0 is distributed under the {\field{\*\fldinst{HYPERLINK "https://libsdl.org/license.php"}}{\fldrslt zlib license}}. This license allows you to use SDL freely in any software.\
|
||||
\
|
||||
\pard\pardeftab720\qc\partightenfactor0
|
||||
{\field{\*\fldinst{HYPERLINK "https://sparkle-project.org/"}}{\fldrslt
|
||||
\f0\b\fs36 \cf0 \cb3 \expnd0\expndtw0\kerning0
|
||||
Sparkle}}\
|
||||
\pard\pardeftab720\partightenfactor0
|
||||
\cf0 \
|
||||
Sparkle is open source software available under the permissive MIT license, and is developed on GitHub by the Sparkle Project with the help of dozens of valued contributors.\
|
||||
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\pardirnatural\partightenfactor0
|
||||
\cf0 \
|
||||
\pard\pardeftab720\qc\partightenfactor0
|
||||
{\field{\*\fldinst{HYPERLINK "https://usdawatercolors.nal.usda.gov/pom/catalog.xhtml?id=POM00001916"}}{\fldrslt
|
||||
\f0\b\fs36 \cf0 \cb3 \expnd0\expndtw0\kerning0
|
||||
Icon}}
|
||||
@@ -42,6 +51,6 @@ Icon}}
|
||||
|
||||
\f1\b0\fs28 \cf0 \
|
||||
\pard\pardeftab720\qj\partightenfactor0
|
||||
\cf4 \cb3 R.C. Steadman, 6-1-\'9221.\
|
||||
\cf4 R.C. Steadman, 6-1-\'9221.\
|
||||
\
|
||||
U.S. Department of Agriculture Pomological Watercolor Collection. Rare and Special Collections, National Agricultural Library, Beltsville, MD 20705}
|
||||
@@ -27,15 +27,15 @@
|
||||
<scrollView focusRingType="none" fixedFrame="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="24" horizontalPageScroll="10" verticalLineScroll="24" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" findBarPosition="belowContent" translatesAutoresizingMaskIntoConstraints="NO" id="ivr-XT-BPS">
|
||||
<rect key="frame" x="-1" y="-1" width="302" height="402"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<clipView key="contentView" ambiguous="YES" copiesOnScroll="NO" id="1jn-uc-06s">
|
||||
<clipView key="contentView" ambiguous="YES" drawsBackground="NO" copiesOnScroll="NO" id="1jn-uc-06s">
|
||||
<rect key="frame" x="0.0" y="0.0" width="302" height="402"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<tableView focusRingType="none" verticalHuggingPriority="750" ambiguous="YES" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" selectionHighlightStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="22" rowSizeStyle="automatic" viewBased="YES" id="J5l-1d-030">
|
||||
<tableView focusRingType="none" verticalHuggingPriority="750" ambiguous="YES" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="22" rowSizeStyle="automatic" viewBased="YES" id="J5l-1d-030">
|
||||
<rect key="frame" x="0.0" y="0.0" width="302" height="402"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<size key="intercellSpacing" width="3" height="2"/>
|
||||
<color key="backgroundColor" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" white="1" alpha="0.0" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
||||
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
|
||||
<tableColumns>
|
||||
<tableColumn width="282" minWidth="40" maxWidth="1000" id="1rF-M3-pYV">
|
||||
@@ -100,6 +100,7 @@
|
||||
</tableColumn>
|
||||
</tableColumns>
|
||||
<connections>
|
||||
<action trigger="doubleAction" selector="doubleClick:" target="-2" id="Zud-ke-iLR"/>
|
||||
<binding destination="vmp-9h-Z5R" name="content" keyPath="arrangedObjects" id="GHn-tz-ash"/>
|
||||
<outlet property="dataSource" destination="-2" id="PRV-Rt-UuC"/>
|
||||
<outlet property="delegate" destination="-2" id="WuV-c9-o5I"/>
|
||||
|
||||
@@ -8,8 +8,11 @@
|
||||
<objects>
|
||||
<customObject id="-2" userLabel="File's Owner" customClass="DownloadWindowController">
|
||||
<connections>
|
||||
<outlet property="allFilterButton" destination="Kgj-LP-FsF" id="yub-s9-RVW"/>
|
||||
<outlet property="arrayController" destination="jhO-4z-Qwt" id="GHu-xb-4zU"/>
|
||||
<outlet property="downloadField" destination="sJz-So-jbA" id="WjK-48-FcE"/>
|
||||
<outlet property="formatButton" destination="2Rg-eX-DUq" id="oYo-MG-Sc6"/>
|
||||
<outlet property="missingFilterButton" destination="6c7-tU-3F3" id="89Y-wQ-9pB"/>
|
||||
<outlet property="tableView" destination="FLX-Wt-y53" id="a4O-pk-EAt"/>
|
||||
<outlet property="window" destination="F0z-JX-Cv5" id="gIp-Ho-8D9"/>
|
||||
</connections>
|
||||
@@ -18,45 +21,29 @@
|
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||||
<window title="ROMs" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" frameAutosaveName="DownloadManagerWindow" animationBehavior="default" id="F0z-JX-Cv5">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
||||
<rect key="contentRect" x="196" y="240" width="400" height="575"/>
|
||||
<rect key="contentRect" x="196" y="240" width="454" height="575"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
|
||||
<value key="minSize" type="size" width="300" height="300"/>
|
||||
<value key="minSize" type="size" width="454" height="300"/>
|
||||
<view key="contentView" id="se5-gp-TjO">
|
||||
<rect key="frame" x="0.0" y="0.0" width="400" height="575"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="454" height="575"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rg5-Qf-4Mw">
|
||||
<rect key="frame" x="324" y="19" width="56" height="23"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<buttonCell key="cell" type="roundTextured" title="Cancel" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="i6Z-OM-lqE">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<string key="keyEquivalent">.</string>
|
||||
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
||||
<connections>
|
||||
<binding destination="-2" name="enabled" keyPath="self.active" id="mBP-8S-yGB"/>
|
||||
</connections>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="cancelAll:" target="-2" id="ycl-eJ-ByB"/>
|
||||
</connections>
|
||||
</button>
|
||||
<scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="51" horizontalPageScroll="10" verticalLineScroll="51" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="CMD-nT-mEa">
|
||||
<rect key="frame" x="0.0" y="130" width="402" height="446"/>
|
||||
<rect key="frame" x="0.0" y="130" width="456" height="446"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<clipView key="contentView" ambiguous="YES" drawsBackground="NO" id="Igp-aH-flp">
|
||||
<rect key="frame" x="1" y="1" width="400" height="444"/>
|
||||
<rect key="frame" x="1" y="1" width="454" height="444"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<tableView verticalHuggingPriority="750" ambiguous="YES" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowHeight="49" rowSizeStyle="automatic" viewBased="YES" id="FLX-Wt-y53">
|
||||
<rect key="frame" x="0.0" y="0.0" width="400" height="444"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="454" height="444"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<size key="intercellSpacing" width="3" height="2"/>
|
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
<tableViewGridLines key="gridStyleMask" dashed="YES"/>
|
||||
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
|
||||
<tableColumns>
|
||||
<tableColumn width="397" minWidth="40" maxWidth="1000" id="5jP-bY-fhI">
|
||||
<tableColumn width="451" minWidth="40" maxWidth="1000" id="5jP-bY-fhI">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
@@ -69,63 +56,67 @@
|
||||
</textFieldCell>
|
||||
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES"/>
|
||||
<prototypeCellViews>
|
||||
<tableCellView identifier="Cell" focusRingType="none" id="aBv-F5-XWo">
|
||||
<rect key="frame" x="1" y="1" width="397" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pWm-hb-BXB">
|
||||
<rect key="frame" x="0.0" y="0.0" width="397" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="p71-gJ-vFV">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
</subviews>
|
||||
<connections>
|
||||
<outlet property="textField" destination="pWm-hb-BXB" id="NNG-rj-AAQ"/>
|
||||
</connections>
|
||||
</tableCellView>
|
||||
<tableCellView identifier="DownloadCell" focusRingType="none" id="onK-6l-2iV" customClass="DownloadTableCellView">
|
||||
<rect key="frame" x="1" y="20" width="397" height="49"/>
|
||||
<tableCellView focusRingType="none" id="onK-6l-2iV">
|
||||
<rect key="frame" x="1" y="1" width="451" height="49"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="A44-us-TEl">
|
||||
<rect key="frame" x="25" y="28" width="371" height="17"/>
|
||||
<rect key="frame" x="41" y="28" width="409" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="NSU-6I-nsG">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
<connections>
|
||||
<binding destination="onK-6l-2iV" name="value" keyPath="objectValue.name" id="t1L-kM-AW6">
|
||||
<dictionary key="options">
|
||||
<string key="NSMultipleValuesPlaceholder">multiple</string>
|
||||
<string key="NSNoSelectionPlaceholder">no selection</string>
|
||||
<string key="NSNotApplicablePlaceholder">n/a</string>
|
||||
<string key="NSNullPlaceholder">null</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
<binding destination="onK-6l-2iV" name="textColor" keyPath="objectValue.titleColor" id="0Qx-rz-DEZ"/>
|
||||
</connections>
|
||||
</textField>
|
||||
<progressIndicator wantsLayer="YES" fixedFrame="YES" maxValue="100" displayedWhenStopped="NO" indeterminate="YES" controlSize="small" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="jBN-UJ-tWi">
|
||||
<rect key="frame" x="3" y="29" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
</progressIndicator>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hfu-hP-QAH">
|
||||
<rect key="frame" x="25" y="3" width="371" height="17"/>
|
||||
<rect key="frame" x="41" y="3" width="409" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="1cQ-Zh-q0o">
|
||||
<font key="font" metaFont="system" size="10"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
<connections>
|
||||
<binding destination="onK-6l-2iV" name="textColor" keyPath="objectValue.descriptionColor" id="KVi-3N-Swm"/>
|
||||
<binding destination="onK-6l-2iV" name="value" keyPath="objectValue.statusDescription" id="yV1-5r-YDh"/>
|
||||
</connections>
|
||||
</textField>
|
||||
<progressIndicator wantsLayer="YES" fixedFrame="YES" maxValue="100" displayedWhenStopped="NO" indeterminate="YES" style="spinning" translatesAutoresizingMaskIntoConstraints="NO" id="jBN-UJ-tWi">
|
||||
<rect key="frame" x="3" y="9" width="32" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
||||
<connections>
|
||||
<binding destination="onK-6l-2iV" name="animate" keyPath="objectValue.task" id="d22-JL-3Z7">
|
||||
<dictionary key="options">
|
||||
<string key="NSValueTransformerName">NSIsNotNil</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</progressIndicator>
|
||||
</subviews>
|
||||
<connections>
|
||||
<outlet property="activity" destination="jBN-UJ-tWi" id="ZwD-yU-Vne"/>
|
||||
<outlet property="statusTextField" destination="hfu-hP-QAH" id="8Hv-BB-kYA"/>
|
||||
<outlet property="textField" destination="A44-us-TEl" id="Ta5-nd-ed1"/>
|
||||
<outlet property="textField" destination="A44-us-TEl" id="ude-er-Gm4"/>
|
||||
</connections>
|
||||
</tableCellView>
|
||||
</prototypeCellViews>
|
||||
<connections>
|
||||
<binding destination="jhO-4z-Qwt" name="value" keyPath="arrangedObjects.selection" id="KQP-Xo-Fbf"/>
|
||||
</connections>
|
||||
</tableColumn>
|
||||
</tableColumns>
|
||||
<connections>
|
||||
<outlet property="dataSource" destination="-2" id="Ghf-k9-bRK"/>
|
||||
<outlet property="delegate" destination="-2" id="rpR-0W-4Nu"/>
|
||||
<binding destination="jhO-4z-Qwt" name="content" keyPath="arrangedObjects" id="2av-gV-V4K"/>
|
||||
<outlet property="menu" destination="RJM-21-hjO" id="xpL-0n-1jm"/>
|
||||
</connections>
|
||||
</tableView>
|
||||
@@ -142,7 +133,7 @@
|
||||
</scroller>
|
||||
</scrollView>
|
||||
<textField verticalHuggingPriority="750" fixedFrame="YES" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="sJz-So-jbA">
|
||||
<rect key="frame" x="51" y="101" width="329" height="21"/>
|
||||
<rect key="frame" x="51" y="101" width="383" height="21"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" drawsBackground="YES" id="HKe-di-YSs">
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -154,9 +145,9 @@
|
||||
</connections>
|
||||
</textField>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Fhd-vr-Q2G">
|
||||
<rect key="frame" x="192" y="18" width="124" height="23"/>
|
||||
<rect key="frame" x="208" y="13" width="150" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<buttonCell key="cell" type="roundTextured" title="Download Missing" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="AKx-eg-iLS">
|
||||
<buttonCell key="cell" type="push" title="Download Missing" bezelStyle="rounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="AKx-eg-iLS">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
@@ -188,13 +179,13 @@
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="AuM-pD-Gul">
|
||||
<rect key="frame" x="12" y="52" width="368" height="5"/>
|
||||
<rect key="frame" x="12" y="52" width="422" height="5"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
||||
</box>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" imageHugsTitle="YES" translatesAutoresizingMaskIntoConstraints="NO" id="dpY-qZ-2Nk">
|
||||
<rect key="frame" x="90" y="13" width="100" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="ROMs" bezelStyle="rounded" image="NSFolder" imagePosition="leading" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="E0t-sX-rgE">
|
||||
<rect key="frame" x="93" y="13" width="115" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="ROMs" bezelStyle="rounded" image="NSFolder" imagePosition="left" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="E0t-sX-rgE">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
@@ -204,7 +195,7 @@
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Lnv-mh-zAr">
|
||||
<rect key="frame" x="6" y="13" width="87" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Refresh" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="mYS-h7-GUa">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
@@ -237,12 +228,66 @@
|
||||
</binding>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rg5-Qf-4Mw">
|
||||
<rect key="frame" x="358" y="13" width="82" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="i6Z-OM-lqE">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<string key="keyEquivalent">.</string>
|
||||
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
||||
<connections>
|
||||
<binding destination="-2" name="enabled" keyPath="self.active" id="mBP-8S-yGB"/>
|
||||
</connections>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="cancelAll:" target="-2" id="ycl-eJ-ByB"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
</view>
|
||||
<toolbar key="toolbar" implicitIdentifier="B60021E6-BFBC-44E6-97DC-120AA9FD3269" autosavesConfiguration="NO" allowsUserCustomization="NO" displayMode="iconOnly" sizeMode="regular" id="kpz-W4-xgh">
|
||||
<allowedToolbarItems>
|
||||
<toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="tbY-ts-Irb"/>
|
||||
<toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="3Kc-zG-IdN"/>
|
||||
<toolbarItem implicitItemIdentifier="BD743A15-0B61-48FF-9EED-FD8D57EF8459" label="All" paletteLabel="All" tag="1" sizingBehavior="auto" id="Jj0-n8-I5a">
|
||||
<nil key="toolTip"/>
|
||||
<button key="view" verticalHuggingPriority="750" tag="1" id="Kgj-LP-FsF">
|
||||
<rect key="frame" x="0.0" y="14" width="74" height="20"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="recessed" title="All" bezelStyle="recessed" alignment="center" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="9s7-S1-hW1">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
|
||||
<font key="font" metaFont="systemBold" size="12"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="filterButton:" target="-2" id="gTc-Ul-FYR"/>
|
||||
</connections>
|
||||
</button>
|
||||
</toolbarItem>
|
||||
<toolbarItem implicitItemIdentifier="5B013840-E582-4568-8448-DDD7EE1E5AE2" label="Missing" paletteLabel="Missing" tag="2" sizingBehavior="auto" id="GV4-aX-5Ox">
|
||||
<nil key="toolTip"/>
|
||||
<button key="view" verticalHuggingPriority="750" tag="2" id="6c7-tU-3F3">
|
||||
<rect key="frame" x="0.0" y="14" width="74" height="20"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="recessed" title="Missing" bezelStyle="recessed" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="ui2-dz-IZj">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES" changeBackground="YES" changeGray="YES"/>
|
||||
<font key="font" metaFont="systemBold" size="12"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="filterButton:" target="-2" id="R6W-hU-oqL"/>
|
||||
</connections>
|
||||
</button>
|
||||
</toolbarItem>
|
||||
</allowedToolbarItems>
|
||||
<defaultToolbarItems>
|
||||
<toolbarItem reference="Jj0-n8-I5a"/>
|
||||
<toolbarItem reference="GV4-aX-5Ox"/>
|
||||
</defaultToolbarItems>
|
||||
</toolbar>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="0bl-1N-AYu"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="32" y="119.5"/>
|
||||
<point key="canvasLocation" x="59" y="119.5"/>
|
||||
</window>
|
||||
<menu id="RJM-21-hjO">
|
||||
<items>
|
||||
@@ -270,6 +315,7 @@
|
||||
</connections>
|
||||
<point key="canvasLocation" x="-348" y="164"/>
|
||||
</menu>
|
||||
<arrayController objectClassName="DownloadItem" editable="NO" preservesSelection="NO" selectsInsertedObjects="NO" avoidsEmptySelection="NO" clearsFilterPredicateOnInsertion="NO" automaticallyRearrangesObjects="YES" id="jhO-4z-Qwt" customClass="DownloadItemArrayController"/>
|
||||
<userDefaultsController representsSharedInstance="YES" id="721-9N-Bma"/>
|
||||
</objects>
|
||||
<resources>
|
||||
|
||||
@@ -8,8 +8,10 @@
|
||||
<objects>
|
||||
<customObject id="-2" userLabel="File's Owner" customClass="LaunchWindowController">
|
||||
<connections>
|
||||
<outlet property="addBookmarkWindow" destination="yIt-hP-HBq" id="Qhx-WV-cg4"/>
|
||||
<outlet property="bookmarkTextField" destination="fAl-Vn-x1w" id="GNr-j6-BiQ"/>
|
||||
<outlet property="machineView" destination="oVt-eD-aaj" id="Q9V-Kr-6GN"/>
|
||||
<outlet property="machineViewController" destination="RgH-d9-xl8" id="DIa-h0-6y2"/>
|
||||
<outlet property="machineViewController" destination="FSD-3v-Wni" id="tXv-zJ-QO3"/>
|
||||
<outlet property="mediaController" destination="t7c-zy-czN" id="a7d-HC-TWx"/>
|
||||
<outlet property="mediaView" destination="J9O-xI-P5J" id="PmZ-VC-4SN"/>
|
||||
<outlet property="slotController" destination="lyS-mc-3Tf" id="LXo-Ii-fDX"/>
|
||||
@@ -22,51 +24,19 @@
|
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||||
<window title="Ample" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" frameAutosaveName="LaunchWindow" animationBehavior="default" id="Vze-YF-m6e">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
||||
<rect key="contentRect" x="335" y="390" width="718" height="795"/>
|
||||
<rect key="contentRect" x="335" y="390" width="1000" height="640"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
|
||||
<view key="contentView" id="Ssv-Jw-EE0">
|
||||
<rect key="frame" x="0.0" y="0.0" width="718" height="795"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="1000" height="640"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="oVt-eD-aaj">
|
||||
<rect key="frame" x="0.0" y="615" width="718" height="180"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
</customView>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nKp-px-nHg">
|
||||
<rect key="frame" x="588.5" y="58" width="111" height="23"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<buttonCell key="cell" type="roundTextured" title="Launch" bezelStyle="texturedRounded" image="NSAppleMenuImage" imagePosition="left" alignment="center" borderStyle="border" inset="2" id="Ct1-Rb-7uI">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<string key="keyEquivalent" base64-UTF8="YES">
|
||||
DQ
|
||||
</string>
|
||||
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="launchAction:" target="-2" id="a4d-zv-1CU"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nNO-3T-OAy">
|
||||
<rect key="frame" x="470.5" y="58" width="109" height="23"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxY="YES"/>
|
||||
<buttonCell key="cell" type="roundTextured" title="Reset Slots" bezelStyle="texturedRounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Uii-5h-2R2">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<string key="keyEquivalent">r</string>
|
||||
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="resetSlots:" target="lyS-mc-3Tf" id="1qi-N0-Q8B"/>
|
||||
</connections>
|
||||
</button>
|
||||
<customView id="P9d-sS-qEb" customClass="FlippedView">
|
||||
<rect key="frame" x="20" y="92" width="316" height="363"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<rect key="frame" x="302" y="105" width="326" height="363"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
</customView>
|
||||
<tabView initialItem="zUN-Qs-haG" id="l8R-bg-6Zm">
|
||||
<rect key="frame" x="13" y="453" width="692" height="160"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<rect key="frame" x="295" y="466" width="692" height="160"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<tabViewItems>
|
||||
<tabViewItem label="Video" identifier="" id="zUN-Qs-haG">
|
||||
@@ -123,7 +93,7 @@ DQ
|
||||
</connections>
|
||||
</button>
|
||||
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hM8-FM-Agh">
|
||||
<rect key="frame" x="382" y="87" width="172" height="25"/>
|
||||
<rect key="frame" x="382" y="87" width="174" height="25"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Default" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Dsm-bi-Txy" id="mBS-h4-BWC">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
@@ -239,7 +209,7 @@ DQ
|
||||
</button>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="PGK-yK-2ZK">
|
||||
<rect key="frame" x="15" y="91" width="43" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Speed" id="D9w-Mz-PXs">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||||
@@ -247,7 +217,7 @@ DQ
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FE4-gG-fPb">
|
||||
<rect key="frame" x="62" y="86" width="107" height="25"/>
|
||||
<rect key="frame" x="62" y="86" width="109" height="25"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" title="100%" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="1" imageScaling="proportionallyDown" inset="2" selectedItem="yoI-Ra-evu" id="M40-f0-awc">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
@@ -267,6 +237,17 @@ DQ
|
||||
<binding destination="-2" name="selectedTag" keyPath="self.mameSpeed" id="nFG-yA-KC1"/>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="knB-Rn-1Cm">
|
||||
<rect key="frame" x="15" y="40" width="67" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="check" title="Rewind" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="Y7b-jN-HCc">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<binding destination="-2" name="value" keyPath="self.mameRewind" id="Hw5-n7-O27"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
</view>
|
||||
</tabViewItem>
|
||||
@@ -300,7 +281,7 @@ DQ
|
||||
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="5Yf-ZJ-8kx">
|
||||
<rect key="frame" x="132" y="59" width="523" height="21"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="/path/to/file.wav" drawsBackground="YES" id="Xqc-zw-28b">
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="/path/to/file.wav" drawsBackground="YES" usesSingleLineMode="YES" id="Xqc-zw-28b">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
@@ -317,7 +298,7 @@ DQ
|
||||
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ne8-5I-D1H">
|
||||
<rect key="frame" x="132" y="28" width="523" height="21"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="/path/to/file.vgm" drawsBackground="YES" id="xGs-Mi-wzj">
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="/path/to/file.vgm" drawsBackground="YES" usesSingleLineMode="YES" id="xGs-Mi-wzj">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
@@ -342,7 +323,7 @@ DQ
|
||||
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Xht-PS-Hw8">
|
||||
<rect key="frame" x="132" y="90" width="523" height="21"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="/path/to/file.avi" drawsBackground="YES" id="iY4-FF-x2e">
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="/path/to/file.avi" drawsBackground="YES" usesSingleLineMode="YES" id="iY4-FF-x2e">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
@@ -375,79 +356,64 @@ DQ
|
||||
<rect key="frame" x="10" y="33" width="672" height="114"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField toolTip="path or socket.address:port" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Wga-1O-bDR">
|
||||
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VDW-FX-9az">
|
||||
<rect key="frame" x="132" y="90" width="523" height="21"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="socket.127.0.0.1:23 or /path/to/file" drawsBackground="YES" id="6d8-LZ-wh1">
|
||||
<font key="font" usesAppearanceFont="YES"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="/path/to/directory/" drawsBackground="YES" usesSingleLineMode="YES" id="ykl-aj-n1L">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
<connections>
|
||||
<binding destination="-2" name="value" keyPath="self.mameBitBanger" id="O76-B6-FhP">
|
||||
<dictionary key="options">
|
||||
<string key="NSNullPlaceholder">socket.127.0.0.1:23 or /path/to/file</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VDW-FX-9az">
|
||||
<rect key="frame" x="132" y="59" width="523" height="21"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="/path/to/directory/" drawsBackground="YES" id="ykl-aj-n1L">
|
||||
<font key="font" usesAppearanceFont="YES"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
<connections>
|
||||
<binding destination="-2" name="value" keyPath="self.mameShareDirectory" id="fqw-G0-t5P">
|
||||
<binding destination="-2" name="enabled" keyPath="self.mameShareDirectory" id="bPv-hU-XgK"/>
|
||||
<binding destination="-2" name="value" keyPath="self.mameShareDirectoryPath" id="ddj-BN-tsY">
|
||||
<dictionary key="options">
|
||||
<string key="NSNullPlaceholder">/path/to/directory/</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</textField>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="uPk-SB-lIF">
|
||||
<rect key="frame" x="15" y="92" width="71" height="16"/>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1fA-nr-wns">
|
||||
<rect key="frame" x="15" y="91" width="117" height="18"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Bit Banger:" id="9jA-4x-Abr">
|
||||
<buttonCell key="cell" type="check" title="Share Directory" bezelStyle="regularSquare" imagePosition="left" inset="2" id="xmA-1v-wU7">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="upA-x5-LVd">
|
||||
<rect key="frame" x="15" y="61" width="103" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Share Directory:" id="RmQ-pY-o5K">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<binding destination="-2" name="value" keyPath="self.mameShareDirectory" id="x3D-ho-u4v"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
</view>
|
||||
</tabViewItem>
|
||||
</tabViewItems>
|
||||
<connections>
|
||||
<binding destination="-2" name="hidden" keyPath="machine" id="odt-eJ-VrX">
|
||||
<dictionary key="options">
|
||||
<string key="NSValueTransformerName">NSIsNil</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</tabView>
|
||||
<customView fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="J9O-xI-P5J" customClass="FlippedView">
|
||||
<rect key="frame" x="382" y="92" width="316" height="331"/>
|
||||
<rect key="frame" x="654" y="107" width="326" height="331"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
</customView>
|
||||
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="10" verticalPageScroll="10" hasHorizontalScroller="NO" horizontalScrollElasticity="none" id="2ue-XT-byh">
|
||||
<rect key="frame" x="0.0" y="0.0" width="718" height="51"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="1001" height="69"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<clipView key="contentView" drawsBackground="NO" copiesOnScroll="NO" id="eSY-AU-tvi">
|
||||
<rect key="frame" x="0.0" y="0.0" width="718" height="51"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="1001" height="69"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textView focusRingType="none" editable="NO" importsGraphics="NO" richText="NO" verticallyResizable="YES" allowsCharacterPickerTouchBarItem="NO" textCompletion="NO" id="c0R-8x-RL2">
|
||||
<rect key="frame" x="0.0" y="0.0" width="718" height="51"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="1001" height="69"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
<size key="minSize" width="718" height="51"/>
|
||||
<size key="maxSize" width="718" height="10000000"/>
|
||||
<size key="minSize" width="1001" height="69"/>
|
||||
<size key="maxSize" width="1001" height="10000000"/>
|
||||
<color key="insertionPointColor" name="textColor" catalog="System" colorSpace="catalog"/>
|
||||
<connections>
|
||||
<binding destination="-2" name="value" keyPath="self.commandLine" id="deQ-gK-fgu">
|
||||
@@ -469,8 +435,8 @@ DQ
|
||||
</scroller>
|
||||
</scrollView>
|
||||
<searchField wantsLayer="YES" verticalHuggingPriority="750" textCompletion="NO" id="pNl-g4-ZLh" customClass="AutocompleteControl">
|
||||
<rect key="frame" x="382" y="431" width="316" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<rect key="frame" x="654" y="446" width="326" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" borderStyle="bezel" placeholderString="Software List" usesSingleLineMode="YES" bezelStyle="round" id="sMi-a3-XEn">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
@@ -478,15 +444,199 @@ DQ
|
||||
</searchFieldCell>
|
||||
<connections>
|
||||
<action selector="softwareChanged:" target="-2" id="879-da-UEc"/>
|
||||
<binding destination="-2" name="hidden" keyPath="machine" id="RdE-9k-oFd">
|
||||
<dictionary key="options">
|
||||
<string key="NSValueTransformerName">NSIsNil</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</searchField>
|
||||
<customView id="oVt-eD-aaj" customClass="FlippedView">
|
||||
<rect key="frame" x="0.0" y="69" width="294" height="571"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
</customView>
|
||||
<box verticalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="UwI-q9-hEm">
|
||||
<rect key="frame" x="0.0" y="67" width="1000" height="5"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMaxY="YES"/>
|
||||
</box>
|
||||
<box horizontalHuggingPriority="750" fixedFrame="YES" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="xjH-Gv-MHt">
|
||||
<rect key="frame" x="291" y="69" width="5" height="571"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" heightSizable="YES"/>
|
||||
</box>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="nKp-px-nHg">
|
||||
<rect key="frame" x="869.5" y="76" width="111" height="23"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="roundTextured" title="Launch" bezelStyle="texturedRounded" image="NSAppleMenuImage" imagePosition="left" alignment="center" borderStyle="border" inset="2" id="Ct1-Rb-7uI">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<string key="keyEquivalent" base64-UTF8="YES">
|
||||
DQ
|
||||
</string>
|
||||
<modifierMask key="keyEquivalentModifierMask" command="YES"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="launchAction:" target="-2" id="a4d-zv-1CU"/>
|
||||
<binding destination="-2" name="hidden" keyPath="machine" id="8Ks-FY-Tmk">
|
||||
<dictionary key="options">
|
||||
<string key="NSValueTransformerName">NSIsNil</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
</view>
|
||||
<point key="canvasLocation" x="769" y="120.5"/>
|
||||
<toolbar key="toolbar" implicitIdentifier="ACA8EE70-5505-4CFD-9F78-7A480D93260B" autosavesConfiguration="NO" allowsUserCustomization="NO" prefersToBeShown="NO" displayMode="iconAndLabel" sizeMode="regular" id="b3J-Bx-3nk">
|
||||
<allowedToolbarItems>
|
||||
<toolbarItem implicitItemIdentifier="NSToolbarShowColorsItem" id="uHd-dY-alN"/>
|
||||
<toolbarItem implicitItemIdentifier="NSToolbarShowFontsItem" id="WEM-Gw-Utx"/>
|
||||
<toolbarItem implicitItemIdentifier="NSToolbarPrintItem" id="RCG-fn-6Ue"/>
|
||||
<toolbarItem implicitItemIdentifier="NSToolbarSpaceItem" id="BRc-Qf-FCk"/>
|
||||
<toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="Dtt-KT-5NO"/>
|
||||
</allowedToolbarItems>
|
||||
<defaultToolbarItems/>
|
||||
</toolbar>
|
||||
<connections>
|
||||
<outlet property="menu" destination="Aa5-Sk-gZX" id="Sj0-0o-oZb"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="590" y="40"/>
|
||||
</window>
|
||||
<viewController title="Media View" nibName="MediaView" id="t7c-zy-czN" customClass="MediaViewController"/>
|
||||
<viewController title="Slot View" nibName="SlotView" id="lyS-mc-3Tf" customClass="SlotViewController"/>
|
||||
<customObject id="RgH-d9-xl8" customClass="MachineViewController"/>
|
||||
<window title="Add Bookmark" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" restorable="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="yIt-hP-HBq">
|
||||
<windowStyleMask key="styleMask" titled="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="240" width="462" height="116"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
|
||||
<view key="contentView" wantsLayer="YES" id="WVd-g4-Tbl">
|
||||
<rect key="frame" x="0.0" y="0.0" width="462" height="116"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Gho-Xy-rn4">
|
||||
<rect key="frame" x="358" y="13" width="90" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Add" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="Vxo-rD-aMe">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<string key="keyEquivalent" base64-UTF8="YES">
|
||||
DQ
|
||||
</string>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="bookmarkSave:" target="-2" id="wLF-LE-5RO"/>
|
||||
<binding destination="-2" name="enabled" keyPath="bookmarkName" id="U5R-gU-1bE">
|
||||
<dictionary key="options">
|
||||
<string key="NSValueTransformerName">StringNotEmptyTransformer</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="3sv-Kd-Ep5">
|
||||
<rect key="frame" x="268" y="13" width="90" height="32"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="push" title="Cancel" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="jaa-RY-PAg">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<string key="keyEquivalent" base64-UTF8="YES">
|
||||
Gw
|
||||
</string>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="bookmarkCancel:" target="-2" id="uWM-vs-hz7"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="1fO-x7-Gft">
|
||||
<rect key="frame" x="18" y="80" width="103" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Add Bookmark…" id="AZS-JR-SNt">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="fAl-Vn-x1w">
|
||||
<rect key="frame" x="20" y="49" width="422" height="21"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="bookmark name" drawsBackground="YES" id="Enq-2z-cle">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
<connections>
|
||||
<binding destination="-2" name="value" keyPath="bookmarkName" id="84v-el-4Uk">
|
||||
<dictionary key="options">
|
||||
<bool key="NSContinuouslyUpdatesValue" value="YES"/>
|
||||
<string key="NSNullPlaceholder">bookmark name</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</textField>
|
||||
</subviews>
|
||||
</view>
|
||||
<point key="canvasLocation" x="130" y="70"/>
|
||||
</window>
|
||||
<viewController nibName="MachineView" id="FSD-3v-Wni" customClass="NewMachineViewController"/>
|
||||
<menu id="Aa5-Sk-gZX">
|
||||
<items>
|
||||
<menuItem title="Launch" image="NSAppleMenuImage" id="OSH-7C-D6z">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="launchAction:" target="-2" id="ZY2-He-VyK"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem isSeparatorItem="YES" id="Iti-F9-p35"/>
|
||||
<menuItem title="List Media…" id="M5h-4W-0nV">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="listMedia:" target="-2" id="IO7-MG-zud"/>
|
||||
<binding destination="-2" name="hidden" keyPath="optionKey" id="LhL-2l-iss">
|
||||
<dictionary key="options">
|
||||
<string key="NSValueTransformerName">NSNegateBoolean</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="List Slots…" id="cNj-Sb-KkE">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="listSlots:" target="-2" id="3nb-mV-eUK"/>
|
||||
<binding destination="-2" name="hidden" keyPath="optionKey" id="dwp-Kn-LfC">
|
||||
<dictionary key="options">
|
||||
<string key="NSValueTransformerName">NSNegateBoolean</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem isSeparatorItem="YES" id="yZx-W2-lZg"/>
|
||||
<menuItem title="Reset All" id="PQ0-yO-SKz">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="resetAll:" target="-2" id="hF5-fl-bMr"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="Reset Machine" id="1by-3B-LSd">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="resetMachine:" target="-2" id="7au-OM-Q88"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="Reset Slots" id="ccx-xm-qeo">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="resetSlots:" target="lyS-mc-3Tf" id="39K-rS-u9D"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="Reset Media" id="Opr-7k-fO1">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="resetMedia:" target="-2" id="n5j-1R-NJl"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
</items>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="-2" id="wqC-IG-63F"/>
|
||||
</connections>
|
||||
<point key="canvasLocation" x="-121" y="-2"/>
|
||||
</menu>
|
||||
</objects>
|
||||
<resources>
|
||||
<image name="NSAppleMenuImage" width="11" height="14"/>
|
||||
|
||||
@@ -0,0 +1,109 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
<customObject id="-2" userLabel="File's Owner" customClass="NewMachineViewController">
|
||||
<connections>
|
||||
<outlet property="outlineView" destination="9V6-He-b8A" id="XeC-DJ-oXY"/>
|
||||
<outlet property="view" destination="t3T-qF-D0e" id="Svb-w7-hs9"/>
|
||||
</connections>
|
||||
</customObject>
|
||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||||
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="26" horizontalPageScroll="10" verticalLineScroll="26" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" horizontalScrollElasticity="none" id="t3T-qF-D0e">
|
||||
<rect key="frame" x="0.0" y="0.0" width="274" height="543"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<clipView key="contentView" drawsBackground="NO" id="DyG-qq-uBF">
|
||||
<rect key="frame" x="0.0" y="0.0" width="274" height="543"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<outlineView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" selectionHighlightStyle="sourceList" columnReordering="NO" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" autosaveName="machine-view" rowHeight="24" rowSizeStyle="automatic" viewBased="YES" indentationPerLevel="16" autosaveExpandedItems="YES" outlineTableColumn="e67-js-boV" id="9V6-He-b8A">
|
||||
<rect key="frame" x="0.0" y="0.0" width="274" height="543"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<size key="intercellSpacing" width="3" height="2"/>
|
||||
<color key="backgroundColor" white="1" alpha="0.0" colorSpace="custom" customColorSpace="calibratedWhite"/>
|
||||
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
|
||||
<tableColumns>
|
||||
<tableColumn width="271" minWidth="16" maxWidth="1000" id="e67-js-boV">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||
</tableHeaderCell>
|
||||
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="jZU-xV-PI4">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
||||
<prototypeCellViews>
|
||||
<tableCellView identifier="HeaderCell" id="2iF-4F-HfC">
|
||||
<rect key="frame" x="1" y="1" width="271" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="9tU-X8-FZn">
|
||||
<rect key="frame" x="0.0" y="0.0" width="271" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="HEADER CELL" id="EUi-TS-vlq">
|
||||
<font key="font" metaFont="systemBold"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
<connections>
|
||||
<binding destination="2iF-4F-HfC" name="value" keyPath="objectValue.description" id="He3-9c-g9A"/>
|
||||
</connections>
|
||||
</textField>
|
||||
</subviews>
|
||||
<connections>
|
||||
<outlet property="textField" destination="9tU-X8-FZn" id="p2B-eV-6bS"/>
|
||||
</connections>
|
||||
</tableCellView>
|
||||
<tableCellView identifier="DataCell" id="7b4-T1-d29">
|
||||
<rect key="frame" x="1" y="20" width="271" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FkS-zP-pRB">
|
||||
<rect key="frame" x="0.0" y="0.0" width="271" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="g6t-E7-0lM">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
<connections>
|
||||
<binding destination="7b4-T1-d29" name="value" keyPath="objectValue.description" id="kp8-ww-1aE"/>
|
||||
</connections>
|
||||
</textField>
|
||||
</subviews>
|
||||
<connections>
|
||||
<outlet property="textField" destination="FkS-zP-pRB" id="JkE-pr-7px"/>
|
||||
</connections>
|
||||
</tableCellView>
|
||||
</prototypeCellViews>
|
||||
</tableColumn>
|
||||
</tableColumns>
|
||||
<connections>
|
||||
<action selector="clickAction:" target="-2" id="O3p-cV-gwk"/>
|
||||
<outlet property="dataSource" destination="-2" id="nW2-qs-3w6"/>
|
||||
<outlet property="delegate" destination="-2" id="4Wc-Pe-v81"/>
|
||||
</connections>
|
||||
</outlineView>
|
||||
</subviews>
|
||||
<nil key="backgroundColor"/>
|
||||
</clipView>
|
||||
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="kig-a5-Ay0">
|
||||
<rect key="frame" x="-100" y="-100" width="238" height="15"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
</scroller>
|
||||
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="lLp-pv-Fbj" customClass="TransparentScroller">
|
||||
<rect key="frame" x="224" y="17" width="15" height="102"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
</scroller>
|
||||
<point key="canvasLocation" x="-91" y="132"/>
|
||||
</scrollView>
|
||||
</objects>
|
||||
</document>
|
||||
@@ -19,6 +19,12 @@
|
||||
</connections>
|
||||
</customObject>
|
||||
<customObject id="YLy-65-1bz" customClass="NSFontManager"/>
|
||||
<customObject id="sJn-ug-xF3" customClass="BookmarkManager">
|
||||
<connections>
|
||||
<outlet property="menu" destination="ha0-nx-PIl" id="vTa-TU-DS1"/>
|
||||
</connections>
|
||||
</customObject>
|
||||
<customObject id="3aq-Tx-mno" customClass="SUUpdater"/>
|
||||
<menu title="Main Menu" systemMenu="main" id="AYu-sK-qS6">
|
||||
<items>
|
||||
<menuItem title="Ample" id="1Xt-HY-uBw">
|
||||
@@ -31,6 +37,12 @@
|
||||
<action selector="orderFrontStandardAboutPanel:" target="-1" id="Exp-CZ-Vem"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="Check for Updates…" id="CPy-r4-rzr">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="checkForUpdates:" target="3aq-Tx-mno" id="qJG-Nv-0Lu"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/>
|
||||
<menuItem title="Preferences…" keyEquivalent="," id="BOF-NM-1cW">
|
||||
<connections>
|
||||
@@ -389,6 +401,34 @@
|
||||
</items>
|
||||
</menu>
|
||||
</menuItem>
|
||||
<menuItem title="Bookmarks" id="vHO-2e-qJc">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<menu key="submenu" title="Bookmarks" id="ha0-nx-PIl">
|
||||
<items>
|
||||
<menuItem title="Add Bookmark…" keyEquivalent="d" id="1JF-xV-zmG">
|
||||
<connections>
|
||||
<action selector="addBookmark:" target="-1" id="cqp-ko-BfQ"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem title="Manage Bookmarks…" id="isI-q6-b1V">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
<menuItem title="Set Default" id="vbR-vS-lqO">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="defaultSave:" target="-1" id="FP9-EX-OKP"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
<menuItem isSeparatorItem="YES" id="gWR-Yl-mg6"/>
|
||||
<menuItem title="Default" id="mXC-Lp-gem">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<connections>
|
||||
<action selector="defaultLoad:" target="-1" id="ErS-k6-azP"/>
|
||||
</connections>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</menuItem>
|
||||
<menuItem title="Window" id="aUF-d1-5bR">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
<menu key="submenu" title="Window" systemMenu="window" id="Td7-aD-5lo">
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="15705" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
@@ -51,13 +52,16 @@
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
<connections>
|
||||
<binding destination="33q-UT-ur5" name="value" keyPath="objectValue.title" id="JQR-UW-ifh"/>
|
||||
</connections>
|
||||
</textField>
|
||||
</subviews>
|
||||
<connections>
|
||||
<outlet property="textField" destination="Pep-mX-LHY" id="hUe-cf-6vq"/>
|
||||
</connections>
|
||||
</tableCellView>
|
||||
<tableCellView identifier="ItemView" translatesAutoresizingMaskIntoConstraints="NO" id="yGq-lc-RCM" customClass="TablePathView">
|
||||
<tableCellView identifier="ItemView" translatesAutoresizingMaskIntoConstraints="NO" id="yGq-lc-RCM" customClass="PathTableCellView">
|
||||
<rect key="frame" x="1" y="21" width="296" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
@@ -69,6 +73,8 @@
|
||||
</pathCell>
|
||||
<connections>
|
||||
<action selector="pathAction:" target="-2" id="4oX-bW-ANp"/>
|
||||
<binding destination="yGq-lc-RCM" name="value" keyPath="objectValue.url" id="Ony-ph-VVo"/>
|
||||
<binding destination="yGq-lc-RCM" name="enabled" keyPath="objectValue.valid" id="f8P-gt-vmK"/>
|
||||
</connections>
|
||||
</pathControl>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" id="6g1-NT-J1w">
|
||||
@@ -85,6 +91,7 @@
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="ejectAction:" target="-2" id="XAl-eQ-nUj"/>
|
||||
<binding destination="yGq-lc-RCM" name="enabled" keyPath="objectValue.occupied" id="4a4-L7-ztC"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
@@ -94,6 +101,147 @@
|
||||
<outlet property="pathControl" destination="f7R-TO-fmF" id="oH7-N3-JC7"/>
|
||||
</connections>
|
||||
</tableCellView>
|
||||
<tableCellView identifier="BBItemView" id="2Nq-Xz-tkV" customClass="PathTableCellView">
|
||||
<rect key="frame" x="1" y="46" width="296" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" id="47E-Ef-Ott">
|
||||
<rect key="frame" x="0.0" y="1" width="20" height="20"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageAlignment="left" image="drag-handle-4x10" id="vwE-Ev-NBf"/>
|
||||
</imageView>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="zxn-1E-o34" customClass="EjectButton">
|
||||
<rect key="frame" x="277" y="3" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="bevel" bezelStyle="regularSquare" image="eject-16x16" imagePosition="only" alignment="center" alternateImage="eject-hover-16x16" imageScaling="proportionallyDown" inset="2" id="Os7-NH-tnx">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="ejectAction:" target="-2" id="uy2-92-9La"/>
|
||||
<binding destination="2Nq-Xz-tkV" name="enabled" keyPath="objectValue.occupied" id="SNi-sQ-J2W"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="pNE-yJ-EK8">
|
||||
<rect key="frame" x="20" y="0.0" width="244" height="21"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="socket.address:port or /path/to/file" drawsBackground="YES" id="h2U-ig-Cms">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
<connections>
|
||||
<action selector="textAction:" target="-2" id="lmX-t8-mEc"/>
|
||||
<binding destination="2Nq-Xz-tkV" name="value" keyPath="objectValue.string" id="2dZ-JJ-asM">
|
||||
<dictionary key="options">
|
||||
<string key="NSNullPlaceholder">socket.address:port or /path/to/file</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
<binding destination="2Nq-Xz-tkV" name="enabled" keyPath="objectValue.valid" id="ZTM-E3-Y9P"/>
|
||||
</connections>
|
||||
</textField>
|
||||
</subviews>
|
||||
<connections>
|
||||
<outlet property="dragHandle" destination="47E-Ef-Ott" id="bnY-rz-24V"/>
|
||||
<outlet property="ejectButton" destination="zxn-1E-o34" id="eC6-Mf-tN6"/>
|
||||
</connections>
|
||||
</tableCellView>
|
||||
<tableCellView identifier="OutputItemView" id="jQd-Ar-5uf" customClass="PathTableCellView">
|
||||
<rect key="frame" x="1" y="71" width="296" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" id="Jg1-Wh-HDk">
|
||||
<rect key="frame" x="0.0" y="1" width="20" height="20"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageAlignment="left" image="drag-handle-4x10" id="SjY-iM-xSZ"/>
|
||||
</imageView>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="vG4-PP-efF" customClass="EjectButton">
|
||||
<rect key="frame" x="277" y="3" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="bevel" bezelStyle="regularSquare" image="eject-16x16" imagePosition="only" alignment="center" alternateImage="eject-hover-16x16" imageScaling="proportionallyDown" inset="2" id="VX6-hb-mCU">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="ejectAction:" target="-2" id="LNr-rK-kpx"/>
|
||||
<binding destination="jQd-Ar-5uf" name="enabled" keyPath="objectValue.occupied" id="p4S-6q-dCG"/>
|
||||
</connections>
|
||||
</button>
|
||||
<textField verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Tm9-Zq-fag">
|
||||
<rect key="frame" x="20" y="0.0" width="244" height="21"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" borderStyle="bezel" placeholderString="/path/to/file" drawsBackground="YES" id="RUQ-s4-75A">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
<connections>
|
||||
<action selector="textAction:" target="-2" id="N7h-6y-D8W"/>
|
||||
<binding destination="jQd-Ar-5uf" name="value" keyPath="objectValue.string" id="kXU-qJ-HKa">
|
||||
<dictionary key="options">
|
||||
<string key="NSNullPlaceholder">/path/to/file</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
<binding destination="jQd-Ar-5uf" name="enabled" keyPath="objectValue.valid" id="1wE-NY-Vb2"/>
|
||||
</connections>
|
||||
</textField>
|
||||
</subviews>
|
||||
<connections>
|
||||
<outlet property="dragHandle" destination="Jg1-Wh-HDk" id="o14-ay-0Ou"/>
|
||||
<outlet property="ejectButton" destination="vG4-PP-efF" id="X2I-2N-t5r"/>
|
||||
</connections>
|
||||
</tableCellView>
|
||||
<tableCellView identifier="MidiItemView" id="HDi-YM-iKn" customClass="MidiTableCellView">
|
||||
<rect key="frame" x="1" y="96" width="296" height="22"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" id="XcO-0S-W4c">
|
||||
<rect key="frame" x="0.0" y="1" width="20" height="20"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageAlignment="left" image="drag-handle-4x10" id="4a2-So-rxD"/>
|
||||
</imageView>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="F3v-8Z-LaF" customClass="EjectButton">
|
||||
<rect key="frame" x="277" y="3" width="16" height="16"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
|
||||
<buttonCell key="cell" type="bevel" bezelStyle="regularSquare" image="eject-16x16" imagePosition="only" alignment="center" alternateImage="eject-hover-16x16" imageScaling="proportionallyDown" inset="2" id="b3t-Zp-2si">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="ejectAction:" target="-2" id="AvU-Sz-QKJ"/>
|
||||
<binding destination="HDi-YM-iKn" name="enabled" keyPath="objectValue.occupied" id="ERy-Iz-T9Q"/>
|
||||
</connections>
|
||||
</button>
|
||||
<popUpButton verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="L2F-mj-lkr">
|
||||
<rect key="frame" x="20" y="-3" width="244" height="25"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<popUpButtonCell key="cell" type="push" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="CaJ-NG-vbR" id="Rac-za-bEQ">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<menu key="menu" id="I55-5S-oM2">
|
||||
<items>
|
||||
<menuItem state="on" id="CaJ-NG-vbR">
|
||||
<modifierMask key="keyEquivalentModifierMask"/>
|
||||
</menuItem>
|
||||
</items>
|
||||
</menu>
|
||||
</popUpButtonCell>
|
||||
<connections>
|
||||
<action selector="midiAction:" target="-2" id="LDL-4h-xUR"/>
|
||||
<binding destination="HDi-YM-iKn" name="selectedValue" keyPath="objectValue.string" id="xjL-hx-VG3">
|
||||
<dictionary key="options">
|
||||
<string key="NSValueTransformerName">EmptyStringTransformer</string>
|
||||
</dictionary>
|
||||
</binding>
|
||||
</connections>
|
||||
</popUpButton>
|
||||
</subviews>
|
||||
<connections>
|
||||
<outlet property="dragHandle" destination="XcO-0S-W4c" id="oKY-UF-LkW"/>
|
||||
<outlet property="ejectButton" destination="F3v-8Z-LaF" id="ql8-4u-qCA"/>
|
||||
<outlet property="popUpButton" destination="L2F-mj-lkr" id="Ktx-Yc-DIp"/>
|
||||
</connections>
|
||||
</tableCellView>
|
||||
</prototypeCellViews>
|
||||
</tableColumn>
|
||||
</tableColumns>
|
||||
|
||||
@@ -0,0 +1,34 @@
|
||||
//
|
||||
// BookmarkManager.h
|
||||
// Ample
|
||||
//
|
||||
// Created by Kelvin Sherlock on 6/1/2021.
|
||||
// Copyright © 2021 Kelvin Sherlock. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@class NSMenu;
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface BookmarkManager : NSObject
|
||||
|
||||
@property (weak) IBOutlet NSMenu *menu;
|
||||
|
||||
+(instancetype)sharedManager;
|
||||
|
||||
-(void)loadBookmarks;
|
||||
-(void)updateMenu;
|
||||
|
||||
-(BOOL)validateName: (NSString *)name;
|
||||
|
||||
-(BOOL)saveBookmark: (NSDictionary *)bookmark name: (NSString *)name;
|
||||
-(NSDictionary *)loadBookmarkFromURL: (NSURL *)url;
|
||||
|
||||
-(BOOL)saveDefault: (NSDictionary *)bookmark;
|
||||
-(NSDictionary *)loadDefault;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
@@ -0,0 +1,214 @@
|
||||
//
|
||||
// BookmarkManager.m
|
||||
// Ample
|
||||
//
|
||||
// Created by Kelvin Sherlock on 6/1/2021.
|
||||
// Copyright © 2021 Kelvin Sherlock. All rights reserved.
|
||||
//
|
||||
|
||||
#import "BookmarkManager.h"
|
||||
#import "Ample.h"
|
||||
|
||||
@interface BookmarkManager () {
|
||||
NSArray<NSURL *> *_urls;
|
||||
NSURL *_bookmarkDirectory;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation BookmarkManager
|
||||
|
||||
static BookmarkManager *singleton = nil;
|
||||
|
||||
-(void)awakeFromNib {
|
||||
if (!singleton) singleton = self;
|
||||
}
|
||||
|
||||
+(instancetype)sharedManager {
|
||||
if (!singleton) singleton = [BookmarkManager new];
|
||||
return singleton;
|
||||
}
|
||||
|
||||
-(instancetype)init {
|
||||
if (singleton) return singleton;
|
||||
return [super init];
|
||||
}
|
||||
|
||||
-(NSURL *)bookmarkDirectory {
|
||||
|
||||
if (_bookmarkDirectory) return _bookmarkDirectory;
|
||||
NSFileManager *fm = [NSFileManager defaultManager];
|
||||
|
||||
NSURL *url = SupportDirectory();
|
||||
url = [url URLByAppendingPathComponent: @"Bookmarks"];
|
||||
NSError *error = nil;
|
||||
[fm createDirectoryAtURL: url withIntermediateDirectories: YES attributes: nil error: &error];
|
||||
if (error) NSLog(@"%@", error);
|
||||
_bookmarkDirectory = url;
|
||||
return url;
|
||||
}
|
||||
|
||||
/* disallow leading .
|
||||
* disallow : or / characters.
|
||||
*/
|
||||
-(BOOL)validateName: (NSString *)name {
|
||||
|
||||
enum { kMaxLength = 128 };
|
||||
unichar buffer[kMaxLength];
|
||||
NSUInteger length = [name length];
|
||||
if (length == 0 || length > kMaxLength) return NO;
|
||||
[name getCharacters: buffer range: NSMakeRange(0, length)];
|
||||
if (buffer[0] == '.') return NO;
|
||||
for (unsigned i = 0; i < length; ++i) {
|
||||
unichar c = buffer[i];
|
||||
if (c == ':' || c == '/') return NO;
|
||||
}
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
||||
-(NSDictionary *)loadDefault {
|
||||
NSURL *url = [self bookmarkDirectory];
|
||||
url = [url URLByAppendingPathComponent: @".Default"];
|
||||
|
||||
NSDictionary *d;
|
||||
|
||||
if (@available(macOS 10.13, *)) {
|
||||
NSError *error = nil;
|
||||
d = [NSDictionary dictionaryWithContentsOfURL: url error: &error];
|
||||
if (!d) NSLog(@"Error loading %@: %@", url, error);
|
||||
} else {
|
||||
d = [NSDictionary dictionaryWithContentsOfURL: url];
|
||||
if (!d) NSLog(@"Error loading %@", url);
|
||||
}
|
||||
return d;
|
||||
}
|
||||
|
||||
/* save as .Default */
|
||||
-(BOOL)saveDefault: (NSDictionary *)bookmark {
|
||||
|
||||
NSURL *url = [self bookmarkDirectory];
|
||||
url = [url URLByAppendingPathComponent: @".Default"];
|
||||
|
||||
NSError *error = nil;
|
||||
BOOL ok = NO;
|
||||
if (@available(macOS 10.13, *)) {
|
||||
ok = [bookmark writeToURL: url error: &error];
|
||||
if (!ok) NSLog(@"%@", error);
|
||||
} else {
|
||||
ok = [bookmark writeToURL: url atomically: YES];
|
||||
}
|
||||
return ok;
|
||||
}
|
||||
|
||||
-(BOOL)saveBookmark: (NSDictionary *)bookmark name: (NSString *)name {
|
||||
|
||||
NSError *error;
|
||||
NSData *data = [NSPropertyListSerialization dataWithPropertyList: bookmark
|
||||
format: NSPropertyListXMLFormat_v1_0
|
||||
options: 0
|
||||
error: &error];
|
||||
|
||||
|
||||
|
||||
NSURL *base = [self bookmarkDirectory];
|
||||
|
||||
NSURL *url = [base URLByAppendingPathComponent: name];
|
||||
|
||||
BOOL ok = [data writeToURL: url options: NSDataWritingWithoutOverwriting error: &error];
|
||||
|
||||
if (!ok) {
|
||||
for (unsigned i = 1 ; i < 100; ++i) {
|
||||
NSString *tmp = [name stringByAppendingFormat: @" (%d)", i];
|
||||
url = [base URLByAppendingPathComponent: tmp];
|
||||
|
||||
ok = [data writeToURL: url options: NSDataWritingWithoutOverwriting error: &error];
|
||||
if (ok) {
|
||||
name = tmp;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!ok) return NO;
|
||||
|
||||
if (!_menu) return YES; // ?
|
||||
|
||||
NSUInteger ix = [_urls indexOfObjectPassingTest: ^BOOL(NSURL *object, NSUInteger index, BOOL *stop){
|
||||
NSString *path = [object lastPathComponent];
|
||||
return [name caseInsensitiveCompare: path] == NSOrderedAscending;
|
||||
}];
|
||||
|
||||
NSMenuItem *item = [[NSMenuItem alloc] initWithTitle: name action: @selector(bookmarkMenu:) keyEquivalent: @""];
|
||||
[item setRepresentedObject: url];
|
||||
|
||||
if (ix == NSNotFound) {
|
||||
_urls = [_urls arrayByAddingObject: url];
|
||||
[_menu addItem: item];
|
||||
} else {
|
||||
|
||||
NSInteger n = [_menu numberOfItems];
|
||||
[_menu insertItem: item atIndex: n - [_urls count] + ix];
|
||||
NSMutableArray *tmp = [_urls mutableCopy];
|
||||
|
||||
[tmp insertObject: url atIndex: ix];
|
||||
}
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
-(NSDictionary *)loadBookmarkFromURL: (NSURL *)url {
|
||||
|
||||
NSDictionary *d;
|
||||
|
||||
if (@available(macOS 10.13, *)) {
|
||||
NSError *error = nil;
|
||||
d = [NSDictionary dictionaryWithContentsOfURL: url error: &error];
|
||||
if (!d) NSLog(@"Error loading %@: %@", url, error);
|
||||
} else {
|
||||
d = [NSDictionary dictionaryWithContentsOfURL: url];
|
||||
if (!d) NSLog(@"Error loading %@", url);
|
||||
}
|
||||
return d;
|
||||
}
|
||||
|
||||
|
||||
-(void)loadBookmarks {
|
||||
|
||||
NSURL *url = [self bookmarkDirectory];
|
||||
|
||||
NSFileManager *fm = [NSFileManager defaultManager];
|
||||
|
||||
NSError *error = nil;
|
||||
|
||||
NSArray *files = [fm contentsOfDirectoryAtURL: url
|
||||
includingPropertiesForKeys: nil
|
||||
options: NSDirectoryEnumerationSkipsHiddenFiles
|
||||
error: &error];
|
||||
|
||||
// bleh, has to create 2 new NSStrings for every comparison
|
||||
files = [files sortedArrayUsingComparator: ^(NSURL *a, NSURL *b){
|
||||
NSString *aa = [a lastPathComponent];
|
||||
NSString *bb = [b lastPathComponent];
|
||||
return [aa caseInsensitiveCompare: bb];
|
||||
}];
|
||||
|
||||
|
||||
_urls = files;
|
||||
}
|
||||
|
||||
-(void)updateMenu {
|
||||
|
||||
NSArray *menus = [_menu itemArray];
|
||||
for (NSMenuItem *item in [menus reverseObjectEnumerator]) {
|
||||
if ([item tag] == 0xdeadbeef) [_menu removeItem: item];
|
||||
}
|
||||
for (NSURL *url in _urls) {
|
||||
NSString *title = [url lastPathComponent]; // [[url lastPathComponent] stringByDeletingPathExtension];
|
||||
|
||||
NSMenuItem *item = [_menu addItemWithTitle: title action: @selector(bookmarkMenu:) keyEquivalent: @""];
|
||||
[item setRepresentedObject: url];
|
||||
[item setTag: 0xdeadbeef];
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
@@ -3,7 +3,7 @@
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>MameComponentsDate</key>
|
||||
<date>2021-05-27T16:00:00Z</date>
|
||||
<date>2021-09-29T16:00:00Z</date>
|
||||
<key>UseCustomMame</key>
|
||||
<false/>
|
||||
<key>AutoCloseLogWindow</key>
|
||||
@@ -15,8 +15,8 @@
|
||||
<key>NSQuitAlwaysKeepsWindows</key>
|
||||
<true/>
|
||||
<key>DefaultDownloadURL</key>
|
||||
<string>https://archive.org/download/mame.0229</string>
|
||||
<string>https://archive.org/download/mame-0.236-romset</string>
|
||||
<key>DefaultDownloadExtension</key>
|
||||
<string>zip</string>
|
||||
<string>7z</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
|
||||
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
||||
|
||||
[nc addObserver: self selector: @selector(diskImageAdded:) name: @"DiskImageAdded" object: nil];
|
||||
[nc addObserver: self selector: @selector(diskImageAdded:) name: kNotificationDiskImageAdded object: nil];
|
||||
|
||||
[nc addObserver: self selector: @selector(willTerminate:) name: NSApplicationWillTerminateNotification object: nil];
|
||||
}
|
||||
@@ -182,7 +182,7 @@
|
||||
|
||||
NSFileManager *fm = [NSFileManager defaultManager];
|
||||
NSError *error;
|
||||
|
||||
|
||||
NSDictionary *attr = [fm attributesOfItemAtPath: path error: &error];
|
||||
if (error) {
|
||||
NSLog(@"%@ : %@", path, error);
|
||||
@@ -211,11 +211,10 @@
|
||||
|
||||
-(NSMutableDictionary *)clickedItem {
|
||||
|
||||
NSArray *array = [_arrayController arrangedObjects];
|
||||
NSInteger row = [_tableView clickedRow];
|
||||
if (row < 0) return nil;
|
||||
|
||||
NSTableCellView *v = [_tableView viewAtColumn: 0 row: row makeIfNecessary: NO];
|
||||
return [v objectValue];
|
||||
if (row < 0 || row >= [array count]) return nil;
|
||||
return [array objectAtIndex: row];
|
||||
}
|
||||
#pragma mark - IBActions
|
||||
|
||||
@@ -249,23 +248,18 @@
|
||||
|
||||
}
|
||||
|
||||
-(IBAction)doubleClick: (id)sender {
|
||||
NSDictionary *d = [self clickedItem];
|
||||
|
||||
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
||||
|
||||
[nc postNotificationName: kNotificationDiskImageMagicRoute object: nil userInfo: d];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation DiskImagesWindowController (TableView)
|
||||
|
||||
#if 0
|
||||
- (NSInteger)numberOfRowsInTableView:(NSTableView *)tableView {
|
||||
return 5; //[_data count];
|
||||
}
|
||||
|
||||
- (NSView *)tableView:(NSTableView *)tableView viewForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
|
||||
|
||||
NSTableCellView *v = [tableView makeViewWithIdentifier: @"PathCell" owner: self];
|
||||
|
||||
return v;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
-(id<NSPasteboardWriting>)tableView:(NSTableView *)tableView pasteboardWriterForRow:(NSInteger)row {
|
||||
|
||||
|
||||
@@ -26,17 +26,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@interface DownloadWindowController (URL) <NSURLSessionTaskDelegate, NSURLSessionDownloadDelegate>
|
||||
@end
|
||||
|
||||
@interface DownloadWindowController (Table) <NSTableViewDelegate, NSTableViewDataSource>
|
||||
@end
|
||||
|
||||
@interface DownloadWindowController (Menu) <NSMenuDelegate, NSMenuItemValidation>
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@interface DownloadTableCellView : NSTableCellView
|
||||
@property (weak) IBOutlet NSTextField *statusTextField;
|
||||
@property (weak) IBOutlet NSProgressIndicator *activity;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
@@ -90,6 +90,9 @@ enum {
|
||||
@property NSUInteger status;
|
||||
@property NSUInteger index;
|
||||
|
||||
@property (readonly) NSColor *titleColor;
|
||||
@property (readonly) NSColor *descriptionColor;
|
||||
|
||||
|
||||
-(void)cancelDownload;
|
||||
-(void)beginDownloadWithTask:(NSURLSessionDownloadTask *)task;
|
||||
@@ -98,6 +101,21 @@ enum {
|
||||
@end
|
||||
|
||||
|
||||
@interface DownloadItemArrayController : NSArrayController
|
||||
|
||||
@property(readonly, copy) NSArray<NSString *> *automaticRearrangementKeyPaths;
|
||||
|
||||
@end
|
||||
|
||||
@implementation DownloadItemArrayController
|
||||
|
||||
-(NSArray<NSString *> *)automaticRearrangementKeyPaths {
|
||||
return @[@"localURL"]; // , @"error", @"task", @"statusDescription"];
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@interface DownloadWindowController ()
|
||||
@property (weak) IBOutlet NSTableView *tableView;
|
||||
@@ -105,6 +123,14 @@ enum {
|
||||
@property (weak) IBOutlet NSTextField *downloadField;
|
||||
@property NSString *downloadExtension;
|
||||
|
||||
/* filter buttons */
|
||||
@property (weak) IBOutlet NSButton *allFilterButton;
|
||||
@property (weak) IBOutlet NSButton *missingFilterButton;
|
||||
|
||||
@property (strong) IBOutlet NSArrayController *arrayController;
|
||||
|
||||
|
||||
|
||||
@end
|
||||
|
||||
@implementation DownloadWindowController {
|
||||
@@ -117,6 +143,8 @@ enum {
|
||||
NSURLSession *_session;
|
||||
NSMutableDictionary *_taskIndex;
|
||||
NSUserDefaults *_defaults;
|
||||
|
||||
NSArray<NSButton *> *_filterButtons;
|
||||
}
|
||||
|
||||
+(instancetype)sharedInstance {
|
||||
@@ -166,6 +194,12 @@ enum {
|
||||
[window setRestorationClass: [self class]];
|
||||
#endif
|
||||
|
||||
_filterButtons = @[
|
||||
_allFilterButton,
|
||||
_missingFilterButton
|
||||
];
|
||||
|
||||
|
||||
// Implement this method to handle any initialization after your window controller's window has been loaded from its nib file.
|
||||
|
||||
NSError *error = nil;
|
||||
@@ -217,7 +251,8 @@ enum {
|
||||
}
|
||||
_items = tmp;
|
||||
[self refreshROMs: nil];
|
||||
|
||||
[_arrayController setContent: _items];
|
||||
|
||||
//[_tableView reloadData];
|
||||
NSURLSessionConfiguration *config = [NSURLSessionConfiguration defaultSessionConfiguration];
|
||||
_session = [NSURLSession sessionWithConfiguration: config delegate: self delegateQueue: nil];
|
||||
@@ -299,8 +334,10 @@ enum {
|
||||
-(DownloadItem *)clickedItem {
|
||||
NSInteger row = [_tableView clickedRow];
|
||||
if (row < 0 || row >= [_items count]) return nil;
|
||||
return [_items objectAtIndex: row];
|
||||
return [[_arrayController arrangedObjects] objectAtIndex: row];
|
||||
//return [_items objectAtIndex: row];
|
||||
}
|
||||
#if 0
|
||||
-(void)redrawRow: (NSUInteger)row {
|
||||
|
||||
//NSRect r = [_tableView rectOfRow: row];
|
||||
@@ -311,7 +348,7 @@ enum {
|
||||
|
||||
[_tableView reloadDataForRowIndexes: rIx columnIndexes: cIx];
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
-(void)initializeExtensionMenu {
|
||||
|
||||
@@ -349,9 +386,6 @@ enum {
|
||||
[_taskIndex removeAllObjects];
|
||||
[self setCurrentCount: 0];
|
||||
[self setActive: NO];
|
||||
|
||||
[_tableView reloadData];
|
||||
//[_tableView setNeedsDisplay: YES]; // doesn't work...
|
||||
}
|
||||
|
||||
- (IBAction)downloadMissing:(id)sender {
|
||||
@@ -368,7 +402,6 @@ enum {
|
||||
|
||||
if (delta) {
|
||||
[self setActive: YES];
|
||||
[_tableView reloadData];
|
||||
}
|
||||
}
|
||||
- (IBAction)showRomFolder:(id)sender {
|
||||
@@ -399,11 +432,10 @@ enum {
|
||||
[item setLocalURL: [NSURL fileURLWithPath: path]];
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
|
||||
[item setStatus: ItemMissing];
|
||||
[item setLocalURL: nil];
|
||||
}
|
||||
// only needed if items aren't bound.
|
||||
[_tableView reloadData];
|
||||
}
|
||||
|
||||
- (IBAction)showInFinder:(id)sender {
|
||||
@@ -422,14 +454,12 @@ enum {
|
||||
|
||||
[self downloadItem: item];
|
||||
[self setActive: YES];
|
||||
[self redrawRow: [item index]];
|
||||
}
|
||||
- (IBAction)cancel:(id)sender {
|
||||
DownloadItem *item = [self clickedItem];
|
||||
if (!item) return;
|
||||
|
||||
[item cancelDownload];
|
||||
[self redrawRow: [item index]];
|
||||
}
|
||||
|
||||
// binding screws up with placeholder.
|
||||
@@ -449,6 +479,35 @@ enum {
|
||||
[_defaults setValue: _downloadExtension forKey: kDownloadExtension];
|
||||
}
|
||||
|
||||
|
||||
- (IBAction)filterButton:(id)sender {
|
||||
|
||||
NSPredicate *p = nil;
|
||||
NSUInteger tag = [sender tag];
|
||||
[sender setState: NSControlStateValueOn];
|
||||
|
||||
|
||||
for (NSButton *b in _filterButtons) {
|
||||
if (b != sender) [b setState: NSControlStateValueOff];
|
||||
}
|
||||
switch (tag) {
|
||||
case 1: // all
|
||||
default:
|
||||
[_arrayController setFilterPredicate: nil];
|
||||
break;
|
||||
case 2: // missing.
|
||||
p = [NSPredicate predicateWithBlock: ^BOOL(DownloadItem *item, NSDictionary *bindings){
|
||||
NSURL *localURL = [item localURL];
|
||||
return localURL == nil;
|
||||
}];
|
||||
|
||||
[_arrayController setFilterPredicate: p];
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
#pragma mark - NSURLSessionDelegate
|
||||
|
||||
static NSInteger TaskStatusCode(NSURLSessionTask *task) {
|
||||
@@ -495,9 +554,6 @@ static NSInteger TaskStatusCode(NSURLSessionTask *task) {
|
||||
|
||||
if (item) {
|
||||
[item completeWithError: error];
|
||||
NSUInteger row = [item index];
|
||||
|
||||
[self redrawRow: row];
|
||||
}
|
||||
});
|
||||
|
||||
@@ -521,106 +577,51 @@ static NSInteger TaskStatusCode(NSURLSessionTask *task) {
|
||||
|
||||
[fm moveItemAtURL: location toURL: dest error: &error];
|
||||
|
||||
DownloadItem *item = [_taskIndex objectForKey: task];
|
||||
[item setLocalURL: dest];
|
||||
|
||||
/*
|
||||
dispatch_async(dispatch_get_main_queue(), ^(void){
|
||||
|
||||
|
||||
NSMutableDictionary *taskIndex = self->_taskIndex;
|
||||
DownloadItem *item = [taskIndex objectForKey: task];
|
||||
[item setLocalURL: dest];
|
||||
}
|
||||
*/
|
||||
});
|
||||
|
||||
NSLog(@"%@", src);
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation DownloadWindowController (Table)
|
||||
|
||||
- (NSInteger)numberOfRowsInTableView:(NSTableView *)tableView {
|
||||
return [_items count];
|
||||
}
|
||||
|
||||
- (id)tableView:(NSTableView *)tableView objectValueForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
|
||||
|
||||
return [_items objectAtIndex: row];
|
||||
}
|
||||
|
||||
|
||||
- (NSView *)tableView:(NSTableView *)tableView viewForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row {
|
||||
|
||||
DownloadItem *item = [_items objectAtIndex: row];
|
||||
DownloadTableCellView *v = [tableView makeViewWithIdentifier: @"DownloadCell" owner: self];
|
||||
|
||||
NSTextField *tf;
|
||||
NSColor *redColor = [NSColor systemRedColor];
|
||||
|
||||
tf = [v textField];
|
||||
[[v textField] setObjectValue: [item name]];
|
||||
|
||||
if ([item localURL]) {
|
||||
[tf setTextColor: nil];
|
||||
} else {
|
||||
[tf setTextColor: redColor];
|
||||
}
|
||||
|
||||
tf = [v statusTextField];
|
||||
[tf setObjectValue: [item statusDescription]];
|
||||
if ([item error]) {
|
||||
[tf setTextColor: redColor];
|
||||
} else {
|
||||
[tf setTextColor: nil];
|
||||
//if ([tableView isRowSelected: row]){
|
||||
//[tf setTextColor: [NSColor whiteColor]];
|
||||
//}
|
||||
}
|
||||
|
||||
if ([item task]) {
|
||||
[[v activity] startAnimation: nil];
|
||||
} else {
|
||||
[[v activity] stopAnimation: nil];
|
||||
}
|
||||
|
||||
|
||||
return v;
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@implementation DownloadTableCellView
|
||||
|
||||
@end
|
||||
|
||||
@implementation DownloadItem
|
||||
|
||||
-(void)beginDownloadWithTask:(NSURLSessionDownloadTask *)task {
|
||||
_task = task;
|
||||
_error = nil;
|
||||
if (task) _status = ItemDownloading;
|
||||
[self setTask: task];
|
||||
[self setError: nil];
|
||||
if (task) [self setStatus: ItemDownloading];
|
||||
}
|
||||
|
||||
-(void)cancelDownload {
|
||||
if (!_task) return;
|
||||
|
||||
[_task cancel];
|
||||
_task = nil;
|
||||
_status = ItemCanceled;
|
||||
[self setTask: nil];
|
||||
[self setStatus: ItemCanceled];
|
||||
}
|
||||
|
||||
-(void)completeWithError: (NSError *)error {
|
||||
_task = nil;
|
||||
[self setTask: nil];
|
||||
if (error) {
|
||||
_error = error;
|
||||
_status = ItemError;
|
||||
[self setError: error];
|
||||
[self setStatus: ItemError];
|
||||
} else {
|
||||
// what if there was an error moving it?
|
||||
_error = nil;
|
||||
_status = ItemDownloaded;
|
||||
[self setError: nil];
|
||||
[self setStatus: ItemDownloaded];
|
||||
}
|
||||
}
|
||||
|
||||
+(NSSet *)keyPathsForValuesAffectingStatusDescription {
|
||||
return [NSSet setWithObjects: @"error", @"status", nil];
|
||||
}
|
||||
-(NSString *)statusDescription {
|
||||
|
||||
static NSString *Names[] = {
|
||||
@@ -637,6 +638,19 @@ static NSInteger TaskStatusCode(NSURLSessionTask *task) {
|
||||
return Names[_status];
|
||||
}
|
||||
|
||||
+(NSSet *)keyPathsForValuesAffectingTitleColor {
|
||||
return [NSSet setWithObject: @"localURL"];
|
||||
}
|
||||
-(NSColor *)titleColor {
|
||||
return _localURL ? nil : [NSColor systemRedColor];
|
||||
}
|
||||
+(NSSet *)keyPathsForValuesAffectingDescriptionColor {
|
||||
return [NSSet setWithObject: @"error"];
|
||||
}
|
||||
-(NSColor *)descriptionColor {
|
||||
return _error ? [NSColor systemRedColor] : nil;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -655,7 +669,7 @@ enum {
|
||||
|
||||
NSInteger row = [_tableView clickedRow];
|
||||
if (row < 0) return NO;
|
||||
DownloadItem *item = [_items objectAtIndex: row];
|
||||
DownloadItem *item = [[_arrayController arrangedObjects] objectAtIndex: row]; //[_items objectAtIndex: row];
|
||||
|
||||
NSUInteger status = [item status];
|
||||
switch([menuItem tag]) {
|
||||
|
||||
+5
-1
@@ -50,7 +50,7 @@
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>Copyright © 2020 Kelvin Sherlock. All rights reserved.</string>
|
||||
<string>Copyright © 2020-2021 Kelvin Sherlock. All rights reserved.</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
@@ -59,5 +59,9 @@
|
||||
<true/>
|
||||
<key>NSSupportsSuddenTermination</key>
|
||||
<true/>
|
||||
<key>SUFeedURL</key>
|
||||
<string>https://ample.ksherlock.com/updates/appcast.xml</string>
|
||||
<key>SUPublicEDKey</key>
|
||||
<string>MgYKY5J1nIJ9+C3IabG24ri2M0CuoMqP78fva2GI5BY=</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface LaunchWindowController : NSWindowController <NSBrowserDelegate>
|
||||
@interface LaunchWindowController : NSWindowController <NSBrowserDelegate, NSMenuDelegate>
|
||||
|
||||
@end
|
||||
|
||||
|
||||
+517
-49
@@ -10,11 +10,12 @@
|
||||
#import "LaunchWindowController.h"
|
||||
#import "MediaViewController.h"
|
||||
#import "SlotViewController.h"
|
||||
#import "MachineViewController.h"
|
||||
#import "NewMachineViewController.h"
|
||||
#import "LogWindowController.h"
|
||||
|
||||
#import "AutocompleteControl.h"
|
||||
#import "SoftwareList.h"
|
||||
#import "BookmarkManager.h"
|
||||
|
||||
#include <sys/stat.h>
|
||||
#include <wctype.h>
|
||||
@@ -23,10 +24,14 @@ static NSString *kMyContext = @"kMyContext";
|
||||
static NSString *kContextMachine = @"kContextMachine";
|
||||
|
||||
|
||||
@interface LaunchWindowController ()
|
||||
@interface LaunchWindowController () {
|
||||
BOOL _loadingBookmark;
|
||||
NSString *_machine;
|
||||
NSDictionary *_machineDescription;
|
||||
}
|
||||
@property (strong) IBOutlet MediaViewController *mediaController;
|
||||
@property (strong) IBOutlet SlotViewController *slotController;
|
||||
@property (strong) IBOutlet MachineViewController *machineViewController;
|
||||
@property (strong) IBOutlet NewMachineViewController *machineViewController;
|
||||
|
||||
@property (weak) IBOutlet NSView *machineView;
|
||||
@property (weak) IBOutlet NSView *slotView;
|
||||
@@ -36,25 +41,30 @@ static NSString *kContextMachine = @"kContextMachine";
|
||||
@property NSString *commandLine;
|
||||
@property NSArray *args;
|
||||
|
||||
@property NSString *mameMachine;
|
||||
@property NSString *machine;
|
||||
//@property NSString *machineName;
|
||||
|
||||
@property BOOL mameDebug;
|
||||
@property BOOL mameSquarePixels;
|
||||
@property BOOL mameMouse;
|
||||
@property BOOL mameSamples;
|
||||
@property BOOL mameBGFX;
|
||||
@property BOOL mameRewind;
|
||||
|
||||
@property BOOL mameAVI;
|
||||
@property BOOL mameWAV;
|
||||
@property BOOL mameVGM;
|
||||
@property BOOL mameBitBanger;
|
||||
@property BOOL mameShareDirectory;
|
||||
|
||||
@property NSString *mameAVIPath;
|
||||
@property NSString *mameWAVPath;
|
||||
@property NSString *mameVGMPath;
|
||||
@property NSString *mameShareDirectory;
|
||||
@property NSString *mameBitBanger;
|
||||
@property NSString *mameShareDirectoryPath;
|
||||
@property NSString *mameBitBangerPath;
|
||||
|
||||
@property NSInteger mameSpeed;
|
||||
|
||||
@property BOOL mameBGFX;
|
||||
@property NSInteger mameBackend;
|
||||
@property NSInteger mameEffects;
|
||||
|
||||
@@ -64,6 +74,15 @@ static NSString *kContextMachine = @"kContextMachine";
|
||||
@property (weak) IBOutlet AutocompleteControl *softwareListControl;
|
||||
@property SoftwareSet *softwareSet;
|
||||
@property Software *software;
|
||||
|
||||
|
||||
|
||||
@property (strong) IBOutlet NSWindow *addBookmarkWindow;
|
||||
@property (strong) NSString *bookmarkName;
|
||||
@property (weak) IBOutlet NSTextField *bookmarkTextField;
|
||||
|
||||
@property BOOL optionKey;
|
||||
|
||||
@end
|
||||
|
||||
@interface LaunchWindowController (SoftwareList)
|
||||
@@ -72,39 +91,138 @@ static NSString *kContextMachine = @"kContextMachine";
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@interface LaunchWindowController (Bookmark)
|
||||
|
||||
-(IBAction)addBookmark:(id)sender;
|
||||
|
||||
-(IBAction)defaultLoad:(id)sender;
|
||||
|
||||
@end
|
||||
|
||||
#define SIZEOF(x) (sizeof(x) / sizeof(x[0]))
|
||||
static NSString *BackendStrings[] = {
|
||||
@"",
|
||||
@"metal",
|
||||
@"opengl",
|
||||
};
|
||||
|
||||
static NSString *EffectsStrings[] = {
|
||||
@"-",
|
||||
@"unfiltered",
|
||||
@"hlsl",
|
||||
@"crt-geom",
|
||||
@"crt-geom-deluxe",
|
||||
@"lcd-grid",
|
||||
};
|
||||
|
||||
|
||||
static int BackEndIndex(NSString *str) {
|
||||
if (!str) return -1;
|
||||
for (int i = 1; i < SIZEOF(BackendStrings); ++i) {
|
||||
if ([str isEqualToString: BackendStrings[i]]) return i;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int EffectsIndex(NSString *str) {
|
||||
if (!str) return -1;
|
||||
for (int i = 1; i < SIZEOF(EffectsStrings); ++i) {
|
||||
if ([str isEqualToString: EffectsStrings[i]]) return i;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
@implementation LaunchWindowController
|
||||
|
||||
-(NSString *)windowNibName {
|
||||
return @"LaunchWindow";
|
||||
}
|
||||
|
||||
-(void)windowWillLoad {
|
||||
-(void)reset {
|
||||
// handled elsewhere.
|
||||
//[self setMachine: nil];
|
||||
|
||||
[self setMameSpeed: 1];
|
||||
[self setMameBGFX: YES];
|
||||
[self setMameMouse: NO];
|
||||
[self setMameSamples: YES];
|
||||
[self setMameSamples: NO];
|
||||
[self setMameSquarePixels: NO];
|
||||
[self setMameDebug: NO];
|
||||
[self setMameRewind: NO];
|
||||
[self setMameWindowMode: 1]; // default = 1x window.
|
||||
|
||||
[self setMameBackend: 0];
|
||||
[self setMameEffects: 0];
|
||||
|
||||
[self setMameBitBangerPath: nil];
|
||||
[self setMameShareDirectoryPath: nil];
|
||||
[self setMameAVIPath: nil];
|
||||
[self setMameWAVPath: nil];
|
||||
[self setMameVGMPath: nil];
|
||||
|
||||
[self setMameAVI: NO];
|
||||
[self setMameWAV: NO];
|
||||
[self setMameVGM: NO];
|
||||
[self setMameBitBanger: NO];
|
||||
[self setMameShareDirectory: NO];
|
||||
|
||||
#if 0
|
||||
[self setSoftware: nil];
|
||||
//_softwareSet = nil;
|
||||
[_softwareListControl setObjectValue: nil];
|
||||
#endif
|
||||
}
|
||||
|
||||
-(void)resetSoftware {
|
||||
[self setSoftware: nil];
|
||||
//_softwareSet = nil;
|
||||
[_softwareListControl setObjectValue: nil];
|
||||
}
|
||||
|
||||
-(void)windowWillLoad {
|
||||
|
||||
// if this calls [self window], it will recurse. that is bad.
|
||||
//[self defaultLoad: nil];
|
||||
[self reset];
|
||||
}
|
||||
|
||||
|
||||
|
||||
static void AddSubview(NSView *parent, NSView *child) {
|
||||
|
||||
[child setFrame: [parent bounds]];
|
||||
[parent addSubview: child];
|
||||
}
|
||||
|
||||
- (void)windowDidLoad {
|
||||
[super windowDidLoad];
|
||||
|
||||
|
||||
|
||||
// Implement this method to handle any initialization after your window controller's window has been loaded from its nib file.
|
||||
|
||||
AddSubview(_slotView, [_slotController view]);
|
||||
AddSubview(_mediaView, [_mediaController view]);
|
||||
AddSubview(_machineView, [_machineViewController view]);
|
||||
|
||||
|
||||
// can't be done until above views are set up.
|
||||
[self defaultLoad: nil];
|
||||
|
||||
[_slotView addSubview: [_slotController view]];
|
||||
[_mediaView addSubview: [_mediaController view]];
|
||||
[_machineView addSubview: [_machineViewController view]];
|
||||
|
||||
|
||||
NSArray *keys = @[
|
||||
@"mameMachine", @"mameSquarePixels", @"mameWindowMode",
|
||||
//@"mameMachine", // - handled
|
||||
@"mameSquarePixels", @"mameWindowMode",
|
||||
@"mameMouse", @"mameSamples",
|
||||
@"mameDebug",
|
||||
@"mameDebug", @"mameRewind",
|
||||
@"mameSpeed",
|
||||
@"mameAVI", @"mameAVIPath",
|
||||
@"mameWAV", @"mameWAVPath",
|
||||
@"mameVGM", @"mameVGMPath",
|
||||
@"mameShareDirectory", @"mameBitBanger",
|
||||
@"mameShareDirectory", @"mameShareDirectoryPath",
|
||||
@"mameBitBanger", @"mameBitBangerPath",
|
||||
@"mameBGFX", @"mameBackend", @"mameEffects",
|
||||
@"software",
|
||||
];
|
||||
@@ -132,12 +250,14 @@ static NSString *kContextMachine = @"kContextMachine";
|
||||
-(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary<NSKeyValueChangeKey,id> *)change context:(void *)context {
|
||||
|
||||
if (context == (__bridge void *)kMyContext) {
|
||||
if (_loadingBookmark) return;
|
||||
[self buildCommandLine];
|
||||
} else if (context == (__bridge void *)kContextMachine) {
|
||||
if (_loadingBookmark) return;
|
||||
|
||||
NSString *machine = [_machineViewController machine];
|
||||
[self setMameMachine: machine];
|
||||
[self setMachine: machine];
|
||||
[_slotController setMachine: machine];
|
||||
[self updateSoftwareList];
|
||||
[self buildCommandLine];
|
||||
} else {
|
||||
[super observeValueForKeyPath: keyPath ofObject: object change: change context: context];
|
||||
@@ -146,6 +266,35 @@ static NSString *kContextMachine = @"kContextMachine";
|
||||
|
||||
|
||||
|
||||
-(NSString *)machine {
|
||||
return _machine;
|
||||
}
|
||||
|
||||
-(void)setMachine:(NSString *)machine {
|
||||
if (_machine == machine) return;
|
||||
_machine = machine;
|
||||
_machineDescription = MameMachine(machine);
|
||||
|
||||
#if 0
|
||||
[self setMachineName: [_machineDescription objectForKey: @"description"]];
|
||||
#else
|
||||
NSString *title = _machineDescription
|
||||
? [NSString stringWithFormat: @"Ample – %@", [_machineDescription objectForKey: @"description"]]
|
||||
: @"Ample";
|
||||
|
||||
[[self window] setTitle: title];
|
||||
#endif
|
||||
|
||||
// enable/disable the right-click menu
|
||||
NSWindow *window = [self window];
|
||||
NSView *view = [window contentView];
|
||||
if (_machine) [view setMenu: [window menu]];
|
||||
else [view setMenu: nil];
|
||||
|
||||
|
||||
// software list.
|
||||
[self updateSoftwareList];
|
||||
}
|
||||
|
||||
static NSString * JoinArguments(NSArray *argv, NSString *argv0) {
|
||||
|
||||
@@ -287,7 +436,7 @@ static NSString *ShellQuote(NSString *s) {
|
||||
|
||||
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
||||
|
||||
if (!_mameMachine) {
|
||||
if (!_machine) {
|
||||
[self setCommandLine: @""];
|
||||
return;
|
||||
}
|
||||
@@ -295,14 +444,11 @@ static NSString *ShellQuote(NSString *s) {
|
||||
NSMutableArray *argv = [NSMutableArray new];
|
||||
|
||||
//[argv addObject: @"mame"];
|
||||
[argv addObject: _mameMachine];
|
||||
[argv addObject: _machine];
|
||||
|
||||
if (_software) {
|
||||
// todo -- need to include source as well.
|
||||
NSString *name = [_software name];
|
||||
if (![_softwareSet nameIsUnique: name])
|
||||
name = [_software fullName];
|
||||
[argv addObject: name];
|
||||
NSString *name = [_softwareSet nameForSoftware: _software];
|
||||
if (name) [argv addObject: name];
|
||||
}
|
||||
|
||||
// -confirm_quit?
|
||||
@@ -316,7 +462,7 @@ static NSString *ShellQuote(NSString *s) {
|
||||
[argv addObject: @"-nosamples"];
|
||||
|
||||
if (_mameDebug) [argv addObject: @"-debug"];
|
||||
|
||||
if (_mameRewind) [argv addObject: @"-rewind"];
|
||||
|
||||
|
||||
/*
|
||||
@@ -365,25 +511,12 @@ static NSString *ShellQuote(NSString *s) {
|
||||
|
||||
if (_mameBGFX) {
|
||||
if (_mameBackend) {
|
||||
static NSString *Names[] = {
|
||||
@"-",
|
||||
@"metal",
|
||||
@"opengl",
|
||||
};
|
||||
[argv addObject: @"-bgfx_backend"];
|
||||
[argv addObject: Names[_mameBackend]];
|
||||
[argv addObject: BackendStrings[_mameBackend]];
|
||||
}
|
||||
if (_mameEffects) {
|
||||
static NSString *Names[] = {
|
||||
@"-",
|
||||
@"unfiltered",
|
||||
@"hlsl",
|
||||
@"crt-geom",
|
||||
@"crt-geom-deluxe",
|
||||
@"lcd-grid",
|
||||
};
|
||||
[argv addObject: @"-bgfx_screen_chains"];
|
||||
[argv addObject: Names[_mameEffects]];
|
||||
[argv addObject: EffectsStrings[_mameEffects]];
|
||||
}
|
||||
|
||||
} else {
|
||||
@@ -414,7 +547,7 @@ static NSString *ShellQuote(NSString *s) {
|
||||
}
|
||||
|
||||
// audio video.
|
||||
|
||||
|
||||
if (_mameAVI && [_mameAVIPath length]) {
|
||||
[argv addObject: @"-aviwrite"];
|
||||
[argv addObject: _mameAVIPath];
|
||||
@@ -433,14 +566,14 @@ static NSString *ShellQuote(NSString *s) {
|
||||
}
|
||||
}
|
||||
|
||||
if (_mameShareDirectory && [_mameShareDirectory length]) {
|
||||
if (_mameShareDirectory && [_mameShareDirectoryPath length]) {
|
||||
[argv addObject: @"-share_directory"];
|
||||
[argv addObject: _mameShareDirectory];
|
||||
[argv addObject: _mameShareDirectoryPath];
|
||||
}
|
||||
|
||||
if (_mameBitBanger && [_mameBitBanger length]) {
|
||||
if (_mameBitBanger && [_mameBitBangerPath length]) {
|
||||
[argv addObject: @"-bitbanger"];
|
||||
[argv addObject: _mameBitBanger];
|
||||
[argv addObject: _mameBitBangerPath];
|
||||
}
|
||||
|
||||
[self setCommandLine: JoinArguments(argv, nil)];
|
||||
@@ -453,7 +586,12 @@ static NSString *ShellQuote(NSString *s) {
|
||||
if (cmd == @selector(exportShellScript:)) {
|
||||
return [_args count] ? YES : NO;
|
||||
}
|
||||
return [super validateMenuItem: menuItem];
|
||||
if (cmd == @selector(addBookmark:)) {
|
||||
return _machine ? YES : NO;
|
||||
}
|
||||
|
||||
return YES;
|
||||
//return [super validateMenuItem: menuItem]; // not implemented?
|
||||
}
|
||||
|
||||
# pragma mark - IBActions
|
||||
@@ -467,11 +605,67 @@ static NSString *ShellQuote(NSString *s) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
- (IBAction)listMedia:(id)sender {
|
||||
|
||||
[[self window] makeFirstResponder: nil]; // in case text is being edited...
|
||||
if (!_machine) return;
|
||||
|
||||
NSMutableArray *argv = [NSMutableArray new];
|
||||
|
||||
[argv addObject: _machine];
|
||||
[argv addObject: @"-listmedia"];
|
||||
|
||||
|
||||
NSArray *tmp;
|
||||
tmp = [_slotController args];
|
||||
if ([tmp count]) {
|
||||
[argv addObjectsFromArray: tmp];
|
||||
}
|
||||
|
||||
#if 0
|
||||
tmp = [_mediaController args];
|
||||
if ([tmp count]) {
|
||||
[argv addObjectsFromArray: tmp];
|
||||
}
|
||||
#endif
|
||||
|
||||
[LogWindowController controllerForArgs: argv close: NO];
|
||||
}
|
||||
|
||||
- (IBAction)listSlots:(id)sender {
|
||||
|
||||
[[self window] makeFirstResponder: nil]; // in case text is being edited...
|
||||
if (!_machine) return;
|
||||
|
||||
NSMutableArray *argv = [NSMutableArray new];
|
||||
|
||||
[argv addObject: _machine];
|
||||
[argv addObject: @"-listslots"];
|
||||
|
||||
|
||||
NSArray *tmp;
|
||||
tmp = [_slotController args];
|
||||
if ([tmp count]) {
|
||||
[argv addObjectsFromArray: tmp];
|
||||
}
|
||||
|
||||
#if 0
|
||||
tmp = [_mediaController args];
|
||||
if ([tmp count]) {
|
||||
[argv addObjectsFromArray: tmp];
|
||||
}
|
||||
#endif
|
||||
|
||||
[LogWindowController controllerForArgs: argv close: NO];
|
||||
}
|
||||
|
||||
|
||||
-(IBAction)exportShellScript: (id)sender {
|
||||
|
||||
NSSavePanel *p = [NSSavePanel savePanel];
|
||||
|
||||
NSString *defaultName = [_mameMachine stringByAppendingString: @".sh"];
|
||||
NSString *defaultName = [_machine stringByAppendingString: @".sh"];
|
||||
|
||||
[p setTitle: @"Export Shell Script"];
|
||||
[p setExtensionHidden: NO];
|
||||
@@ -512,6 +706,26 @@ static NSString *ShellQuote(NSString *s) {
|
||||
}];
|
||||
}
|
||||
|
||||
|
||||
-(IBAction)resetMachine:(id)sender {
|
||||
[self reset];
|
||||
}
|
||||
|
||||
-(IBAction)resetAll:(id)sender {
|
||||
|
||||
[self reset];
|
||||
[self resetSoftware];
|
||||
[_slotController resetSlots: sender];
|
||||
[_mediaController resetMedia: sender];
|
||||
}
|
||||
|
||||
-(IBAction)resetMedia:(id)sender {
|
||||
[_mediaController resetMedia: sender];
|
||||
[_softwareListControl setObjectValue: nil];
|
||||
[self setSoftware: nil];
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@@ -519,7 +733,7 @@ static NSString *ShellQuote(NSString *s) {
|
||||
|
||||
-(void)updateSoftwareList {
|
||||
|
||||
_softwareSet = [SoftwareSet softwareSetForMachine: _mameMachine];
|
||||
_softwareSet = [SoftwareSet softwareSetForMachine: _machine];
|
||||
|
||||
[_softwareListControl setAutocompleteDelegate: _softwareSet];
|
||||
|
||||
@@ -541,3 +755,257 @@ static NSString *ShellQuote(NSString *s) {
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@implementation LaunchWindowController (Bookmark)
|
||||
|
||||
-(IBAction)defaultSave:(id)sender {
|
||||
|
||||
BookmarkManager *bm = [BookmarkManager sharedManager];
|
||||
|
||||
NSDictionary *d = [self makeBookmark];
|
||||
|
||||
[bm saveDefault: d];
|
||||
}
|
||||
|
||||
-(IBAction)defaultLoad:(id)sender {
|
||||
|
||||
BookmarkManager *bm = [BookmarkManager sharedManager];
|
||||
|
||||
NSDictionary *d = [bm loadDefault];
|
||||
if (!d) {
|
||||
[self resetAll: sender];
|
||||
[self setMachine: nil];
|
||||
[_machineViewController reset];
|
||||
[_slotController setMachine: nil];
|
||||
return;
|
||||
}
|
||||
[self loadBookmark: d];
|
||||
}
|
||||
|
||||
-(IBAction)addBookmark:(id)sender {
|
||||
|
||||
if (!_machine) return;
|
||||
|
||||
NSString *name = nil;
|
||||
if (_machineDescription) name = [_machineDescription objectForKey:@"description"];
|
||||
if (!name) name = _machine;
|
||||
|
||||
|
||||
if (_software) {
|
||||
name = [name stringByAppendingFormat: @" - %@", [_software title]];
|
||||
}
|
||||
[self setBookmarkName: name];
|
||||
[_bookmarkTextField selectText: nil];
|
||||
[[self window] beginSheet: _addBookmarkWindow completionHandler: nil];
|
||||
}
|
||||
|
||||
-(IBAction)bookmarkCancel:(id)sender {
|
||||
[[self window] endSheet: _addBookmarkWindow];
|
||||
[_addBookmarkWindow orderOut: nil];
|
||||
}
|
||||
|
||||
-(IBAction)bookmarkSave:(id)sender {
|
||||
|
||||
|
||||
BookmarkManager *bm = [BookmarkManager sharedManager];
|
||||
|
||||
if (![bm validateName: _bookmarkName]) {
|
||||
[_bookmarkTextField selectText: nil];
|
||||
NSBeep();
|
||||
return;
|
||||
}
|
||||
|
||||
NSDictionary *d = [self makeBookmark];
|
||||
|
||||
[bm saveBookmark: d name: _bookmarkName];
|
||||
|
||||
[[self window] endSheet: _addBookmarkWindow];
|
||||
[_addBookmarkWindow orderOut: nil];
|
||||
[self setBookmarkName: nil];
|
||||
}
|
||||
|
||||
|
||||
-(IBAction)bookmarkMenu:(id)sender {
|
||||
|
||||
NSURL *url = [sender representedObject];
|
||||
if (!url) return;
|
||||
|
||||
NSDictionary *d = [NSDictionary dictionaryWithContentsOfURL: url];
|
||||
if (!d) return; // oops...
|
||||
|
||||
[self loadBookmark: d];
|
||||
}
|
||||
|
||||
|
||||
-(void)loadBookmark: (NSDictionary *)d {
|
||||
Class StringClass = [NSString class];
|
||||
Class NumberClass = [NSNumber class];
|
||||
|
||||
|
||||
NSString *machine = [d objectForKey: @"machine"];
|
||||
if (!machine) return;
|
||||
|
||||
_loadingBookmark = YES;
|
||||
[_machineViewController willLoadBookmark: d];
|
||||
[_slotController willLoadBookmark: d];
|
||||
[_mediaController willLoadBookmark: d];
|
||||
|
||||
[self reset];
|
||||
[self resetSoftware];
|
||||
|
||||
[self setMachine: machine];
|
||||
[self updateSoftwareList];
|
||||
[_softwareListControl setObjectValue: nil]; // will reload the completion list.
|
||||
|
||||
NSString *str;
|
||||
|
||||
str = [d objectForKey: @"software"];
|
||||
if ([str isKindOfClass: StringClass]) {
|
||||
Software *s = [_softwareSet softwareForName: str];
|
||||
if (s) {
|
||||
[_softwareListControl setObjectValue: s];
|
||||
[self setSoftware: s];
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// Boolean values.
|
||||
NSNumber *n;
|
||||
#undef _
|
||||
#define _(a,b) n = [d objectForKey: a]; if ([n isKindOfClass: NumberClass]) [self b : [n boolValue]]
|
||||
|
||||
_(@"debug", setMameDebug);
|
||||
_(@"rewind", setMameRewind);
|
||||
_(@"squarePixels", setMameSquarePixels);
|
||||
_(@"mouse", setMameMouse);
|
||||
_(@"samples", setMameSamples);
|
||||
_(@"bgfx", setMameBGFX);
|
||||
|
||||
// numeric values
|
||||
// check if in range?
|
||||
#undef _
|
||||
#define _(a,b) n = [d objectForKey: a]; if ([n isKindOfClass: NumberClass]) [self b : [n intValue]]
|
||||
|
||||
_(@"windowMode", setMameWindowMode);
|
||||
_(@"speed", setMameSpeed);
|
||||
|
||||
|
||||
// string values
|
||||
#undef _
|
||||
#define _(a,b) str = [d objectForKey: a]; if ([str isKindOfClass: StringClass]) [self b : str]
|
||||
|
||||
_(@"shareDirectory", setMameShareDirectoryPath);
|
||||
_(@"bitBanger", setMameBitBangerPath);
|
||||
if ([_mameShareDirectoryPath length]) [self setMameShareDirectory: YES];
|
||||
if ([_mameBitBangerPath length]) [self setMameBitBanger: YES];
|
||||
|
||||
_(@"AVIPath", setMameAVIPath);
|
||||
_(@"WAVPath", setMameWAVPath);
|
||||
_(@"VGMPath", setMameVGMPath);
|
||||
if ([_mameAVIPath length]) [self setMameAVI: YES];
|
||||
if ([_mameVGMPath length]) [self setMameVGM: YES];
|
||||
if ([_mameWAVPath length]) [self setMameWAV: YES];
|
||||
|
||||
|
||||
str = [d objectForKey: @"backend"];
|
||||
if ([str isKindOfClass: [NSString class]]) {
|
||||
int ix = BackEndIndex(str);
|
||||
if (ix >= 0) [self setMameBackend: ix];
|
||||
}
|
||||
|
||||
str = [d objectForKey: @"effects"];
|
||||
if ([str isKindOfClass: [NSString class]]) {
|
||||
int ix = EffectsIndex(str);
|
||||
if (ix >= 0) [self setMameEffects: ix];
|
||||
}
|
||||
|
||||
[_machineViewController loadBookmark: d];
|
||||
[_slotController loadBookmark: d];
|
||||
[_mediaController loadBookmark: d];
|
||||
|
||||
[_machineViewController didLoadBookmark: d];
|
||||
[_slotController didLoadBookmark: d];
|
||||
[_mediaController didLoadBookmark: d];
|
||||
|
||||
_loadingBookmark = NO;
|
||||
|
||||
[self buildCommandLine];
|
||||
}
|
||||
|
||||
-(NSDictionary *)makeBookmark {
|
||||
|
||||
[[self window] makeFirstResponder: nil];
|
||||
|
||||
NSMutableDictionary *dict = [NSMutableDictionary new];
|
||||
|
||||
[dict setObject: _machine forKey: @"machine"];
|
||||
[dict setObject: @232 forKey: @"version"];
|
||||
[_machineViewController saveBookmark: dict];
|
||||
[_slotController saveBookmark: dict];
|
||||
[_mediaController saveBookmark: dict];
|
||||
|
||||
|
||||
// Boolean values
|
||||
#undef _
|
||||
#define _(v,k) [dict setObject: v ? (NSObject *)kCFBooleanTrue : (NSObject *)kCFBooleanFalse forKey: k]
|
||||
|
||||
_(_mameDebug, @"debug");
|
||||
_(_mameRewind, @"rewind");
|
||||
_(_mameSquarePixels, @"squarePixels");
|
||||
_(_mameMouse, @"mouse");
|
||||
_(_mameSamples, @"samples");
|
||||
_(_mameBGFX, @"bgfx");
|
||||
|
||||
// numeric values
|
||||
#undef _
|
||||
#define _(v,k) [dict setObject: @(v) forKey: k]
|
||||
_(_mameWindowMode, @"windowMode");
|
||||
_(_mameSpeed, @"speed");
|
||||
|
||||
// String values
|
||||
#undef _
|
||||
#define _(v,k) [dict setObject: v forKey: k]
|
||||
|
||||
if (_mameAVI && [_mameAVIPath length]) _(_mameAVIPath, @"AVIPath");
|
||||
if (_mameWAV && [_mameWAVPath length]) _(_mameWAVPath, @"WAVPath");
|
||||
if (_mameVGM && [_mameVGMPath length]) _(_mameVGMPath, @"VGMPath");
|
||||
|
||||
if (_mameShareDirectory && [_mameShareDirectoryPath length]) _(_mameShareDirectoryPath, @"shareDirectory");
|
||||
if (_mameBitBanger && [_mameBitBangerPath length]) _(_mameBitBangerPath, @"bitBanger");
|
||||
|
||||
|
||||
if (_software) _([_software fullName], @"software");
|
||||
|
||||
|
||||
if (_mameBackend) _(BackendStrings[_mameBackend], @"backend");
|
||||
if (_mameEffects) _(EffectsStrings[_mameEffects], @"effects");
|
||||
|
||||
|
||||
return dict;
|
||||
|
||||
#undef _
|
||||
}
|
||||
|
||||
|
||||
#pragma mark - NSMenuDelegate
|
||||
|
||||
#if 1
|
||||
-(void)menuNeedsUpdate:(NSMenu *)menu {
|
||||
NSEventModifierFlags modifiers = [NSEvent modifierFlags];
|
||||
|
||||
[self setOptionKey: modifiers & NSEventModifierFlagOption ? YES : NO];
|
||||
}
|
||||
|
||||
#else
|
||||
/* doesn't trigger when menu is the first responder. */
|
||||
-(void)flagsChanged:(NSEvent *)event {
|
||||
NSEventModifierFlags modifiers = [event modifierFlags];
|
||||
|
||||
[self setOptionKey: modifiers & NSEventModifierFlagOption ? YES : NO];
|
||||
|
||||
[super flagsChanged: event];
|
||||
}
|
||||
#endif
|
||||
|
||||
@end
|
||||
|
||||
@@ -12,8 +12,13 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface LogWindowController : NSWindowController <NSWindowDelegate>
|
||||
|
||||
#if 0
|
||||
+(id)controllerForTask: (NSTask *)task;
|
||||
+(id)controllerForTask: (NSTask *)task close: (BOOL)close;
|
||||
#endif
|
||||
|
||||
+(id)controllerForArgs: (NSArray *)args;
|
||||
+(id)controllerForArgs: (NSArray *)args close: (BOOL)close;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
+53
-30
@@ -19,6 +19,10 @@ static NSMutableSet *LogWindows;
|
||||
@implementation LogWindowController {
|
||||
NSTask *_task;
|
||||
NSFileHandle *_handle;
|
||||
NSFont *_font;
|
||||
|
||||
BOOL _close;
|
||||
BOOL _eof;
|
||||
}
|
||||
|
||||
+(void)initialize {
|
||||
@@ -30,17 +34,14 @@ static NSMutableSet *LogWindows;
|
||||
}
|
||||
|
||||
|
||||
+(id)controllerForTask: (NSTask *)task {
|
||||
+(id)controllerForTask: (NSTask *)task close: (BOOL)close{
|
||||
LogWindowController *controller = [[LogWindowController alloc] initWithWindowNibName: @"LogWindow"];
|
||||
[controller runTask: task];
|
||||
[controller runTask: task close: close];
|
||||
return controller;
|
||||
}
|
||||
|
||||
|
||||
|
||||
+(id)controllerForArgs: (NSArray *)args {
|
||||
|
||||
// NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
||||
+(id)controllerForArgs: (NSArray *)args close: (BOOL)close {
|
||||
|
||||
NSURL *url = MameURL();
|
||||
|
||||
@@ -64,15 +65,24 @@ static NSMutableSet *LogWindows;
|
||||
|
||||
[task setArguments: args];
|
||||
|
||||
return [LogWindowController controllerForTask: task];
|
||||
return [LogWindowController controllerForTask: task close: close];
|
||||
|
||||
}
|
||||
|
||||
+(id)controllerForArgs: (NSArray *)args {
|
||||
|
||||
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
|
||||
BOOL close = [defaults boolForKey: kAutoCloseLogWindow];
|
||||
return [self controllerForArgs: args close: close];
|
||||
}
|
||||
|
||||
- (void)windowDidLoad {
|
||||
[super windowDidLoad];
|
||||
|
||||
[LogWindows addObject: self];
|
||||
|
||||
_font = [NSFont userFixedPitchFontOfSize: 0];
|
||||
|
||||
// Implement this method to handle any initialization after your window controller's window has been loaded from its nib file.
|
||||
}
|
||||
|
||||
-(void)appendString: (NSString *)string
|
||||
@@ -80,7 +90,10 @@ static NSMutableSet *LogWindows;
|
||||
if ([string length])
|
||||
{
|
||||
// needs explicit color attribute for proper dark mode support.
|
||||
NSDictionary *attr = @{ NSForegroundColorAttributeName: [NSColor textColor] };
|
||||
NSDictionary *attr = @{
|
||||
NSForegroundColorAttributeName: [NSColor textColor],
|
||||
NSFontAttributeName: _font,
|
||||
};
|
||||
NSAttributedString *astr = [[NSAttributedString alloc] initWithString: string attributes: attr];
|
||||
[[_textView textStorage] appendAttributedString: astr];
|
||||
}
|
||||
@@ -93,10 +106,12 @@ static NSMutableSet *LogWindows;
|
||||
}
|
||||
}
|
||||
|
||||
-(NSError *)runTask: (NSTask *)task {
|
||||
-(NSError *)runTask: (NSTask *)task close: (BOOL)close {
|
||||
|
||||
|
||||
if (_task) return nil;
|
||||
_close = close;
|
||||
_eof = NO;
|
||||
|
||||
NSPipe *pipe = [NSPipe pipe];
|
||||
|
||||
@@ -130,16 +145,6 @@ static NSMutableSet *LogWindows;
|
||||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
if (error) {
|
||||
// NSURL *url = [task executableURL];
|
||||
// NSString *path = [NSString stringWithCString: [url fileSystemRepresentation] encoding: NSUTF8StringEncoding];
|
||||
NSLog(@"NSTask error. Path = %s error = %@", path, error);
|
||||
// [self appendString: path];
|
||||
// [self appendString: [error description]];
|
||||
return error;
|
||||
}
|
||||
#endif
|
||||
_task = task;
|
||||
NSString *title = [NSString stringWithFormat: @"Ample Log - %u", [task processIdentifier]];
|
||||
[[self window] setTitle: title];
|
||||
@@ -150,6 +155,7 @@ static NSMutableSet *LogWindows;
|
||||
|
||||
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
||||
|
||||
|
||||
[nc addObserver: self
|
||||
selector: @selector(taskComplete:)
|
||||
name: NSTaskDidTerminateNotification
|
||||
@@ -160,6 +166,7 @@ static NSMutableSet *LogWindows;
|
||||
object: _handle];
|
||||
|
||||
[_handle readInBackgroundAndNotify];
|
||||
|
||||
[[self window] setDocumentEdited: YES];
|
||||
return nil;
|
||||
}
|
||||
@@ -172,21 +179,33 @@ static NSMutableSet *LogWindows;
|
||||
// read complete, queue up another.
|
||||
NSDictionary *dict = [notification userInfo];
|
||||
NSData *data = [dict objectForKey: NSFileHandleNotificationDataItem];
|
||||
|
||||
|
||||
if ([data length])
|
||||
{
|
||||
|
||||
NSString *string = [[NSString alloc] initWithData: data encoding: NSUTF8StringEncoding];
|
||||
|
||||
[self appendString: string];
|
||||
|
||||
[_handle readInBackgroundAndNotify];
|
||||
} else {
|
||||
[self appendString: @"\n"]; // -listmedia sometimes causes display issues.
|
||||
_eof = YES;
|
||||
//[_textView setNeedsDisplay: YES]; // -listmedia sometimes weird.
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
-(void)taskCompleteHack {
|
||||
|
||||
}
|
||||
|
||||
/* hask! task complete may occur while output still being processed. add a delay to compensate. */
|
||||
-(void)taskComplete: (NSNotification *)notification
|
||||
{
|
||||
if (!_eof) {
|
||||
[self performSelector: @selector(taskComplete:) withObject: notification afterDelay: 0.5];
|
||||
return;
|
||||
}
|
||||
|
||||
BOOL ok = NO;
|
||||
NSTaskTerminationReason reason;
|
||||
int status;
|
||||
@@ -200,7 +219,7 @@ static NSMutableSet *LogWindows;
|
||||
|
||||
if (status == 0)
|
||||
{
|
||||
string = @"\n\n[Success]\n\n";
|
||||
//string = @"\n\n[Success]\n\n";
|
||||
ok = YES;
|
||||
}
|
||||
else string = @"\n\n[An error occurred]\n\n";
|
||||
@@ -209,18 +228,22 @@ static NSMutableSet *LogWindows;
|
||||
{
|
||||
string = [NSString stringWithFormat: @"\n\n[Caught signal %d (%s)]\n\n", status, strsignal(status)];
|
||||
}
|
||||
|
||||
[self appendString: string];
|
||||
|
||||
if (string) {
|
||||
NSDictionary *attr = @{
|
||||
NSForegroundColorAttributeName: [NSColor systemRedColor],
|
||||
NSFontAttributeName: _font,
|
||||
};
|
||||
NSAttributedString *astr = [[NSAttributedString alloc] initWithString: string attributes: attr];
|
||||
[self appendAttributedString: astr];
|
||||
}
|
||||
|
||||
_handle = nil;
|
||||
_task = nil;
|
||||
|
||||
[[self window] setDocumentEdited: NO];
|
||||
|
||||
if (ok && [[NSUserDefaults standardUserDefaults] boolForKey: kAutoCloseLogWindow]) {
|
||||
|
||||
if (ok && _close) {
|
||||
[[self window] close];
|
||||
//[LogWindows removeObject: self]; // close sends WindowWillClose notification.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "Ample.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@@ -17,4 +18,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@end
|
||||
|
||||
@interface MachineViewController (Bookmark) <Bookmark>
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
@@ -110,5 +110,67 @@
|
||||
return [data count];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation MachineViewController (Bookmark)
|
||||
|
||||
-(BOOL)loadBookmark: (NSDictionary *)bookmark {
|
||||
|
||||
NSBrowser *browser = (NSBrowser *)[self view];
|
||||
NSString *machine = [bookmark objectForKey: @"machine"];
|
||||
|
||||
NSIndexPath *path = nil;
|
||||
NSUInteger ix[2] = {0, 0 };
|
||||
for (NSDictionary *d in _data) {
|
||||
|
||||
NSArray *children = [d objectForKey: @"children"];
|
||||
|
||||
for (NSDictionary *dd in children) {
|
||||
NSString *value = [dd objectForKey: @"value"];
|
||||
|
||||
if ([machine isEqualToString: value]) {
|
||||
path = [NSIndexPath indexPathWithIndexes: ix length: 2];
|
||||
[browser selectRow: ix[0] inColumn: 0];
|
||||
[browser selectRow: ix[1] inColumn: 1];
|
||||
|
||||
//[browser setSelectionIndexPath: path];
|
||||
return YES;
|
||||
}
|
||||
++ix[1];
|
||||
}
|
||||
ix[1] = 0;
|
||||
|
||||
|
||||
// check parent after.
|
||||
NSString *value = [d objectForKey: @"value"];
|
||||
if ([machine isEqualToString: value]) {
|
||||
path = [NSIndexPath indexPathWithIndexes: ix length: 1];
|
||||
[browser selectRow: ix[0] inColumn: 0];
|
||||
// "setSelectionIndexPath: is not supported for browsers with matrix delegates."
|
||||
//[browser setSelectionIndexPath: path];
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
++ix[0];
|
||||
|
||||
}
|
||||
NSLog(@"MachineViewController: Unable to find %@", machine);
|
||||
return NO;
|
||||
}
|
||||
|
||||
-(BOOL)saveBookmark: (NSMutableDictionary *)bookmark {
|
||||
// machine saved in parent.
|
||||
return YES;
|
||||
}
|
||||
|
||||
-(void)willLoadBookmark:(NSDictionary *)bookmark {
|
||||
}
|
||||
|
||||
-(void)didLoadBookmark:(NSDictionary *)bookmark {
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@@ -17,8 +17,25 @@ typedef struct Media {
|
||||
unsigned floppy_5_25;
|
||||
unsigned floppy_3_5;
|
||||
unsigned pseudo_disk;
|
||||
unsigned bitbanger;
|
||||
unsigned midiin;
|
||||
unsigned midiout;
|
||||
unsigned picture;
|
||||
} Media;
|
||||
|
||||
|
||||
typedef enum {
|
||||
MediaTypeError = -1,
|
||||
MediaTypeUnknown = 0,
|
||||
MediaType_5_25,
|
||||
MediaType_3_5,
|
||||
MediaType_HardDisk,
|
||||
MediaType_CDROM,
|
||||
MediaType_Cassette,
|
||||
MediaType_Picture,
|
||||
MediaType_MIDI,
|
||||
} MediaType;
|
||||
|
||||
struct Media MediaFromDictionary(NSDictionary *);
|
||||
|
||||
void MediaAdd(Media *dest, const Media *src);
|
||||
@@ -27,4 +44,6 @@ BOOL MediaEqual(const Media *lhs, const Media *rhs);
|
||||
|
||||
extern const Media EmptyMedia;
|
||||
|
||||
MediaType ClassifyMediaFile(id file);
|
||||
|
||||
#endif /* Media_h */
|
||||
|
||||
+229
@@ -22,6 +22,10 @@ struct Media MediaFromDictionary(NSDictionary *dict) {
|
||||
_(floppy_3_5);
|
||||
_(floppy_5_25);
|
||||
_(pseudo_disk);
|
||||
_(bitbanger);
|
||||
_(midiin);
|
||||
_(midiout);
|
||||
_(picture);
|
||||
|
||||
return m;
|
||||
#undef _
|
||||
@@ -38,6 +42,10 @@ void MediaAdd(Media *dest, const Media *src) {
|
||||
_(floppy_3_5);
|
||||
_(floppy_5_25);
|
||||
_(pseudo_disk);
|
||||
_(bitbanger);
|
||||
_(midiin);
|
||||
_(midiout);
|
||||
_(picture);
|
||||
#undef _
|
||||
}
|
||||
|
||||
@@ -53,6 +61,227 @@ BOOL MediaEqual(const Media *lhs, const Media *rhs) {
|
||||
_(floppy_3_5);
|
||||
_(floppy_5_25);
|
||||
_(pseudo_disk);
|
||||
_(bitbanger);
|
||||
_(midiin);
|
||||
_(midiout);
|
||||
_(picture);
|
||||
|
||||
return YES;
|
||||
#undef _
|
||||
}
|
||||
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
||||
|
||||
#define _x2(a,b) (a | (b << 8))
|
||||
#define _x3(a,b,c) (a | (b << 8) | (c << 16))
|
||||
#define _x4(a,b,c, d) (a | (b << 8) | (c << 16) | (d << 24))
|
||||
static unsigned hash(const char *cp) {
|
||||
unsigned rv = 0;
|
||||
int i, shift;
|
||||
if (!cp) return 0;
|
||||
for (i = 0, shift = 0; i < 4; ++i, shift += 8) {
|
||||
unsigned c = cp[i];
|
||||
if (!c) break;
|
||||
c = tolower(c);
|
||||
rv |= (c << shift);
|
||||
}
|
||||
//if (i > 4) return 0; // .image is 5....
|
||||
return rv;
|
||||
}
|
||||
|
||||
const char *extname(const char *path) {
|
||||
|
||||
const char *rv = NULL;
|
||||
if (!path) return path;
|
||||
for(unsigned i = 0; ; ++i) {
|
||||
unsigned c = path[i];
|
||||
if (c == 0) break;
|
||||
if (c == '/') rv = NULL;
|
||||
if (c == '.') rv = path + i + 1;
|
||||
}
|
||||
if (rv && !*rv) rv = NULL;
|
||||
return rv;
|
||||
}
|
||||
|
||||
/*
|
||||
* MAME cares deeply about file extensions. LIST NOT EXHAUSTIVE
|
||||
*
|
||||
* Hard Disk: .chd .hd .hdv .2mg .hdi
|
||||
* CD-ROM: .chd .cue .toc .nrg .gdi .iso .cdr
|
||||
* 5.25: .dsk .do .po .edd .woz .nib .mfi .dfi .rti
|
||||
* 3.5: .dc42 .woz .2mg .mfi .dfi .hfe .mfm .td0 .imd
|
||||
.d77 .d88 .1dd .cqm .cqi .dsk .ima .img .ufi
|
||||
.360 .ipf [also .po and .hdv]
|
||||
* Midi in: .mid
|
||||
* Midi out: .mid
|
||||
* Picture: .png
|
||||
* Cassette: .wav
|
||||
*/
|
||||
|
||||
static bool is_raw_525(size_t disk_size) {
|
||||
if (disk_size & 255) return NO;
|
||||
size_t blocks = disk_size >> 8;
|
||||
|
||||
return blocks == 560 || blocks == 640;
|
||||
}
|
||||
|
||||
static BOOL is_raw_35(size_t disk_size) {
|
||||
if (disk_size & 511) return NO;
|
||||
size_t blocks = disk_size >> 9;
|
||||
|
||||
return blocks == 800 || blocks == 1600 || blocks == 1440 || blocks == 2880;
|
||||
}
|
||||
|
||||
static MediaType is_woz(const uint8_t *buffer, size_t file_size) {
|
||||
|
||||
/* woz 1/2 ? */
|
||||
if (!memcmp(buffer, "WOZ1\xff\x0a\x0d\x0a", 8) || !memcmp(buffer, "WOZ2\xff\x0a\x0d\x0a", 8)) {
|
||||
|
||||
if (!memcmp(buffer + 12, "INFO", 4)) {
|
||||
unsigned type = buffer[21]; // 1 = 5.25, 2 = 3.5
|
||||
if (type == 1) return MediaType_5_25;
|
||||
if (type == 2) return MediaType_3_5;
|
||||
}
|
||||
return MediaTypeUnknown;
|
||||
}
|
||||
return MediaTypeError;
|
||||
}
|
||||
|
||||
static MediaType is_dc42(const uint8_t *buffer, size_t file_size) {
|
||||
|
||||
if (buffer[0x52] == 0x01 && buffer[0x53] == 0x00 && buffer[0] >= 1 && buffer[0] <= 0x3f) {
|
||||
int dsize = OSReadBigInt32(buffer, 0x40);
|
||||
int tsize = OSReadBigInt32(buffer, 0x44);
|
||||
if (dsize + tsize + 0x54 == file_size) {
|
||||
if (is_raw_35(dsize)) return MediaType_3_5;
|
||||
return MediaType_HardDisk;
|
||||
}
|
||||
}
|
||||
|
||||
return MediaTypeError;
|
||||
}
|
||||
|
||||
static MediaType is_2img(const uint8_t *buffer, size_t file_size) {
|
||||
|
||||
if (!memcmp(buffer, "2IMG", 4)) {
|
||||
int format = OSReadLittleInt32(buffer, 0x0c); // 0 - dos order, 1 = prodos order, 2 = nib data
|
||||
int blocks = OSReadLittleInt32(buffer, 0x14); // prodos only.
|
||||
//int bytes = OSReadLittleInt32(buffer, 0x1c);
|
||||
|
||||
if (format == 2 || format == 0) return MediaType_5_25; // nib and dos order
|
||||
if (is_raw_525(blocks * 512)) return MediaType_5_25;
|
||||
if (is_raw_35(blocks * 512)) return MediaType_3_5;
|
||||
return MediaType_HardDisk; //
|
||||
//return MediaTypeUnknown;
|
||||
}
|
||||
|
||||
return MediaTypeError;
|
||||
}
|
||||
|
||||
static MediaType is_chd(const uint8_t *buffer, size_t file_size) {
|
||||
if (!memcmp(buffer, "MComprHD", 8)) {
|
||||
static int offsets[] = { 0, 0, 0, 28, 28, 32}; // offset for logival bytes.
|
||||
int version = OSReadBigInt32(buffer, 12);
|
||||
|
||||
if (version >= 3 && version <= 5) {
|
||||
long bytes = OSReadBigInt64(buffer, offsets[version]);
|
||||
if (is_raw_525(bytes)) return MediaType_5_25;
|
||||
if (is_raw_35(bytes)) return MediaType_3_5;
|
||||
return MediaType_HardDisk; // iso?
|
||||
}
|
||||
return MediaTypeUnknown;
|
||||
}
|
||||
return MediaTypeError;
|
||||
}
|
||||
|
||||
|
||||
|
||||
MediaType ClassifyMediaFile(id file) {
|
||||
|
||||
struct stat st;
|
||||
ssize_t size;
|
||||
unsigned char buffer[128];
|
||||
int fd;
|
||||
const char *path = [file fileSystemRepresentation]; // or URL
|
||||
const char *ext = extname(path);
|
||||
unsigned ext_hash = hash(ext);
|
||||
|
||||
memset(&st, 0, sizeof(st));
|
||||
memset(buffer, 0, sizeof(buffer));
|
||||
|
||||
fd = open(path, O_RDONLY);
|
||||
if (fd < 0) return MediaTypeError;
|
||||
fstat(fd, &st);
|
||||
|
||||
size = read(fd, buffer, sizeof(buffer));
|
||||
close(fd);
|
||||
if (size <= 0) return MediaTypeError;
|
||||
|
||||
// 13 sector support ? not on an event 512 block boundary.
|
||||
// = 116480 bytes.
|
||||
|
||||
switch(ext_hash) {
|
||||
case _x3('w', 'o', 'z'):
|
||||
return is_woz(buffer, st.st_size);
|
||||
|
||||
case _x3('2', 'm', 'g'):
|
||||
case _x4('2', 'i', 'm', 'g'):
|
||||
return is_2img(buffer, st.st_size);
|
||||
|
||||
case _x3('c', 'h', 'd'):
|
||||
return is_chd(buffer, st.st_size);
|
||||
|
||||
// dc42 - dc,dc42,dsk,img,image
|
||||
case _x2('d', 'c'): // n.b. as of .233, allowed for mac, not for apple2
|
||||
case _x4('d', 'c', '4', '2'):
|
||||
return is_dc42(buffer, st.st_size);
|
||||
|
||||
// dsk, image, img may also be raw or disk copy.
|
||||
case _x3('d', 's', 'k'):
|
||||
case _x3('i', 'm', 'g'):
|
||||
case _x4('i', 'm', 'a', 'g'):
|
||||
|
||||
if (is_raw_525(st.st_size)) return MediaType_5_25;
|
||||
if (is_raw_35(st.st_size)) return MediaType_3_5;
|
||||
return is_dc42(buffer, st.st_size);
|
||||
|
||||
case _x2('d', 'o'):
|
||||
case _x2('p', 'o'):
|
||||
if (is_raw_525(st.st_size)) return MediaType_5_25;
|
||||
if (is_raw_35(st.st_size)) return MediaType_3_5;
|
||||
return MediaTypeUnknown;
|
||||
|
||||
// hdv - 3.5 or hard drive.
|
||||
case _x3('h', 'd', 'v'):
|
||||
case _x3('r', 'a', 'w'):
|
||||
if (is_raw_35(st.st_size)) return MediaType_3_5;
|
||||
if ((st.st_size & 511) == 0) return MediaType_HardDisk;
|
||||
return MediaTypeUnknown;
|
||||
|
||||
case _x3('n', 'i', 'b'):
|
||||
return MediaType_5_25;
|
||||
|
||||
case _x3('w', 'a', 'v'):
|
||||
return MediaType_Cassette;
|
||||
|
||||
// cd-rom
|
||||
case _x3('i', 's', 'o'):
|
||||
case _x3('c', 'u', 'e'):
|
||||
case _x3('c', 'd', 'r'):
|
||||
return MediaType_CDROM;
|
||||
|
||||
case _x3('p', 'n', 'g'):
|
||||
return MediaType_Picture;
|
||||
|
||||
case _x3('m', 'i', 'd'):
|
||||
return MediaType_MIDI;
|
||||
|
||||
}
|
||||
|
||||
return MediaTypeUnknown;
|
||||
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "Media.h"
|
||||
#import "Ample.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@@ -20,8 +21,14 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
- (IBAction)ejectAction:(id)sender;
|
||||
- (IBAction)pathAction:(id)sender;
|
||||
|
||||
-(IBAction)resetMedia:(id)sender;
|
||||
|
||||
//-(void)setMedia: (NSDictionary *)media;
|
||||
-(BOOL)smartRouteURL: (NSURL *)url;
|
||||
-(BOOL)smartRouteFile: (NSString *)file;
|
||||
|
||||
@end
|
||||
|
||||
@interface MediaViewController (Bookmark) <Bookmark>
|
||||
|
||||
@end
|
||||
|
||||
|
||||
+424
-88
@@ -9,11 +9,14 @@
|
||||
#import "MediaViewController.h"
|
||||
#import "TableCellView.h"
|
||||
|
||||
#define SIZEOF(x) (sizeof(x) / sizeof(x[0]))
|
||||
|
||||
|
||||
@protocol MediaNode
|
||||
-(BOOL)isGroupItem;
|
||||
-(BOOL)isExpandable;
|
||||
-(NSInteger) count;
|
||||
-(NSInteger)count;
|
||||
-(NSInteger)category;
|
||||
|
||||
-(NSString *)viewIdentifier;
|
||||
-(void)prepareView: (NSTableCellView *)view;
|
||||
@@ -28,6 +31,8 @@
|
||||
@property NSMutableArray *children; // URLs?
|
||||
@property NSString *title;
|
||||
@property NSInteger index;
|
||||
@property NSInteger category;
|
||||
@property (weak)NSOutlineView *view;
|
||||
|
||||
-(NSInteger)count;
|
||||
-(id)objectAtIndex:(NSInteger)index;
|
||||
@@ -36,9 +41,13 @@
|
||||
|
||||
@interface MediaItem : NSObject <MediaNode>
|
||||
|
||||
@property NSString *string;
|
||||
@property NSURL *url;
|
||||
@property BOOL valid;
|
||||
@property NSInteger index;
|
||||
@property NSInteger category;
|
||||
|
||||
@property (readonly) BOOL occupied;
|
||||
|
||||
-(NSInteger)count;
|
||||
-(id)objectAtIndex:(NSInteger)index;
|
||||
@@ -81,8 +90,6 @@
|
||||
|
||||
-(void)prepareView: (NSTableCellView *)view {
|
||||
|
||||
[view setObjectValue: self];
|
||||
[[view textField] setStringValue: _title];
|
||||
}
|
||||
|
||||
-(CGFloat)height {
|
||||
@@ -104,6 +111,7 @@
|
||||
for (unsigned i = count; i < newCount; ++i) {
|
||||
MediaItem *item = [MediaItem new];
|
||||
[item setIndex: i];
|
||||
[item setCategory: _category];
|
||||
[_children addObject: item];
|
||||
}
|
||||
|
||||
@@ -115,7 +123,7 @@
|
||||
|
||||
for (unsigned i = newCount; i < count; ++i) {
|
||||
MediaItem *item = [_children lastObject];
|
||||
if ([item url]) break;
|
||||
if ([item occupied]) break;
|
||||
|
||||
[_children removeLastObject];
|
||||
}
|
||||
@@ -123,7 +131,36 @@
|
||||
return YES;
|
||||
}
|
||||
|
||||
-(BOOL)pruneChildrenWithOutlineView: (NSOutlineView *)view {
|
||||
-(BOOL)addURL: (NSURL *)url {
|
||||
|
||||
for (MediaItem *item in _children) {
|
||||
if (![item occupied]) {
|
||||
[item setUrl: url];
|
||||
return NO;
|
||||
}
|
||||
}
|
||||
// add an extra item...
|
||||
|
||||
if (!_children) _children = [NSMutableArray new];
|
||||
NSUInteger ix = [_children count];
|
||||
|
||||
MediaItem *item = [MediaItem new];
|
||||
[item setIndex: ix];
|
||||
[item setCategory: _category];
|
||||
[item setUrl: url];
|
||||
[item setValid: ix < _validCount];
|
||||
[_children addObject: item];
|
||||
if (_view) {
|
||||
NSIndexSet *set = [NSIndexSet indexSetWithIndex: ix];
|
||||
[_view insertItemsAtIndexes: set
|
||||
inParent: self
|
||||
withAnimation: NSTableViewAnimationEffectFade];
|
||||
}
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
-(BOOL)pruneChildren {
|
||||
NSUInteger count = [_children count];
|
||||
BOOL delta = NO;
|
||||
if (_validCount == count) return NO;
|
||||
@@ -131,7 +168,7 @@
|
||||
|
||||
for (NSInteger i = _validCount; i < count; ++i) {
|
||||
MediaItem *item = [_children lastObject];
|
||||
if ([item url]) break;
|
||||
if ([item occupied]) break;
|
||||
|
||||
[_children removeLastObject];
|
||||
[set addIndex: [_children count]];
|
||||
@@ -140,15 +177,15 @@
|
||||
}
|
||||
if (delta) {
|
||||
|
||||
if (view)
|
||||
[view removeItemsAtIndexes: set inParent: self withAnimation: NSTableViewAnimationEffectFade];
|
||||
if (_view)
|
||||
[_view removeItemsAtIndexes: set inParent: self withAnimation: NSTableViewAnimationEffectFade];
|
||||
|
||||
return YES;
|
||||
}
|
||||
return NO;
|
||||
}
|
||||
|
||||
-(BOOL)moveItemFrom: (NSInteger)oldIndex to: (NSInteger)newIndex outlineView: (NSOutlineView *)view {
|
||||
-(BOOL)moveItemFrom: (NSInteger)oldIndex to: (NSInteger)newIndex {
|
||||
if (newIndex == oldIndex) return NO;
|
||||
NSUInteger count = [_children count];
|
||||
if (oldIndex >= count) return NO;
|
||||
@@ -161,7 +198,7 @@
|
||||
} else {
|
||||
[_children insertObject: item atIndex: newIndex];
|
||||
}
|
||||
if (view) [view moveItemAtIndex: oldIndex inParent: self toIndex: newIndex inParent: self];
|
||||
if (_view) [_view moveItemAtIndex: oldIndex inParent: self toIndex: newIndex inParent: self];
|
||||
|
||||
// re-index and re-validate.
|
||||
unsigned ix = 0;
|
||||
@@ -173,7 +210,7 @@
|
||||
|
||||
++ix;
|
||||
}
|
||||
[self pruneChildrenWithOutlineView: view];
|
||||
[self pruneChildren];
|
||||
//[view reloadItem: self reloadChildren: YES];
|
||||
return YES;
|
||||
}
|
||||
@@ -181,11 +218,37 @@
|
||||
|
||||
@implementation MediaItem
|
||||
|
||||
|
||||
|
||||
-(instancetype)initWithURL: (NSURL *)url {
|
||||
[self setUrl: url];
|
||||
_url = url;
|
||||
return self;
|
||||
}
|
||||
|
||||
-(instancetype)initWithString: (NSString *)string {
|
||||
_string = string;
|
||||
return self;
|
||||
}
|
||||
|
||||
-(NSString *)argument {
|
||||
if (_string)
|
||||
return _string;
|
||||
|
||||
// todo -- have setURL also update _string?
|
||||
if (_url)
|
||||
return [NSString stringWithCString: [_url fileSystemRepresentation] encoding: NSUTF8StringEncoding];
|
||||
|
||||
return nil;
|
||||
}
|
||||
|
||||
+(NSSet *)keyPathsForValuesAffectingOccupied {
|
||||
return [NSSet setWithObjects: @"url", @"string", nil];
|
||||
}
|
||||
|
||||
-(BOOL)occupied {
|
||||
return _url || _string;
|
||||
}
|
||||
|
||||
-(NSInteger) count {
|
||||
return 0;
|
||||
}
|
||||
@@ -203,43 +266,23 @@
|
||||
}
|
||||
|
||||
-(NSString *)viewIdentifier {
|
||||
if (_category == kIndexBitBanger) return @"BBItemView";
|
||||
if (_category == kIndexMidiOut) return @"MidiItemView";
|
||||
if (_category == kIndexMidiIn) return @"MidiItemView";
|
||||
return @"ItemView";
|
||||
}
|
||||
|
||||
-(void)prepareView: (TablePathView *)view {
|
||||
|
||||
NSValueTransformer *t;
|
||||
NSDictionary *options;
|
||||
|
||||
[view setObjectValue: self];
|
||||
-(void)prepareView: (MediaTableCellView *)view {
|
||||
/* set the path tag = category. */
|
||||
|
||||
[view prepareView: _category];
|
||||
#if 0
|
||||
if (_category == kIndexMidiIn || _category == kIndexMidiOut || _category == kIndexBitBanger) {
|
||||
return;
|
||||
}
|
||||
|
||||
NSPathControl *pc = [view pathControl];
|
||||
NSButton *button = [view ejectButton];
|
||||
|
||||
[pc unbind: @"value"];
|
||||
[pc unbind: @"enabled"];
|
||||
[pc bind: @"value" toObject: self withKeyPath: @"url" options: nil];
|
||||
[pc bind: @"enabled" toObject: self withKeyPath: @"valid" options: options];
|
||||
|
||||
[button unbind: @"enabled"];
|
||||
t = [NSValueTransformer valueTransformerForName: NSIsNotNilTransformerName];
|
||||
options = @{ NSValueTransformerBindingOption: t};
|
||||
[button bind: @"enabled" toObject: self withKeyPath: @"url" options: options];
|
||||
|
||||
|
||||
if (@available(macOS 10.14, *)) {
|
||||
[button unbind: @"contentTintColor"];
|
||||
|
||||
t = [NSValueTransformer valueTransformerForName: @"ValidColorTransformer"];
|
||||
options = @{ NSValueTransformerBindingOption: t};
|
||||
[button bind: @"contentTintColor" toObject: self withKeyPath: @"valid" options: options];
|
||||
} else {
|
||||
// El Capitan TODO...
|
||||
}
|
||||
#if 0
|
||||
NSColor *tintColor = nil;
|
||||
if (!_valid) tintColor = [NSColor systemRedColor];
|
||||
[button setContentTintColor: tintColor];
|
||||
[pc setTag: _category + 1]; // to differentiate 0 / no path control.
|
||||
#endif
|
||||
}
|
||||
|
||||
@@ -254,28 +297,21 @@
|
||||
@end
|
||||
|
||||
|
||||
#define CATEGORY_COUNT 6
|
||||
#define SIZEOF(x) (sizeof(x) / sizeof(x[0]))
|
||||
|
||||
|
||||
@interface MediaViewController () {
|
||||
|
||||
MediaCategory *_data[CATEGORY_COUNT];
|
||||
NSArray *_root;
|
||||
NSMutableArray *_root;
|
||||
Media _media;
|
||||
|
||||
BOOL _loadingBookmark;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation MediaViewController
|
||||
|
||||
enum {
|
||||
kIndexFloppy525 = 0,
|
||||
kIndexFloppy35,
|
||||
kIndexHardDrive,
|
||||
kIndexCDROM,
|
||||
kIndexCassette,
|
||||
kIndexDiskImage,
|
||||
};
|
||||
|
||||
|
||||
-(void)awakeFromNib {
|
||||
@@ -291,8 +327,18 @@ enum {
|
||||
_data[kIndexCDROM] = [MediaCategory categoryWithTitle: @"CD-ROMs"];
|
||||
_data[kIndexCassette] = [MediaCategory categoryWithTitle: @"Cassettes"];
|
||||
_data[kIndexDiskImage] = [MediaCategory categoryWithTitle: @"Hard Disk Images"]; // Mac Nubus psuedo image device
|
||||
_data[kIndexBitBanger] = [MediaCategory categoryWithTitle: @"Serial Bit Banger"]; // null_modem
|
||||
|
||||
_root = @[];
|
||||
_data[kIndexMidiIn] = [MediaCategory categoryWithTitle: @"MIDI (In)"];
|
||||
_data[kIndexMidiOut] = [MediaCategory categoryWithTitle: @"MIDI (Out)"];
|
||||
_data[kIndexPicture] = [MediaCategory categoryWithTitle: @"Picture"];
|
||||
|
||||
for (unsigned i = 0; i < CATEGORY_COUNT; ++i) {
|
||||
[_data[i] setCategory: i];
|
||||
[_data[i] setIndex: -1];
|
||||
}
|
||||
|
||||
_root = [NSMutableArray new];
|
||||
|
||||
}
|
||||
|
||||
@@ -301,7 +347,7 @@ enum {
|
||||
-(void)rebuildArgs {
|
||||
|
||||
static char* prefix[] = {
|
||||
"flop", "flop", "hard", "cdrm", "cass", "disk"
|
||||
"flop", "flop", "hard", "cdrm", "cass", "disk", "bitb", "min", "mout", "pic"
|
||||
};
|
||||
static_assert(SIZEOF(prefix) == CATEGORY_COUNT, "Missing item");
|
||||
NSMutableArray *args = [NSMutableArray new];
|
||||
@@ -316,12 +362,12 @@ enum {
|
||||
counts[j]++;
|
||||
|
||||
MediaItem *item = [cat objectAtIndex: i];
|
||||
NSURL *url = [item url];
|
||||
if (!url) continue;
|
||||
[args addObject: [NSString stringWithFormat: @"-%s%u", prefix[j], counts[j]]];
|
||||
NSString *s = [NSString stringWithCString: [url fileSystemRepresentation] encoding: NSUTF8StringEncoding];
|
||||
|
||||
[args addObject: s];
|
||||
NSString *arg = [item argument];
|
||||
|
||||
if (arg) {
|
||||
[args addObject: [NSString stringWithFormat: @"-%s%u", prefix[j], counts[j]]];
|
||||
[args addObject: arg];
|
||||
}
|
||||
}
|
||||
if (j == 0) counts[1] = counts[0]; // 3.5/5.25
|
||||
}
|
||||
@@ -330,6 +376,7 @@ enum {
|
||||
}
|
||||
|
||||
-(void)rebuildRoot {
|
||||
|
||||
NSMutableArray *tmp = [NSMutableArray new];
|
||||
int ix = 0;
|
||||
for (unsigned j = 0 ; j < CATEGORY_COUNT; ++j) {
|
||||
@@ -345,12 +392,16 @@ enum {
|
||||
// todo - switch this to use removeItemsAtIndexes:inParent:withAnimation:
|
||||
// and insertItemsAtIndexes:inParent:withAnimation:
|
||||
|
||||
[_outlineView reloadData];
|
||||
[_outlineView expandItem: nil expandChildren: YES];
|
||||
if (!_loadingBookmark) {
|
||||
[_outlineView reloadData];
|
||||
[_outlineView expandItem: nil expandChildren: YES];
|
||||
}
|
||||
}
|
||||
|
||||
-(void)setMedia: (Media)media {
|
||||
|
||||
// todo -- fancy diff algorithm to animate changes.
|
||||
|
||||
MediaCategory *cat;
|
||||
BOOL delta = NO;
|
||||
unsigned x;
|
||||
@@ -358,6 +409,8 @@ enum {
|
||||
if (MediaEqual(&_media, &media)) return;
|
||||
_media = media;
|
||||
|
||||
[_outlineView beginUpdates];
|
||||
|
||||
|
||||
#undef _
|
||||
#define _(name, index) \
|
||||
@@ -368,17 +421,55 @@ x = media.name; cat = _data[index]; delta |= [cat setItemCount: x]
|
||||
_(floppy_3_5, kIndexFloppy35);
|
||||
_(floppy_5_25, kIndexFloppy525);
|
||||
_(pseudo_disk, kIndexDiskImage);
|
||||
_(bitbanger, kIndexBitBanger);
|
||||
// disable midi for now - it's either a midi file (which auto-plays too soon to be useful)
|
||||
// or a midi device ("default" for first one).
|
||||
// So we should build a device list (and pre-populate the default one)
|
||||
// another approach is a separate utility to act as a midi/serial input converter
|
||||
// and midi file / serial converter so the modem/serial port could be used.
|
||||
#if 1
|
||||
_(midiin, kIndexMidiIn);
|
||||
_(midiout, kIndexMidiOut);
|
||||
#endif
|
||||
_(picture, kIndexPicture);
|
||||
|
||||
|
||||
if (delta) {
|
||||
[self rebuildRoot];
|
||||
[self rebuildArgs];
|
||||
if (!_loadingBookmark) [self rebuildArgs];
|
||||
}
|
||||
|
||||
[_outlineView endUpdates];
|
||||
}
|
||||
|
||||
-(void)resetDiskImages {
|
||||
|
||||
BOOL delta = NO;
|
||||
for (unsigned j = 0; j < CATEGORY_COUNT; ++j) {
|
||||
|
||||
MediaCategory *cat = _data[j];
|
||||
NSInteger count = [cat count];
|
||||
for (NSInteger i = 0; i < count; ++i) {
|
||||
|
||||
MediaItem *item = [cat objectAtIndex: i];
|
||||
if (![item occupied]) continue;
|
||||
[item setUrl: nil];
|
||||
[item setString: nil];
|
||||
delta = YES;
|
||||
}
|
||||
if ([cat pruneChildren]) delta = YES;
|
||||
}
|
||||
if (delta) {
|
||||
[self rebuildRoot];
|
||||
if (!_loadingBookmark) [self rebuildArgs];
|
||||
}
|
||||
}
|
||||
|
||||
static NSString *kDragType = @"private.ample.media";
|
||||
- (void)viewDidLoad {
|
||||
|
||||
|
||||
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
||||
|
||||
[super viewDidLoad];
|
||||
|
||||
//NSOutlineView *view = [self view];
|
||||
@@ -389,6 +480,21 @@ static NSString *kDragType = @"private.ample.media";
|
||||
[_outlineView expandItem: nil expandChildren: YES];
|
||||
|
||||
[_outlineView registerForDraggedTypes: @[kDragType]];
|
||||
|
||||
for (unsigned i = 0; i < CATEGORY_COUNT; ++i)
|
||||
[_data[i] setView: _outlineView];
|
||||
|
||||
|
||||
[nc addObserver: self selector: @selector(magicRouteNotification:) name: kNotificationDiskImageMagicRoute object: nil];
|
||||
|
||||
}
|
||||
|
||||
-(void)viewWillDisappear {
|
||||
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
||||
[nc removeObserver: self];
|
||||
|
||||
for (unsigned i = 0; i < CATEGORY_COUNT; ++i)
|
||||
[_data[i] setView: nil];
|
||||
}
|
||||
|
||||
#pragma mark - NSOutlineViewDelegate
|
||||
@@ -402,15 +508,14 @@ static NSString *kDragType = @"private.ample.media";
|
||||
|
||||
}
|
||||
|
||||
//- (NSTableRowView *)outlineView:(NSOutlineView *)outlineView rowViewForItem:(id)item;
|
||||
|
||||
- (NSView *)outlineView:(NSOutlineView *)outlineView viewForTableColumn:(NSTableColumn *)tableColumn item:(id<MediaNode>)item {
|
||||
|
||||
NSString *ident = [item viewIdentifier];
|
||||
if (!ident) return nil;
|
||||
NSTableCellView *v = [outlineView makeViewWithIdentifier: ident owner: self];
|
||||
[(id<MediaNode>)item prepareView: v];
|
||||
[v setObjectValue: item];
|
||||
|
||||
[(id<MediaNode>)item prepareView: v];
|
||||
return v;
|
||||
}
|
||||
|
||||
@@ -442,12 +547,6 @@ static NSString *kDragType = @"private.ample.media";
|
||||
}
|
||||
|
||||
|
||||
- (NSCell *)outlineView:(NSOutlineView *)outlineView dataCellForTableColumn:(NSTableColumn *)tableColumn item:(id)item {
|
||||
//return nil;
|
||||
return [[item cellClass] new];
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#pragma mark - NSOutlineViewDataSource
|
||||
@@ -558,7 +657,7 @@ static NSString *kDragType = @"private.ample.media";
|
||||
}
|
||||
|
||||
- (BOOL)outlineView:(NSOutlineView *)outlineView acceptDrop:(id<NSDraggingInfo>)info item:(id)item childIndex:(NSInteger)index {
|
||||
|
||||
|
||||
if (index < 0) return NO;
|
||||
|
||||
|
||||
@@ -592,7 +691,7 @@ static NSString *kDragType = @"private.ample.media";
|
||||
NSInteger oldIndex = indexes[1];
|
||||
|
||||
[_outlineView beginUpdates];
|
||||
[cat moveItemFrom: oldIndex to: index outlineView: _outlineView];
|
||||
[cat moveItemFrom: oldIndex to: index];
|
||||
[_outlineView endUpdates];
|
||||
[self rebuildArgs];
|
||||
|
||||
@@ -610,35 +709,272 @@ static NSString *kDragType = @"private.ample.media";
|
||||
NSInteger row = [_outlineView rowForView: sender];
|
||||
if (row < 0) return;
|
||||
|
||||
//TablePathView *pv = [_outlineView viewAtColumn: 0 row: row makeIfNecessary: NO];
|
||||
MediaItem *item = [_outlineView itemAtRow: row];
|
||||
[item setUrl: nil];
|
||||
//[[pv pathControl] setURL: nil];
|
||||
[item setString: nil];
|
||||
|
||||
// if item is invalid, should attempt to remove...
|
||||
if (![item valid]) {
|
||||
MediaCategory *cat = [_outlineView parentForItem: item];
|
||||
[_outlineView beginUpdates];
|
||||
[cat pruneChildrenWithOutlineView: _outlineView];
|
||||
[cat pruneChildren];
|
||||
|
||||
// remove the entire category??
|
||||
if (![cat validCount] && ![cat count]) {
|
||||
NSUInteger ix = [_root indexOfObject: cat];
|
||||
if (ix != NSNotFound) {
|
||||
NSIndexSet *set = [NSIndexSet indexSetWithIndex: ix];
|
||||
[_outlineView removeItemsAtIndexes: set
|
||||
inParent: nil
|
||||
withAnimation: NSTableViewAnimationEffectFade];
|
||||
|
||||
[_root removeObjectAtIndex: ix];
|
||||
[cat setIndex: -1];
|
||||
}
|
||||
}
|
||||
|
||||
[_outlineView endUpdates];
|
||||
}
|
||||
|
||||
// todo -- if this eliminates a category completely, it will still be included
|
||||
// since we're now using animaations instead of reloading.
|
||||
|
||||
[self rebuildArgs];
|
||||
}
|
||||
|
||||
- (IBAction)pathAction:(id)sender {
|
||||
// need to update the eject button...
|
||||
|
||||
NSURL *url = [(NSPathControl *)sender URL];
|
||||
NSInteger tag = [sender tag] - 1;
|
||||
|
||||
if (url) {
|
||||
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
||||
[nc postNotificationName: @"DiskImageAdded" object: url];
|
||||
switch(tag) {
|
||||
|
||||
case kIndexFloppy525:
|
||||
case kIndexFloppy35:
|
||||
case kIndexHardDrive:
|
||||
case kIndexCDROM:
|
||||
case kIndexCassette:
|
||||
case kIndexDiskImage:
|
||||
if (url) {
|
||||
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
||||
[nc postNotificationName: kNotificationDiskImageAdded object: url];
|
||||
}
|
||||
break;
|
||||
|
||||
// not disk images or don't use a path control.
|
||||
case kIndexPicture:
|
||||
case kIndexMidiIn:
|
||||
case kIndexMidiOut:
|
||||
case kIndexBitBanger:
|
||||
default: break;
|
||||
}
|
||||
|
||||
[self rebuildArgs];
|
||||
}
|
||||
|
||||
-(IBAction)textAction: (id)sender {
|
||||
[self rebuildArgs];
|
||||
}
|
||||
- (IBAction)midiAction:(id)sender {
|
||||
[self rebuildArgs];
|
||||
}
|
||||
|
||||
-(IBAction)resetMedia:(id)sender {
|
||||
[self resetDiskImages];
|
||||
}
|
||||
|
||||
|
||||
|
||||
-(void)magicRouteNotification: (NSNotification *)notification {
|
||||
NSDictionary *userInfo = [notification userInfo];
|
||||
id path = [userInfo objectForKey: @"path"];
|
||||
|
||||
if ([path isKindOfClass: [NSURL class]]) {
|
||||
[self smartRouteURL: path];
|
||||
return;
|
||||
}
|
||||
|
||||
if ([path isKindOfClass: [NSString class]]) {
|
||||
NSURL *url = [NSURL fileURLWithPath: path];
|
||||
[self smartRouteURL: url];
|
||||
return;
|
||||
}
|
||||
}
|
||||
/*
|
||||
* given a file, add it to the media list.
|
||||
* TODO - how to handle if full or media type missing?
|
||||
*/
|
||||
-(BOOL)smartRouteURL: (NSURL *)url {
|
||||
|
||||
if (!url) return NO;
|
||||
|
||||
MediaType mt = ClassifyMediaFile(url);
|
||||
if (mt < 1) return NO; // unknown / error.
|
||||
|
||||
unsigned ix = 0;
|
||||
switch(mt) {
|
||||
case MediaType_3_5: ix = kIndexFloppy35; break;
|
||||
case MediaType_5_25: ix = kIndexFloppy525; break;
|
||||
case MediaType_Cassette: ix = kIndexCassette; break;
|
||||
case MediaType_HardDisk: ix = kIndexHardDrive; break;
|
||||
case MediaType_CDROM: ix = kIndexCDROM; break;
|
||||
|
||||
case MediaType_Picture: ix = kIndexPicture; break;
|
||||
case MediaType_MIDI: // ix = kIndexMidiIn; break;
|
||||
case MediaTypeError:
|
||||
case MediaTypeUnknown:
|
||||
return NO;
|
||||
}
|
||||
|
||||
[_outlineView beginUpdates];
|
||||
// todo -- check root, insert if necessary?
|
||||
MediaCategory *cat = _data[ix];
|
||||
[cat addURL: url];
|
||||
[_outlineView endUpdates];
|
||||
|
||||
[self rebuildArgs];
|
||||
return YES;
|
||||
}
|
||||
|
||||
-(BOOL)smartRouteFile: (NSString *)file {
|
||||
return NO;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation MediaViewController (Bookmark)
|
||||
|
||||
-(void)willLoadBookmark:(NSDictionary *)bookmark {
|
||||
_loadingBookmark = YES;
|
||||
[self resetDiskImages];
|
||||
}
|
||||
-(void)didLoadBookmark:(NSDictionary *)bookmark {
|
||||
_loadingBookmark = NO;
|
||||
|
||||
|
||||
[self rebuildRoot];
|
||||
[self rebuildArgs];
|
||||
}
|
||||
|
||||
static NSString * BookmarkStrings[] = {
|
||||
@"flop_525", @"flop_35", @"hard", @"cdrm", @"cass", @"disk", @"bitb", @"midiin", @"midiout", @"pic"
|
||||
};
|
||||
static_assert(SIZEOF(BookmarkStrings) == CATEGORY_COUNT, "Missing item");
|
||||
|
||||
static int BookmarkIndex(NSString *str) {
|
||||
if (!str) return -1;
|
||||
for (int i = 0; i < SIZEOF(BookmarkStrings); ++i) {
|
||||
if ([str isEqualToString: BookmarkStrings[i]]) return i;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
-(BOOL)loadBookmark: (NSDictionary *)bookmark {
|
||||
|
||||
// fragile - depends on order
|
||||
id media = [bookmark objectForKey: @"media"];
|
||||
|
||||
if ([media isKindOfClass: [NSArray class]]) {
|
||||
unsigned ix = 0;
|
||||
for (NSArray *a in (NSArray *)media) {
|
||||
if (ix >= CATEGORY_COUNT) {
|
||||
NSLog(@"MediaViewController: too many categories.");
|
||||
break;
|
||||
}
|
||||
MediaCategory *cat = _data[ix];
|
||||
NSInteger count = [cat count];
|
||||
unsigned i = 0;
|
||||
for (NSString *path in a) {
|
||||
if (i >= count) {
|
||||
NSLog(@"MediaViewController: too many files.");
|
||||
break; //
|
||||
}
|
||||
MediaItem *item = [cat objectAtIndex: i++];
|
||||
if (![path length]) continue;
|
||||
|
||||
if (ix == kIndexBitBanger || ix == kIndexMidiOut || ix == kIndexMidiIn) {
|
||||
[item setString: path];
|
||||
} else {
|
||||
NSURL *url = [NSURL fileURLWithPath: path];
|
||||
[item setUrl: url];
|
||||
}
|
||||
}
|
||||
++ix;
|
||||
}
|
||||
return YES;
|
||||
}
|
||||
if ([media isKindOfClass: [NSDictionary class]]) {
|
||||
|
||||
for (NSString *key in (NSDictionary *)media) {
|
||||
NSInteger ix = BookmarkIndex(key);
|
||||
if (ix < 0) {
|
||||
NSLog(@"MediaViewController: unrecognized category: %@", key);
|
||||
continue;
|
||||
}
|
||||
MediaCategory *cat = _data[ix];
|
||||
NSInteger count = [cat count];
|
||||
NSArray *a = [(NSDictionary *)media objectForKey: key];
|
||||
unsigned i = 0;
|
||||
|
||||
for (NSString *path in a) {
|
||||
if (i >= count) {
|
||||
NSLog(@"MediaViewController: too many files.");
|
||||
break; //
|
||||
}
|
||||
MediaItem *item = [cat objectAtIndex: i++];
|
||||
if (![path length]) continue;
|
||||
|
||||
if (ix == kIndexBitBanger || ix == kIndexMidiOut || ix == kIndexMidiIn) {
|
||||
[item setString: path];
|
||||
} else {
|
||||
NSURL *url = [NSURL fileURLWithPath: path];
|
||||
[item setUrl: url];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return YES;
|
||||
}
|
||||
return NO;
|
||||
}
|
||||
|
||||
static void CompressArray(NSMutableArray *array) {
|
||||
|
||||
for(;;) {
|
||||
NSString *s = [array lastObject];
|
||||
if (!s) return;
|
||||
if ([s length]) return;
|
||||
[array removeLastObject];
|
||||
}
|
||||
}
|
||||
|
||||
-(BOOL)saveBookmark: (NSMutableDictionary *)bookmark {
|
||||
|
||||
|
||||
NSMutableDictionary *media = [NSMutableDictionary new];
|
||||
|
||||
for (unsigned ix = 0; ix < CATEGORY_COUNT; ++ix) {
|
||||
|
||||
MediaCategory *cat = _data[ix];
|
||||
NSInteger count = [cat validCount];
|
||||
if (!count) continue;
|
||||
|
||||
NSMutableArray *array = [NSMutableArray new];
|
||||
for (NSInteger i = 0; i < count; ++i) {
|
||||
|
||||
MediaItem *item = [cat objectAtIndex: i];
|
||||
NSString *s = [item argument];
|
||||
if (!s) s = @"";
|
||||
[array addObject: s];
|
||||
}
|
||||
|
||||
CompressArray(array);
|
||||
|
||||
if ([array count])
|
||||
[media setObject: array forKey: BookmarkStrings[ix]];
|
||||
}
|
||||
|
||||
[bookmark setObject: media forKey: @"media"];
|
||||
|
||||
return YES;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// MidiManager.h
|
||||
// Ample
|
||||
//
|
||||
// Created by Kelvin Sherlock on 8/6/2021.
|
||||
// Copyright © 2021 Kelvin Sherlock. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef MidiManager_h
|
||||
#define MidiManager_h
|
||||
|
||||
|
||||
extern NSString *kMidiSourcesChangedNotification;
|
||||
extern NSString *kMidiDestinationsChangedNotification;
|
||||
|
||||
@interface MidiManager : NSObject
|
||||
|
||||
@property NSArray *sources;
|
||||
@property NSArray *destinations;
|
||||
|
||||
+(instancetype)sharedManager;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* MidiManager_h */
|
||||
@@ -0,0 +1,153 @@
|
||||
//
|
||||
// Midi.m
|
||||
// Ample
|
||||
//
|
||||
// Created by Kelvin Sherlock on 8/6/2021.
|
||||
// Copyright © 2021 Kelvin Sherlock. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <CoreMIDI/CoreMIDI.h>
|
||||
|
||||
#import "MidiManager.h"
|
||||
|
||||
static NSArray *MidiSources(void) {
|
||||
|
||||
ItemCount count = MIDIGetNumberOfSources();
|
||||
if (count <= 0) return @[];
|
||||
|
||||
NSMutableArray *rv = [NSMutableArray arrayWithCapacity: count + 1];
|
||||
|
||||
MIDIEndpointRef ep;
|
||||
for(int i = 0; i < count; ++i) {
|
||||
ep = MIDIGetSource(i);
|
||||
if (!ep) continue;
|
||||
|
||||
// https://developer.apple.com/library/archive/qa/qa1374/_index.html
|
||||
CFStringRef str = NULL;
|
||||
MIDIObjectGetStringProperty(ep, kMIDIPropertyDisplayName, &str);
|
||||
|
||||
if (str) {
|
||||
[rv addObject: (__bridge id _Nonnull)(str)];
|
||||
CFRelease(str);
|
||||
}
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
||||
static NSArray *MidiDestinations(void) {
|
||||
|
||||
ItemCount count = MIDIGetNumberOfDestinations();
|
||||
if (count <= 0) return @[];
|
||||
|
||||
NSMutableArray *rv = [NSMutableArray arrayWithCapacity: count + 1];
|
||||
|
||||
MIDIEndpointRef ep;
|
||||
for(int i = 0; i < count; ++i) {
|
||||
ep = MIDIGetDestination(i);
|
||||
if (!ep) continue;
|
||||
|
||||
// https://developer.apple.com/library/archive/qa/qa1374/_index.html
|
||||
CFStringRef str = NULL;
|
||||
MIDIObjectGetStringProperty(ep, kMIDIPropertyDisplayName, &str);
|
||||
|
||||
if (str) {
|
||||
[rv addObject: (__bridge id _Nonnull)(str)];
|
||||
CFRelease(str);
|
||||
}
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
||||
NSString *kMidiSourcesChangedNotification = @"Midi Sources Changed";
|
||||
NSString *kMidiDestinationsChangedNotification = @"Midi Destinations Changed";
|
||||
|
||||
|
||||
@interface MidiManager () {
|
||||
MIDIClientRef _client;
|
||||
}
|
||||
|
||||
-(void)objectAddRemove: (const MIDIObjectAddRemoveNotification *)message;
|
||||
-(void)objectPropertyChanged: (const MIDIObjectPropertyChangeNotification *)message;
|
||||
@end
|
||||
|
||||
|
||||
static MidiManager *singleton = nil;
|
||||
@implementation MidiManager
|
||||
|
||||
-(void)awakeFromNib {
|
||||
if (!singleton) singleton = self;
|
||||
}
|
||||
|
||||
+(instancetype)sharedManager {
|
||||
if (!singleton) singleton = [MidiManager new];
|
||||
return singleton;
|
||||
}
|
||||
|
||||
-(instancetype)init {
|
||||
|
||||
if (singleton) return singleton;
|
||||
|
||||
OSStatus status;
|
||||
|
||||
|
||||
status = MIDIClientCreateWithBlock(
|
||||
CFSTR("serial_midi"),
|
||||
&_client,
|
||||
^(const MIDINotification *message){
|
||||
switch(message->messageID) {
|
||||
case kMIDIMsgObjectAdded:
|
||||
case kMIDIMsgObjectRemoved:
|
||||
[self objectAddRemove: (const MIDIObjectAddRemoveNotification *)message];
|
||||
break;
|
||||
case kMIDIMsgPropertyChanged:
|
||||
[self objectPropertyChanged: (const MIDIObjectPropertyChangeNotification *)message];
|
||||
default:
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
||||
_sources = MidiSources();
|
||||
_destinations = MidiDestinations();
|
||||
return self;
|
||||
}
|
||||
|
||||
-(void)objectAddRemove: (const MIDIObjectAddRemoveNotification *)message {
|
||||
|
||||
const MIDIObjectAddRemoveNotification *m = (const MIDIObjectAddRemoveNotification *)message;
|
||||
|
||||
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
||||
|
||||
if (m->childType == kMIDIObjectType_Source) {
|
||||
[self setSources: MidiSources()];
|
||||
[nc postNotificationName: kMidiSourcesChangedNotification object: self];
|
||||
}
|
||||
|
||||
if (m->childType == kMIDIObjectType_Destination) {
|
||||
[self setDestinations: MidiDestinations()];
|
||||
[nc postNotificationName: kMidiDestinationsChangedNotification object: self];
|
||||
}
|
||||
|
||||
}
|
||||
-(void)objectPropertyChanged: (const MIDIObjectPropertyChangeNotification *)message {
|
||||
|
||||
const MIDIObjectPropertyChangeNotification *m = (const MIDIObjectPropertyChangeNotification *)message;
|
||||
if (m->propertyName == kMIDIPropertyDisplayName) {
|
||||
[self setSources: MidiSources()];
|
||||
[self setDestinations: MidiDestinations()];
|
||||
|
||||
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
|
||||
[nc postNotificationName: kMidiSourcesChangedNotification object: self];
|
||||
[nc postNotificationName: kMidiDestinationsChangedNotification object: self];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
-(void)dealloc {
|
||||
|
||||
if (_client)
|
||||
MIDIClientDispose(_client);
|
||||
}
|
||||
@end
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
//
|
||||
// NewMachineViewController.h
|
||||
// Ample
|
||||
//
|
||||
// Created by Kelvin Sherlock on 6/8/2021.
|
||||
// Copyright © 2021 Kelvin Sherlock. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#import "Ample.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface NewMachineViewController : NSViewController
|
||||
|
||||
@property (nullable) NSString *machine;
|
||||
|
||||
-(void)reset;
|
||||
|
||||
@end
|
||||
|
||||
@interface NewMachineViewController (Table) <NSOutlineViewDelegate, NSOutlineViewDataSource>
|
||||
|
||||
@end
|
||||
|
||||
@interface NewMachineViewController (Bookmark) <Bookmark>
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
@@ -0,0 +1,234 @@
|
||||
//
|
||||
// NewMachineViewController.m
|
||||
// Ample
|
||||
//
|
||||
// Created by Kelvin Sherlock on 6/8/2021.
|
||||
// Copyright © 2021 Kelvin Sherlock. All rights reserved.
|
||||
//
|
||||
|
||||
#import "NewMachineViewController.h"
|
||||
|
||||
@interface NewMachineViewController () {
|
||||
|
||||
NSArray *_data;
|
||||
}
|
||||
|
||||
@property (weak) IBOutlet NSOutlineView *outlineView;
|
||||
|
||||
@end
|
||||
|
||||
@implementation NewMachineViewController
|
||||
|
||||
-(void)awakeFromNib {
|
||||
|
||||
static unsigned first = 0;
|
||||
|
||||
if (first) return;
|
||||
first++;
|
||||
|
||||
NSBundle *bundle = [NSBundle mainBundle];
|
||||
NSString *path = [bundle pathForResource: @"models" ofType: @"plist"];
|
||||
_data = [NSArray arrayWithContentsOfFile: path];
|
||||
|
||||
}
|
||||
|
||||
-(void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
|
||||
//[_outlineView reloadData];
|
||||
//[_outlineView setAutosaveExpandedItems: YES];
|
||||
//[_outlineView expandItem: nil expandChildren: YES];
|
||||
}
|
||||
|
||||
#pragma mark - IBActions
|
||||
- (IBAction)clickAction:(id)sender {
|
||||
|
||||
NSInteger row = [_outlineView clickedRow];
|
||||
if (row < 0) return;
|
||||
NSDictionary *item = [_outlineView itemAtRow: row];
|
||||
if (!item) return;
|
||||
|
||||
NSString *value = [item objectForKey: @"value"];
|
||||
NSArray *children = [item objectForKey: @"children"];
|
||||
|
||||
if (value) {
|
||||
[self setMachine: value];
|
||||
} else if (children) {
|
||||
id ap = [_outlineView animator];
|
||||
[_outlineView isItemExpanded: item] ? [ap collapseItem: item] : [ap expandItem: item];
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
-(void)reset {
|
||||
|
||||
[_outlineView deselectAll: nil];
|
||||
[self setMachine: nil];
|
||||
}
|
||||
@end
|
||||
|
||||
|
||||
@implementation NewMachineViewController (Table)
|
||||
|
||||
#if 0
|
||||
- (BOOL)outlineView:(NSOutlineView *)outlineView shouldExpandItem:(id)item {
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL)outlineView:(NSOutlineView *)outlineView shouldCollapseItem:(id)item {
|
||||
return NO;
|
||||
}
|
||||
#endif
|
||||
|
||||
- (BOOL)outlineView:(NSOutlineView *)outlineView shouldShowOutlineCellForItem:(id)item {
|
||||
// disclosure triangle.
|
||||
if (!item) return YES;
|
||||
NSArray *children = [(NSDictionary *)item objectForKey: @"children"];
|
||||
return [children count] > 0;
|
||||
}
|
||||
|
||||
|
||||
- (BOOL)outlineView:(NSOutlineView *)outlineView isItemExpandable:(id)item {
|
||||
if (!item) return YES;
|
||||
NSArray *children = [(NSDictionary *)item objectForKey: @"children"];
|
||||
return [children count] > 0;
|
||||
}
|
||||
|
||||
- (BOOL)outlineView:(NSOutlineView *)outlineView isGroupItem:(id)item {
|
||||
|
||||
#if 0
|
||||
NSArray *children = [(NSDictionary *)item objectForKey: @"children"];
|
||||
return [children count] > 0;
|
||||
#else
|
||||
return NO;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
- (NSView *)outlineView:(NSOutlineView *)outlineView viewForTableColumn:(NSTableColumn *)tableColumn item:(id)item {
|
||||
|
||||
#if 0
|
||||
NSArray *children = [(NSDictionary *)item objectForKey: @"children"];
|
||||
if ([children count]) {
|
||||
return [outlineView makeViewWithIdentifier: @"HeaderCell" owner: self];
|
||||
}
|
||||
#endif
|
||||
NSTableCellView *v = [outlineView makeViewWithIdentifier: @"DataCell" owner: self];
|
||||
//[v setObjectValue: item];
|
||||
return v;
|
||||
}
|
||||
|
||||
- (NSInteger)outlineView:(NSOutlineView *)outlineView numberOfChildrenOfItem:(id)item {
|
||||
if (!item) return [_data count];
|
||||
NSArray *children = [(NSDictionary *)item objectForKey: @"children"];
|
||||
return [children count];
|
||||
}
|
||||
|
||||
- (id)outlineView:(NSOutlineView *)outlineView child:(NSInteger)index ofItem:(id)item {
|
||||
|
||||
if (item == nil) {
|
||||
return [_data objectAtIndex: index];
|
||||
}
|
||||
NSArray *children = [(NSDictionary *)item objectForKey: @"children"];
|
||||
return [children objectAtIndex: index];
|
||||
}
|
||||
|
||||
- (id)outlineView:(NSOutlineView *)outlineView objectValueForTableColumn:(NSTableColumn *)tableColumn byItem:(id)item {
|
||||
return item;
|
||||
}
|
||||
|
||||
|
||||
- (BOOL)outlineView:(NSOutlineView *)outlineView shouldSelectItem:(id)item {
|
||||
if (!item) return NO;
|
||||
return [(NSDictionary *)item objectForKey: @"value"] != nil;
|
||||
}
|
||||
|
||||
|
||||
// saving/restoring expanded items
|
||||
- (id)outlineView:(NSOutlineView *)outlineView persistentObjectForItem:(id)item {
|
||||
|
||||
return [item objectForKey: @"description"];
|
||||
}
|
||||
|
||||
- (id)outlineView:(NSOutlineView *)outlineView itemForPersistentObject:(id)object {
|
||||
|
||||
if ([object isKindOfClass: [NSString class]]) {
|
||||
|
||||
for(NSDictionary *d in _data) {
|
||||
if ([(NSString *)object isEqualToString: [d objectForKey: @"description"]])
|
||||
return d;
|
||||
}
|
||||
|
||||
}
|
||||
return nil;
|
||||
//return object;
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
|
||||
@implementation NewMachineViewController (Bookmark)
|
||||
|
||||
|
||||
- (void)didLoadBookmark:(NSDictionary *)bookmark {
|
||||
}
|
||||
|
||||
- (BOOL)loadBookmark:(NSDictionary *)bookmark {
|
||||
NSString *machine = [bookmark objectForKey: @"machine"];
|
||||
|
||||
|
||||
|
||||
//NSInteger row = [_outlineView selectedRow];
|
||||
if (!machine) {
|
||||
[self setMachine: nil];
|
||||
[_outlineView deselectAll: nil];
|
||||
return NO;
|
||||
}
|
||||
|
||||
for (NSDictionary *parent in _data) {
|
||||
NSArray *children = [parent objectForKey: @"children"];
|
||||
|
||||
for (NSDictionary *child in children) {
|
||||
if ([machine isEqualToString: [child objectForKey: @"value"]]) {
|
||||
|
||||
id ap = [_outlineView animator];
|
||||
[ap expandItem: parent];
|
||||
NSInteger row = [_outlineView rowForItem: child];
|
||||
if (row >= 0) {
|
||||
NSIndexSet *set = [NSIndexSet indexSetWithIndex: row];
|
||||
[_outlineView selectRowIndexes: set byExtendingSelection: NO];
|
||||
[_outlineView scrollRowToVisible: row];
|
||||
return YES;
|
||||
}
|
||||
return NO;
|
||||
}
|
||||
}
|
||||
|
||||
// could also match parent.
|
||||
if ([machine isEqualToString: [parent objectForKey: @"value"]]) {
|
||||
NSInteger row = [_outlineView rowForItem: parent];
|
||||
if (row >= 0) {
|
||||
NSIndexSet *set = [NSIndexSet indexSetWithIndex: row];
|
||||
[_outlineView selectRowIndexes: set byExtendingSelection: NO];
|
||||
[_outlineView scrollRowToVisible: row];
|
||||
return YES;
|
||||
}
|
||||
return NO;
|
||||
}
|
||||
}
|
||||
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (BOOL)saveBookmark:(NSMutableDictionary *)bookmark {
|
||||
// machine saved in parent.
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)willLoadBookmark:(NSDictionary *)bookmark {
|
||||
|
||||
}
|
||||
|
||||
@end
|
||||
@@ -51,25 +51,30 @@
|
||||
border: solid 1px black;
|
||||
text-shadow: 0px 1px 0px black;
|
||||
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.75);
|
||||
background-color: rgb(101, 101, 101);
|
||||
background-color: rgb(101, 101, 101);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
function macbook(onoff) {
|
||||
/* os x 10.11 */
|
||||
if (window.NodeList && !NodeList.prototype.forEach) {
|
||||
NodeList.prototype.forEach = Array.prototype.forEach;
|
||||
}
|
||||
|
||||
function macbook(onoff) {
|
||||
var nodes = document.querySelectorAll("[data-macbook]");
|
||||
nodes.forEach( (e) => {
|
||||
nodes.forEach( function(e) {
|
||||
var m = (e.dataset.macbook == "true");
|
||||
e.hidden = m ^ onoff;
|
||||
});
|
||||
}
|
||||
window.addEventListener('load', (event)=> {
|
||||
window.addEventListener('load', function(event) {
|
||||
macbook(false);
|
||||
|
||||
var e = document.getElementById('macbook');
|
||||
if (e) {
|
||||
e.checked = false;
|
||||
e.addEventListener('click', (event) => {
|
||||
e.addEventListener('click', function (event) {
|
||||
macbook(e.checked);
|
||||
});
|
||||
}
|
||||
@@ -99,14 +104,17 @@
|
||||
<td>Toggle full screen mode</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><kbd>F12</kbd></td>
|
||||
<td>
|
||||
<span data-macbook=false><kbd>F12</kbd></span>
|
||||
<span data-macbook=true><kbd>Fn</kbd>+<kbd>F12</kbd></span>
|
||||
</td>
|
||||
<td>Reset Key</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<h1>Partial UI Mode</h1>
|
||||
|
||||
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 14em;" />
|
||||
|
||||
@@ -403,6 +403,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -540,6 +545,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -897,6 +918,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1034,6 +1060,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1391,6 +1433,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1528,6 +1575,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1885,6 +1948,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2022,6 +2090,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2381,6 +2465,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2518,6 +2607,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2877,6 +2982,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3014,6 +3124,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3371,6 +3497,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3508,6 +3639,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3652,6 +3799,11 @@
|
||||
<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>
|
||||
@@ -3975,6 +4127,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3983,6 +4140,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4601,6 +4763,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4624,6 +4791,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5224,6 +5396,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5232,6 +5409,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5620,6 +5802,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5628,6 +5815,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5746,6 +5938,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5754,6 +5951,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -403,6 +403,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -540,6 +545,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -897,6 +918,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1034,6 +1060,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1391,6 +1433,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1528,6 +1575,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1885,6 +1948,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2022,6 +2090,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2381,6 +2465,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2518,6 +2607,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2877,6 +2982,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3014,6 +3124,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3371,6 +3497,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3508,6 +3639,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3652,6 +3799,11 @@
|
||||
<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>
|
||||
@@ -3975,6 +4127,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3983,6 +4140,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4601,6 +4763,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4624,6 +4791,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5224,6 +5396,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5232,6 +5409,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5620,6 +5802,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5628,6 +5815,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5746,6 +5938,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5754,6 +5951,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -92,6 +92,11 @@
|
||||
<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>
|
||||
@@ -165,6 +170,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -173,6 +183,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -286,6 +301,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -294,6 +314,11 @@
|
||||
<string>RS232 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>
|
||||
|
||||
@@ -117,6 +117,11 @@
|
||||
<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>
|
||||
@@ -190,6 +195,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -198,6 +208,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -311,6 +326,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -319,6 +339,11 @@
|
||||
<string>RS232 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>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -169,6 +177,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -328,6 +349,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -481,6 +507,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -602,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -719,6 +769,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -878,6 +941,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1031,6 +1099,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1152,6 +1236,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1269,6 +1361,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1428,6 +1533,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1581,6 +1691,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1702,6 +1828,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1819,6 +1953,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1978,6 +2125,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2131,6 +2283,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2254,6 +2422,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2371,6 +2547,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2530,6 +2719,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2683,6 +2877,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2804,6 +3014,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2923,6 +3141,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3082,6 +3313,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3235,6 +3471,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3356,6 +3608,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3473,6 +3733,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3632,6 +3905,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3785,6 +4063,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3972,6 +4266,11 @@
|
||||
<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>
|
||||
@@ -4287,6 +4586,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4295,6 +4599,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5296,6 +5605,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5319,6 +5633,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6569,6 +6888,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6577,6 +6901,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7054,6 +7383,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7062,6 +7396,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7180,6 +7519,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7188,6 +7532,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -169,6 +177,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -328,6 +349,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -481,6 +507,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -602,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -719,6 +769,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -878,6 +941,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1031,6 +1099,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1152,6 +1236,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1269,6 +1361,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1428,6 +1533,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1581,6 +1691,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1702,6 +1828,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1819,6 +1953,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1978,6 +2125,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2131,6 +2283,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2254,6 +2422,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2371,6 +2547,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2530,6 +2719,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2683,6 +2877,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2804,6 +3014,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2923,6 +3141,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3082,6 +3313,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3235,6 +3471,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3356,6 +3608,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3473,6 +3733,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3632,6 +3905,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3785,6 +4063,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3972,6 +4266,11 @@
|
||||
<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>
|
||||
@@ -4287,6 +4586,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4295,6 +4599,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5296,6 +5605,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5319,6 +5633,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6569,6 +6888,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6577,6 +6901,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7054,6 +7383,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7062,6 +7396,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7180,6 +7519,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7188,6 +7532,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -169,6 +177,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -328,6 +349,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -481,6 +507,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -602,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -719,6 +769,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -878,6 +941,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1031,6 +1099,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1152,6 +1236,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1269,6 +1361,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1428,6 +1533,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1581,6 +1691,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1702,6 +1828,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1819,6 +1953,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1978,6 +2125,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2131,6 +2283,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2254,6 +2422,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2371,6 +2547,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2530,6 +2719,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2683,6 +2877,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2804,6 +3014,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2923,6 +3141,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3082,6 +3313,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3235,6 +3471,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3356,6 +3608,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3473,6 +3733,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3632,6 +3905,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3785,6 +4063,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3972,6 +4266,11 @@
|
||||
<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>
|
||||
@@ -4287,6 +4586,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4295,6 +4599,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5296,6 +5605,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5319,6 +5633,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6569,6 +6888,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6577,6 +6901,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7054,6 +7383,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7062,6 +7396,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7180,6 +7519,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7188,6 +7532,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -169,6 +177,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -328,6 +349,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -481,6 +507,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -602,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -719,6 +769,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -878,6 +941,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1031,6 +1099,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1152,6 +1236,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1269,6 +1361,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1428,6 +1533,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1581,6 +1691,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1702,6 +1828,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1819,6 +1953,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1978,6 +2125,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2131,6 +2283,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2254,6 +2422,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2371,6 +2547,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2530,6 +2719,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2683,6 +2877,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2804,6 +3014,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2923,6 +3141,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3082,6 +3313,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3235,6 +3471,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3356,6 +3608,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3473,6 +3733,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3632,6 +3905,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3785,6 +4063,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3972,6 +4266,11 @@
|
||||
<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>
|
||||
@@ -4287,6 +4586,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4295,6 +4599,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5296,6 +5605,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5319,6 +5633,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6569,6 +6888,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6577,6 +6901,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7054,6 +7383,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7062,6 +7396,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7180,6 +7519,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7188,6 +7532,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -169,6 +177,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -328,6 +349,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -481,6 +507,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -602,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -719,6 +769,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -878,6 +941,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1031,6 +1099,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1152,6 +1236,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1269,6 +1361,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1428,6 +1533,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1581,6 +1691,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1702,6 +1828,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1819,6 +1953,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1978,6 +2125,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2131,6 +2283,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2254,6 +2422,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2371,6 +2547,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2530,6 +2719,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2683,6 +2877,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2804,6 +3014,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2923,6 +3141,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3082,6 +3313,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3235,6 +3471,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3356,6 +3608,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3473,6 +3733,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3632,6 +3905,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3785,6 +4063,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3972,6 +4266,11 @@
|
||||
<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>
|
||||
@@ -4287,6 +4586,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4295,6 +4599,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5296,6 +5605,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5319,6 +5633,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6569,6 +6888,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6577,6 +6901,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7054,6 +7383,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7062,6 +7396,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7180,6 +7519,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7188,6 +7532,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -169,6 +177,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -328,6 +349,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -481,6 +507,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -602,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -719,6 +769,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -878,6 +941,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1031,6 +1099,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1152,6 +1236,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1269,6 +1361,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1428,6 +1533,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1581,6 +1691,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1702,6 +1828,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1819,6 +1953,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1978,6 +2125,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2131,6 +2283,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2254,6 +2422,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2371,6 +2547,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2530,6 +2719,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2683,6 +2877,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2804,6 +3014,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2923,6 +3141,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3082,6 +3313,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3235,6 +3471,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3356,6 +3608,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3473,6 +3733,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3632,6 +3905,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3785,6 +4063,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3972,6 +4266,11 @@
|
||||
<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>
|
||||
@@ -4287,6 +4586,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4295,6 +4599,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5296,6 +5605,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5319,6 +5633,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6569,6 +6888,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6577,6 +6901,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7054,6 +7383,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7062,6 +7396,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7180,6 +7519,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7188,6 +7532,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -169,6 +177,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -328,6 +349,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -481,6 +507,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -602,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -719,6 +769,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -878,6 +941,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1031,6 +1099,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1152,6 +1236,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1269,6 +1361,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1428,6 +1533,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1581,6 +1691,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1702,6 +1828,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1819,6 +1953,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1978,6 +2125,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2131,6 +2283,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2254,6 +2422,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2371,6 +2547,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2530,6 +2719,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2683,6 +2877,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2804,6 +3014,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2923,6 +3141,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3082,6 +3313,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3235,6 +3471,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3356,6 +3608,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3473,6 +3733,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3632,6 +3905,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3785,6 +4063,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3972,6 +4266,11 @@
|
||||
<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>
|
||||
@@ -4287,6 +4586,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4295,6 +4599,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5296,6 +5605,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5319,6 +5633,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6569,6 +6888,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6577,6 +6901,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7054,6 +7383,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7062,6 +7396,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7180,6 +7519,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7188,6 +7532,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -139,6 +139,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -507,6 +515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -620,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -988,6 +1020,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1101,6 +1149,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1469,6 +1525,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1582,6 +1654,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1950,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2063,6 +2159,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2431,6 +2535,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2544,6 +2664,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2912,6 +3040,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3025,6 +3169,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3393,6 +3545,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3529,6 +3697,11 @@
|
||||
<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>
|
||||
@@ -3602,6 +3775,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -3610,6 +3788,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -3723,6 +3906,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -3731,6 +3919,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -4257,6 +4450,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4265,6 +4463,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5203,6 +5406,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5226,6 +5434,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6414,6 +6627,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6422,6 +6640,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6925,6 +7148,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6933,6 +7161,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7051,6 +7284,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7059,6 +7297,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7479,7 +7722,8 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>apple2gs.xml</string>
|
||||
<string>apple2gs_flop_orig.xml</string>
|
||||
<string>apple2gs_flop_misc.xml</string>
|
||||
<string>apple2_flop_clcracked.xml</string>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
|
||||
@@ -179,6 +179,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -547,6 +555,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -660,6 +684,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1028,6 +1060,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1141,6 +1189,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1509,6 +1565,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1622,6 +1694,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1990,6 +2070,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2103,6 +2199,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2471,6 +2575,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2584,6 +2704,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2952,6 +3080,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3065,6 +3209,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3433,6 +3585,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3569,6 +3737,11 @@
|
||||
<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>
|
||||
@@ -3642,6 +3815,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -3650,6 +3828,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -3763,6 +3946,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -3771,6 +3959,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -4297,6 +4490,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4305,6 +4503,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5243,6 +5446,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5266,6 +5474,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6454,6 +6667,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6462,6 +6680,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6965,6 +7188,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6973,6 +7201,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7091,6 +7324,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7099,6 +7337,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7519,7 +7762,8 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>apple2gs.xml</string>
|
||||
<string>apple2gs_flop_orig.xml</string>
|
||||
<string>apple2gs_flop_misc.xml</string>
|
||||
<string>apple2_flop_clcracked.xml</string>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
|
||||
@@ -179,6 +179,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -547,6 +555,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -660,6 +684,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1028,6 +1060,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1141,6 +1189,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1509,6 +1565,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1622,6 +1694,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1990,6 +2070,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2103,6 +2199,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2471,6 +2575,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2584,6 +2704,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2952,6 +3080,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3065,6 +3209,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3433,6 +3585,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3569,6 +3737,11 @@
|
||||
<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>
|
||||
@@ -3642,6 +3815,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -3650,6 +3828,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -3763,6 +3946,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -3771,6 +3959,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -4297,6 +4490,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4305,6 +4503,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5243,6 +5446,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5266,6 +5474,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6454,6 +6667,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6462,6 +6680,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6965,6 +7188,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6973,6 +7201,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7091,6 +7324,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7099,6 +7337,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7519,7 +7762,8 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>apple2gs.xml</string>
|
||||
<string>apple2gs_flop_orig.xml</string>
|
||||
<string>apple2gs_flop_misc.xml</string>
|
||||
<string>apple2_flop_clcracked.xml</string>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -113,6 +113,14 @@
|
||||
<key>disabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>softcard3</string>
|
||||
<key>description</key>
|
||||
<string>Microsoft SoftCard ///</string>
|
||||
<key>devname</key>
|
||||
<string>softcard3</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>focusdrive</string>
|
||||
@@ -129,6 +137,14 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard Sound/Speech I</string>
|
||||
<key>devname</key>
|
||||
<string>a2mockbd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>thclock</string>
|
||||
@@ -137,6 +153,14 @@
|
||||
<key>devname</key>
|
||||
<string>a2thunpl</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>titan3plus2</string>
|
||||
<key>description</key>
|
||||
<string>Titan /// Plus //</string>
|
||||
<key>devname</key>
|
||||
<string>titan3p2</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -178,6 +202,14 @@
|
||||
<key>disabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>softcard3</string>
|
||||
<key>description</key>
|
||||
<string>Microsoft SoftCard ///</string>
|
||||
<key>devname</key>
|
||||
<string>softcard3</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>focusdrive</string>
|
||||
@@ -194,6 +226,14 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard Sound/Speech I</string>
|
||||
<key>devname</key>
|
||||
<string>a2mockbd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>thclock</string>
|
||||
@@ -202,6 +242,14 @@
|
||||
<key>devname</key>
|
||||
<string>a2thunpl</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>titan3plus2</string>
|
||||
<key>description</key>
|
||||
<string>Titan /// Plus //</string>
|
||||
<key>devname</key>
|
||||
<string>titan3p2</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -243,6 +291,14 @@
|
||||
<key>disabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>softcard3</string>
|
||||
<key>description</key>
|
||||
<string>Microsoft SoftCard ///</string>
|
||||
<key>devname</key>
|
||||
<string>softcard3</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>focusdrive</string>
|
||||
@@ -259,6 +315,14 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard Sound/Speech I</string>
|
||||
<key>devname</key>
|
||||
<string>a2mockbd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>thclock</string>
|
||||
@@ -267,6 +331,14 @@
|
||||
<key>devname</key>
|
||||
<string>a2thunpl</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>titan3plus2</string>
|
||||
<key>description</key>
|
||||
<string>Titan /// Plus //</string>
|
||||
<key>devname</key>
|
||||
<string>titan3p2</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -308,6 +380,14 @@
|
||||
<key>disabled</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>softcard3</string>
|
||||
<key>description</key>
|
||||
<string>Microsoft SoftCard ///</string>
|
||||
<key>devname</key>
|
||||
<string>softcard3</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>focusdrive</string>
|
||||
@@ -324,6 +404,14 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>mockingboard</string>
|
||||
<key>description</key>
|
||||
<string>Sweet Micro Systems Mockingboard Sound/Speech I</string>
|
||||
<key>devname</key>
|
||||
<string>a2mockbd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>thclock</string>
|
||||
@@ -332,6 +420,14 @@
|
||||
<key>devname</key>
|
||||
<string>a2thunpl</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>titan3plus2</string>
|
||||
<key>description</key>
|
||||
<string>Titan /// Plus //</string>
|
||||
<key>devname</key>
|
||||
<string>titan3p2</string>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
@@ -396,6 +492,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -404,6 +505,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -1119,6 +1225,65 @@
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>titan3p2</string>
|
||||
<key>slots</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>name</key>
|
||||
<string>:gameio</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>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>paddles</string>
|
||||
<key>description</key>
|
||||
<string>Apple II paddles</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>compeyes</string>
|
||||
<key>description</key>
|
||||
<string>Digital Vision ComputerEyes</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<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>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
|
||||
@@ -403,6 +403,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -540,6 +545,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -897,6 +918,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1034,6 +1060,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1391,6 +1433,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1528,6 +1575,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1885,6 +1948,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2022,6 +2090,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2381,6 +2465,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2518,6 +2607,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2877,6 +2982,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3014,6 +3124,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3371,6 +3497,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3508,6 +3639,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3652,6 +3799,11 @@
|
||||
<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>
|
||||
@@ -3975,6 +4127,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3983,6 +4140,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4601,6 +4763,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4624,6 +4791,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5224,6 +5396,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5232,6 +5409,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5620,6 +5802,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5628,6 +5815,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5746,6 +5938,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5754,6 +5951,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -71,6 +71,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -188,6 +196,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -347,6 +368,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -500,6 +526,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -621,6 +663,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -738,6 +788,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -897,6 +960,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1050,6 +1118,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1171,6 +1255,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1288,6 +1380,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1447,6 +1552,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1600,6 +1710,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1723,6 +1849,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1840,6 +1974,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1999,6 +2146,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2152,6 +2304,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2273,6 +2441,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2390,6 +2566,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2549,6 +2738,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2702,6 +2896,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2846,6 +3056,11 @@
|
||||
<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>
|
||||
@@ -3224,6 +3439,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3232,6 +3452,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4233,6 +4458,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4256,6 +4486,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5506,6 +5741,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5514,6 +5754,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5991,6 +6236,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5999,6 +6249,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6117,6 +6372,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6125,6 +6385,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -71,6 +71,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -188,6 +196,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -347,6 +368,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -500,6 +526,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -621,6 +663,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -738,6 +788,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -897,6 +960,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1050,6 +1118,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1171,6 +1255,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1288,6 +1380,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1447,6 +1552,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1600,6 +1710,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1723,6 +1849,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1840,6 +1974,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1999,6 +2146,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2152,6 +2304,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2273,6 +2441,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2390,6 +2566,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2549,6 +2738,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2702,6 +2896,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2846,6 +3056,11 @@
|
||||
<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>
|
||||
@@ -3224,6 +3439,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3232,6 +3452,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4233,6 +4458,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4256,6 +4486,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5506,6 +5741,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5514,6 +5754,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5991,6 +6236,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5999,6 +6249,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6117,6 +6372,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6125,6 +6385,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -71,6 +71,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -188,6 +196,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -347,6 +368,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -500,6 +526,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -621,6 +663,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -738,6 +788,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -897,6 +960,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1050,6 +1118,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1171,6 +1255,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1288,6 +1380,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1447,6 +1552,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1600,6 +1710,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1723,6 +1849,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1840,6 +1974,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1999,6 +2146,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2152,6 +2304,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2273,6 +2441,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2390,6 +2566,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2549,6 +2738,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2702,6 +2896,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2846,6 +3056,11 @@
|
||||
<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>
|
||||
@@ -3224,6 +3439,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3232,6 +3452,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4233,6 +4458,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4256,6 +4486,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5506,6 +5741,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5514,6 +5754,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5991,6 +6236,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5999,6 +6249,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6117,6 +6372,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6125,6 +6385,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -71,6 +71,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -188,6 +196,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -347,6 +368,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -500,6 +526,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -621,6 +663,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -738,6 +788,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -897,6 +960,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1050,6 +1118,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1171,6 +1255,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1288,6 +1380,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1447,6 +1552,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1600,6 +1710,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1723,6 +1849,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1840,6 +1974,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1999,6 +2146,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2152,6 +2304,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2273,6 +2441,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2390,6 +2566,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2549,6 +2738,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2702,6 +2896,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2846,6 +3056,11 @@
|
||||
<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>
|
||||
@@ -3224,6 +3439,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3232,6 +3452,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4233,6 +4458,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4256,6 +4486,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5506,6 +5741,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5514,6 +5754,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5991,6 +6236,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5999,6 +6249,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6117,6 +6372,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6125,6 +6385,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -71,6 +71,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -188,6 +196,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -347,6 +368,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -500,6 +526,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -621,6 +663,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -738,6 +788,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -897,6 +960,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1050,6 +1118,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1171,6 +1255,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1288,6 +1380,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1447,6 +1552,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1600,6 +1710,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1723,6 +1849,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1840,6 +1974,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1999,6 +2146,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2152,6 +2304,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2273,6 +2441,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2390,6 +2566,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2549,6 +2738,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2702,6 +2896,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2846,6 +3056,11 @@
|
||||
<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>
|
||||
@@ -3224,6 +3439,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3232,6 +3452,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4233,6 +4458,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4256,6 +4486,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5506,6 +5741,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5514,6 +5754,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5991,6 +6236,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5999,6 +6249,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6117,6 +6372,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6125,6 +6385,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -115,6 +115,11 @@
|
||||
<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>
|
||||
@@ -188,6 +193,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -196,6 +206,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -309,6 +324,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -317,6 +337,11 @@
|
||||
<string>RS232 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>
|
||||
|
||||
@@ -92,6 +92,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -209,6 +217,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -368,6 +389,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -521,6 +547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -642,6 +684,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -759,6 +809,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -918,6 +981,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1071,6 +1139,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1215,6 +1299,11 @@
|
||||
<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>
|
||||
@@ -1288,6 +1377,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -1296,6 +1390,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -1409,6 +1508,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -1417,6 +1521,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -1772,6 +1881,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1780,6 +1894,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2781,6 +2900,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -2804,6 +2928,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4054,6 +4183,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4062,6 +4196,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4539,6 +4678,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4547,6 +4691,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4665,6 +4814,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4673,6 +4827,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -92,6 +92,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -209,6 +217,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -368,6 +389,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -521,6 +547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -642,6 +684,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -759,6 +809,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -918,6 +981,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1071,6 +1139,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1215,6 +1299,11 @@
|
||||
<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>
|
||||
@@ -1288,6 +1377,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -1296,6 +1390,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -1409,6 +1508,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -1417,6 +1521,11 @@
|
||||
<string>RS232 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>
|
||||
@@ -1772,6 +1881,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1780,6 +1894,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2781,6 +2900,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -2804,6 +2928,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4054,6 +4183,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4062,6 +4196,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4539,6 +4678,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4547,6 +4691,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4665,6 +4814,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4673,6 +4827,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -1436,6 +1436,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1474,6 +1479,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1505,6 +1515,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1536,6 +1551,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1567,6 +1587,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1585,6 +1610,7 @@
|
||||
<array>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
<string>mac_hdflop.xml</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -502,6 +502,7 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>mac_hdflop.xml</string>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
</array>
|
||||
|
||||
@@ -484,6 +484,7 @@
|
||||
<array>
|
||||
<string>mac_flop.xml</string>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_hdflop.xml</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -1436,6 +1436,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1474,6 +1479,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1505,6 +1515,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1536,6 +1551,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1567,6 +1587,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -1004,6 +1004,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1042,6 +1047,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1073,6 +1083,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1104,6 +1119,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1135,6 +1155,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1151,6 +1176,7 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>mac_hdflop.xml</string>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
</array>
|
||||
|
||||
@@ -986,6 +986,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1024,6 +1029,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1055,6 +1065,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1086,6 +1101,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1117,6 +1137,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1135,6 +1160,7 @@
|
||||
<array>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
<string>mac_hdflop.xml</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -1436,6 +1436,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1474,6 +1479,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1505,6 +1515,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1536,6 +1551,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1567,6 +1587,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -532,6 +532,7 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>mac_hdflop.xml</string>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
</array>
|
||||
|
||||
@@ -1084,6 +1084,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1122,6 +1127,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1153,6 +1163,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1184,6 +1199,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1215,6 +1235,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1231,6 +1256,7 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>mac_hdflop.xml</string>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
</array>
|
||||
|
||||
@@ -1084,6 +1084,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1122,6 +1127,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1153,6 +1163,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1184,6 +1199,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1215,6 +1235,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1231,6 +1256,7 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>mac_hdflop.xml</string>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
</array>
|
||||
|
||||
@@ -1436,6 +1436,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1474,6 +1479,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1505,6 +1515,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1536,6 +1551,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1567,6 +1587,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1585,6 +1610,7 @@
|
||||
<array>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
<string>mac_hdflop.xml</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -502,6 +502,7 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>mac_hdflop.xml</string>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
</array>
|
||||
|
||||
@@ -492,6 +492,7 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>mac_hdflop.xml</string>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
</array>
|
||||
|
||||
@@ -522,6 +522,7 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>mac_hdflop.xml</string>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
</array>
|
||||
|
||||
@@ -532,6 +532,7 @@
|
||||
</array>
|
||||
<key>software</key>
|
||||
<array>
|
||||
<string>mac_hdflop.xml</string>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_flop.xml</string>
|
||||
</array>
|
||||
|
||||
@@ -484,6 +484,7 @@
|
||||
<array>
|
||||
<string>mac_flop.xml</string>
|
||||
<string>mac_hdd.xml</string>
|
||||
<string>mac_hdflop.xml</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -169,6 +177,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -328,6 +349,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -481,6 +507,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -602,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -719,6 +769,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -878,6 +941,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1031,6 +1099,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1152,6 +1236,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1269,6 +1361,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1428,6 +1533,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1581,6 +1691,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1702,6 +1828,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1819,6 +1953,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1978,6 +2125,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2131,6 +2283,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2254,6 +2422,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2371,6 +2547,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2530,6 +2719,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2683,6 +2877,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2804,6 +3014,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2923,6 +3141,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3082,6 +3313,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3235,6 +3471,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3356,6 +3608,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3473,6 +3733,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3632,6 +3905,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3785,6 +4063,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3972,6 +4266,11 @@
|
||||
<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>
|
||||
@@ -4287,6 +4586,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4295,6 +4599,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5296,6 +5605,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5319,6 +5633,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6569,6 +6888,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6577,6 +6901,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7054,6 +7383,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7062,6 +7396,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7180,6 +7519,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7188,6 +7532,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -169,6 +177,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -328,6 +349,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -481,6 +507,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -602,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -719,6 +769,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -878,6 +941,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1031,6 +1099,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1152,6 +1236,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1269,6 +1361,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1428,6 +1533,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1581,6 +1691,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1702,6 +1828,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1819,6 +1953,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1978,6 +2125,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2131,6 +2283,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2254,6 +2422,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2371,6 +2547,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2530,6 +2719,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2683,6 +2877,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2804,6 +3014,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2923,6 +3141,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3082,6 +3313,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3235,6 +3471,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3356,6 +3608,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3473,6 +3733,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3632,6 +3905,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3785,6 +4063,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3972,6 +4266,11 @@
|
||||
<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>
|
||||
@@ -4287,6 +4586,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4295,6 +4599,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5296,6 +5605,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5319,6 +5633,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6569,6 +6888,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6577,6 +6901,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7054,6 +7383,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7062,6 +7396,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7180,6 +7519,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7188,6 +7532,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -2,12 +2,6 @@
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>source</key>
|
||||
<string>https://archive.org/download/mame0.224</string>
|
||||
<key>type</key>
|
||||
<string>zip</string>
|
||||
<key>version</key>
|
||||
<string>0.224</string>
|
||||
<key>roms</key>
|
||||
<array>
|
||||
<string>a1cass</string>
|
||||
@@ -28,12 +22,16 @@
|
||||
<string>a2grapplerplus</string>
|
||||
<string>a2hsscsi</string>
|
||||
<string>a2iwm</string>
|
||||
<string>a2lancegs</string>
|
||||
<string>a2memexp</string>
|
||||
<string>a2mouse</string>
|
||||
<string>a2parprn</string>
|
||||
<string>a2pic</string>
|
||||
<string>a2q68</string>
|
||||
<string>a2q68plus</string>
|
||||
<string>a2ramfac</string>
|
||||
<string>a2scsi</string>
|
||||
<string>a2sd</string>
|
||||
<string>a2sider1</string>
|
||||
<string>a2sider2</string>
|
||||
<string>a2ssc</string>
|
||||
@@ -113,7 +111,6 @@
|
||||
<string>ivelultr</string>
|
||||
<string>kb_ec1841</string>
|
||||
<string>kb_iskr1030</string>
|
||||
<string>kb_pc83</string>
|
||||
<string>kb_pcxt83</string>
|
||||
<string>keytronic_pc3270</string>
|
||||
<string>las128e2</string>
|
||||
@@ -126,17 +123,12 @@
|
||||
<string>mac128k</string>
|
||||
<string>mac2fdhd</string>
|
||||
<string>mac512k</string>
|
||||
<string>mac512ke</string>
|
||||
<string>macclas2</string>
|
||||
<string>macclasc</string>
|
||||
<string>macii</string>
|
||||
<string>maciici</string>
|
||||
<string>maciicx</string>
|
||||
<string>maciihmu</string>
|
||||
<string>maciisi</string>
|
||||
<string>maciivi</string>
|
||||
<string>maciivx</string>
|
||||
<string>maciix</string>
|
||||
<string>mackbd_m0110</string>
|
||||
<string>mackbd_m0110a</string>
|
||||
<string>mackbd_m0110a_f</string>
|
||||
@@ -185,6 +177,7 @@
|
||||
<string>prav8c</string>
|
||||
<string>prav8m</string>
|
||||
<string>qsound</string>
|
||||
<string>softcard3</string>
|
||||
<string>space84</string>
|
||||
<string>spectred</string>
|
||||
<string>swtpc8212_device</string>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -169,6 +177,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -328,6 +349,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -481,6 +507,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -602,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -719,6 +769,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -878,6 +941,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1031,6 +1099,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1152,6 +1236,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1269,6 +1361,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1428,6 +1533,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1581,6 +1691,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1702,6 +1828,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1819,6 +1953,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1978,6 +2125,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2131,6 +2283,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2254,6 +2422,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2371,6 +2547,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2530,6 +2719,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2683,6 +2877,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2804,6 +3014,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2923,6 +3141,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3082,6 +3313,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3235,6 +3471,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3356,6 +3608,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3473,6 +3733,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3632,6 +3905,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3785,6 +4063,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3972,6 +4266,11 @@
|
||||
<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>
|
||||
@@ -4287,6 +4586,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4295,6 +4599,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5296,6 +5605,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5319,6 +5633,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6569,6 +6888,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6577,6 +6901,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7054,6 +7383,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7062,6 +7396,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7180,6 +7519,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7188,6 +7532,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -52,6 +52,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -169,6 +177,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -328,6 +349,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -481,6 +507,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -602,6 +644,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -719,6 +769,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -878,6 +941,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1031,6 +1099,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1152,6 +1236,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1269,6 +1361,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1428,6 +1533,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1581,6 +1691,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1702,6 +1828,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -1819,6 +1953,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -1978,6 +2125,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2131,6 +2283,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2254,6 +2422,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2371,6 +2547,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -2530,6 +2719,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2683,6 +2877,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2804,6 +3014,14 @@
|
||||
<key>default</key>
|
||||
<false/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -2923,6 +3141,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3082,6 +3313,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3235,6 +3471,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3356,6 +3608,14 @@
|
||||
<key>default</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>lancegs</string>
|
||||
<key>description</key>
|
||||
<string>///SHH Systeme LANceGS</string>
|
||||
<key>devname</key>
|
||||
<string>a2lancegs</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>4play</string>
|
||||
@@ -3473,6 +3733,19 @@
|
||||
<key>devname</key>
|
||||
<string>a2scsi</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>a2sd</string>
|
||||
<key>description</key>
|
||||
<string>Apple II SD Card</string>
|
||||
<key>devname</key>
|
||||
<string>a2sd</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>hard</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>ssc</string>
|
||||
@@ -3632,6 +3905,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3785,6 +4063,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3972,6 +4266,11 @@
|
||||
<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>
|
||||
@@ -4287,6 +4586,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4295,6 +4599,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5296,6 +5605,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5319,6 +5633,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -6569,6 +6888,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -6577,6 +6901,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7054,6 +7383,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7062,6 +7396,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7180,6 +7519,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -7188,6 +7532,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
@@ -343,6 +343,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -480,6 +485,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -837,6 +858,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -974,6 +1000,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1331,6 +1373,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1468,6 +1515,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -1825,6 +1888,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -1962,6 +2030,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2321,6 +2405,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2458,6 +2547,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -2817,6 +2922,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -2954,6 +3064,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3311,6 +3437,11 @@
|
||||
<string>Digital Vision ComputerEyes/2</string>
|
||||
<key>devname</key>
|
||||
<string>a2ceyes2</string>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>picture</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3448,6 +3579,22 @@
|
||||
<key>devname</key>
|
||||
<string>a2aplcrd</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>q68plus</string>
|
||||
<key>description</key>
|
||||
<string>Stellation Two Q-68 Plus</string>
|
||||
<key>devname</key>
|
||||
<string>a2q68plus</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
<string>themill</string>
|
||||
@@ -3592,6 +3739,11 @@
|
||||
<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>
|
||||
@@ -3915,6 +4067,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -3923,6 +4080,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -4541,6 +4703,11 @@
|
||||
<string>MIDI In port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiin</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -4564,6 +4731,11 @@
|
||||
<string>MIDI Out port</string>
|
||||
<key>default</key>
|
||||
<true/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>midiout</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
</dict>
|
||||
@@ -5164,6 +5336,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5172,6 +5349,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5560,6 +5742,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5568,6 +5755,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5686,6 +5878,11 @@
|
||||
<string>RS232 Null Modem</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
@@ -5694,6 +5891,11 @@
|
||||
<string>RS232 Synchronous I/O</string>
|
||||
<key>default</key>
|
||||
<false/>
|
||||
<key>media</key>
|
||||
<dict>
|
||||
<key>bitbanger</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>value</key>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user