Compare commits

...

29 Commits

Author SHA1 Message Date
Kelvin Sherlock 2409ad55a1 version bump 2022-05-25 21:33:52 -04:00
Kelvin Sherlock 601e56ccaa bump components date 2022-04-30 15:08:12 -04:00
Kelvin Sherlock d5d90ba6be version bump. 2022-04-30 10:19:44 -04:00
Kelvin Sherlock 4a0caa2e78 Incomplete - started adding support for "Reinstall MAME components" menu item.
The main holdup is that the software list is loaded from those installed MAME components and reinstalling them would invalidate and require a reload.
2022-04-30 10:17:57 -04:00
Kelvin Sherlock 23a05d5414 support for bios in the slot controller. 2022-04-30 10:16:05 -04:00
Kelvin Sherlock 4ffd8d1f44 move bios settings to be handled as a slot option. 2022-04-30 10:14:37 -04:00
Kelvin Sherlock f52470eb2e build 27 was 241-1, bump to 28 2022-04-01 11:45:14 -04:00
Kelvin Sherlock 65aedba94b 242 version bump 2022-04-01 09:06:45 -04:00
Kelvin Sherlock 8707b4a246 add move to trash menu option
keep file size (will display later)
2022-03-29 11:57:19 -04:00
Kelvin Sherlock 5a0fdd5a7e add bios options to the machine plist (no gui yet), clean up CFFA name slightly. 2022-03-25 17:20:22 -04:00
Kelvin Sherlock 4e05ff7e8c shift-command-D will update the current bookmark. 2022-03-18 15:23:56 -04:00
Kelvin Sherlock 781d8ada60 midi - representedObject can be reset in some circumstances. (reloading from nib?) use title which seems more permanent. 2022-02-28 10:33:17 -05:00
Kelvin Sherlock d258fd2a48 midi selection - need to save the current object before destroying the menu. 2022-02-28 09:34:05 -05:00
Kelvin Sherlock 2b2f3a2fd8 software search improvements
1. handle diacritics
2. strip leading "the " from titles and search string since it's often inconsistent
2022-02-26 21:21:27 -05:00
Kelvin Sherlock 9bb0cc468a bump sparkle 2.1.0 2022-02-26 18:45:17 -05:00
Kelvin Sherlock 79c3eba93e software list items need to be *after* slot configuration so they have access to the 3.5" disk controller card, for example. 2022-02-26 15:52:13 -05:00
Kelvin Sherlock e09a151c91 revert accidental changes to the preference window 2022-02-26 11:35:47 -05:00
Kelvin Sherlock ce35015218 macos 12 doesn't like singletons in nibs 2022-02-23 22:32:33 -05:00
Kelvin Sherlock 1dd3664a2b version bump - 241 2022-02-23 21:14:30 -05:00
Kelvin Sherlock 0616991a1b - Move bookmarks and disk images to core data
- bookmark edit window
- rom window now shows machine description, tooltip is name
- fix split floppy logic to work with a2superdrive
- fix software list loading from default
- mame 241 machine updates
2022-02-23 20:59:05 -05:00
Kelvin Sherlock 7633887391 bump copyright year. 2022-01-30 12:30:49 -05:00
Kelvin Sherlock c49c4df9bf WIP version bump 2022-01-15 10:54:34 -05:00
Kelvin Sherlock eda219faa2 Tested and excluded extra CD ROM devices.
They were previously excluded from the machine descriptions but
they now need to be excluded from the ROM file as well.
2022-01-15 10:54:18 -05:00
Kelvin Sherlock 5382447dc9 rom/machine updates for 240 (wip) 2022-01-15 10:13:07 -05:00
Kelvin Sherlock 8f989c0d3f sparkle 2.0 2022-01-02 21:59:47 -05:00
Kelvin Sherlock 1141e3da0d version bump (0.239) 2021-12-28 21:50:00 -05:00
Kelvin Sherlock c5eeec9b6d MAME 239 update 2021-12-28 21:06:03 -05:00
Kelvin Sherlock 2122f0707b Add Franklin ACE 2200 machine definition. 2021-12-02 18:12:24 -05:00
Kelvin Sherlock 809e344a2d add ace 500, move franklin to it's own group, updated machine descriptions 2021-11-29 20:00:46 -05:00
117 changed files with 33048 additions and 1314 deletions
+101 -4
View File
@@ -120,6 +120,8 @@
B63C1F1025B1447C0016A611 /* CheatSheetWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = B63C1F0E25B1447C0016A611 /* CheatSheetWindowController.m */; };
B63C1F1225B147E10016A611 /* CheatSheet.html in Resources */ = {isa = PBXBuildFile; fileRef = B63C1F1125B147E10016A611 /* CheatSheet.html */; };
B63C1F1325B147E10016A611 /* CheatSheet.html in Resources */ = {isa = PBXBuildFile; fileRef = B63C1F1125B147E10016A611 /* CheatSheet.html */; };
B63E57E22755AF2000F8B5D1 /* ace500.plist in Resources */ = {isa = PBXBuildFile; fileRef = B63E57E12755AF1F00F8B5D1 /* ace500.plist */; };
B63E57E32755AF2000F8B5D1 /* ace500.plist in Resources */ = {isa = PBXBuildFile; fileRef = B63E57E12755AF1F00F8B5D1 /* ace500.plist */; };
B646D10B263A5DF30014C586 /* ace1000.plist in Resources */ = {isa = PBXBuildFile; fileRef = B646D10A263A5DF20014C586 /* ace1000.plist */; };
B646D10C263A5DF30014C586 /* ace1000.plist in Resources */ = {isa = PBXBuildFile; fileRef = B646D10A263A5DF20014C586 /* ace1000.plist */; };
B64979C224EF6703008ABD20 /* MediaViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B64979C124EF6703008ABD20 /* MediaViewController.m */; };
@@ -157,6 +159,8 @@
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 */; };
B6ABF47C275986EB00DC3D48 /* ace2200.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6ABF47B275986EA00DC3D48 /* ace2200.plist */; };
B6ABF47D275986EB00DC3D48 /* ace2200.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6ABF47B275986EA00DC3D48 /* ace2200.plist */; };
B6B9EA662506A5550080E70D /* EjectButton.m in Sources */ = {isa = PBXBuildFile; fileRef = B6B9EA642506A5550080E70D /* EjectButton.m */; };
B6B9EA672506A5550080E70D /* EjectButton.m in Sources */ = {isa = PBXBuildFile; fileRef = B6B9EA642506A5550080E70D /* EjectButton.m */; };
B6BA258024E99BE9005FB8FF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B6BA257F24E99BE9005FB8FF /* AppDelegate.m */; };
@@ -269,6 +273,20 @@
B6E4B5F024FDE2670094A35C /* apple2jp.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61099F224F5F36F005CB652 /* apple2jp.plist */; };
B6E4B5F124FDE2670094A35C /* apple2.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6109A0324F5F371005CB652 /* apple2.plist */; };
B6E4B5F224FDE2670094A35C /* prav8m.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6109A0024F5F371005CB652 /* prav8m.plist */; };
B6E6DCEB27AEE15F00E0A76E /* Ample.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DCE927AEE15F00E0A76E /* Ample.xcdatamodeld */; };
B6E6DCEC27AEE15F00E0A76E /* Ample.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DCE927AEE15F00E0A76E /* Ample.xcdatamodeld */; };
B6E6DCF727B0873200E0A76E /* BookmarkWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6E6DCF527B0873100E0A76E /* BookmarkWindow.xib */; };
B6E6DCF827B0873200E0A76E /* BookmarkWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6E6DCF527B0873100E0A76E /* BookmarkWindow.xib */; };
B6E6DCFB27B0A09300E0A76E /* BookmarkWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DCFA27B0A09300E0A76E /* BookmarkWindowController.m */; };
B6E6DCFC27B0A09300E0A76E /* BookmarkWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DCFA27B0A09300E0A76E /* BookmarkWindowController.m */; };
B6E6DD0127B0D17C00E0A76E /* Bookmark+CoreDataClass.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DCFF27B0D17C00E0A76E /* Bookmark+CoreDataClass.m */; };
B6E6DD0227B0D17C00E0A76E /* Bookmark+CoreDataClass.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DCFF27B0D17C00E0A76E /* Bookmark+CoreDataClass.m */; };
B6E6DD0327B0D17C00E0A76E /* Bookmark+CoreDataProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DD0027B0D17C00E0A76E /* Bookmark+CoreDataProperties.m */; };
B6E6DD0427B0D17C00E0A76E /* Bookmark+CoreDataProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DD0027B0D17C00E0A76E /* Bookmark+CoreDataProperties.m */; };
B6E6DD1327B1D71700E0A76E /* DiskImage+CoreDataClass.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DD1127B1D71700E0A76E /* DiskImage+CoreDataClass.m */; };
B6E6DD1427B1D71700E0A76E /* DiskImage+CoreDataClass.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DD1127B1D71700E0A76E /* DiskImage+CoreDataClass.m */; };
B6E6DD1527B1D71700E0A76E /* DiskImage+CoreDataProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DD1227B1D71700E0A76E /* DiskImage+CoreDataProperties.m */; };
B6E6DD1627B1D71700E0A76E /* DiskImage+CoreDataProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E6DD1227B1D71700E0A76E /* DiskImage+CoreDataProperties.m */; };
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 */; };
@@ -427,6 +445,7 @@
B63C1F0D25B1447C0016A611 /* CheatSheetWindowController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CheatSheetWindowController.h; sourceTree = "<group>"; };
B63C1F0E25B1447C0016A611 /* CheatSheetWindowController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CheatSheetWindowController.m; sourceTree = "<group>"; };
B63C1F1125B147E10016A611 /* CheatSheet.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = CheatSheet.html; sourceTree = "<group>"; };
B63E57E12755AF1F00F8B5D1 /* ace500.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = ace500.plist; sourceTree = "<group>"; };
B646D10A263A5DF20014C586 /* ace1000.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = ace1000.plist; sourceTree = "<group>"; };
B64979C024EF6703008ABD20 /* MediaViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MediaViewController.h; sourceTree = "<group>"; };
B64979C124EF6703008ABD20 /* MediaViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MediaViewController.m; sourceTree = "<group>"; };
@@ -461,6 +480,7 @@
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>"; };
B6ABF47B275986EA00DC3D48 /* ace2200.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = ace2200.plist; sourceTree = "<group>"; };
B6B9EA642506A5550080E70D /* EjectButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EjectButton.m; sourceTree = "<group>"; };
B6B9EA652506A5550080E70D /* EjectButton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EjectButton.h; sourceTree = "<group>"; };
B6BA257B24E99BE9005FB8FF /* Ample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Ample.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -498,6 +518,20 @@
B6DE32422605482500418375 /* mac512k.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = mac512k.plist; sourceTree = "<group>"; };
B6DE32432605482500418375 /* macse.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macse.plist; sourceTree = "<group>"; };
B6E4B5FA24FDE2670094A35C /* Ample Lite.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Ample Lite.app"; sourceTree = BUILT_PRODUCTS_DIR; };
B6E6DCEA27AEE15F00E0A76E /* Ample.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = Ample.xcdatamodel; sourceTree = "<group>"; };
B6E6DCF627B0873100E0A76E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/BookmarkWindow.xib; sourceTree = "<group>"; };
B6E6DCF927B0A09300E0A76E /* BookmarkWindowController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BookmarkWindowController.h; sourceTree = "<group>"; };
B6E6DCFA27B0A09300E0A76E /* BookmarkWindowController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BookmarkWindowController.m; sourceTree = "<group>"; };
B6E6DCFD27B0D17C00E0A76E /* Bookmark+CoreDataProperties.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Bookmark+CoreDataProperties.h"; sourceTree = "<group>"; };
B6E6DCFE27B0D17C00E0A76E /* Bookmark+CoreDataClass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Bookmark+CoreDataClass.h"; sourceTree = "<group>"; };
B6E6DCFF27B0D17C00E0A76E /* Bookmark+CoreDataClass.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Bookmark+CoreDataClass.m"; sourceTree = "<group>"; };
B6E6DD0027B0D17C00E0A76E /* Bookmark+CoreDataProperties.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "Bookmark+CoreDataProperties.m"; sourceTree = "<group>"; };
B6E6DD0E27B161C400E0A76E /* Bookmark.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Bookmark.h; path = Ample/Bookmark.h; sourceTree = SOURCE_ROOT; };
B6E6DD0F27B1D71700E0A76E /* DiskImage+CoreDataProperties.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DiskImage+CoreDataProperties.h"; sourceTree = "<group>"; };
B6E6DD1027B1D71700E0A76E /* DiskImage+CoreDataClass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "DiskImage+CoreDataClass.h"; sourceTree = "<group>"; };
B6E6DD1127B1D71700E0A76E /* DiskImage+CoreDataClass.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "DiskImage+CoreDataClass.m"; sourceTree = "<group>"; };
B6E6DD1227B1D71700E0A76E /* DiskImage+CoreDataProperties.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "DiskImage+CoreDataProperties.m"; sourceTree = "<group>"; };
B6E6DD1727B1DF5F00E0A76E /* DiskImage.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DiskImage.h; sourceTree = "<group>"; };
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>"; };
@@ -565,7 +599,9 @@
isa = PBXGroup;
children = (
B6109A0824F5F373005CB652 /* ace100.plist */,
B63E57E12755AF1F00F8B5D1 /* ace500.plist */,
B646D10A263A5DF20014C586 /* ace1000.plist */,
B6ABF47B275986EA00DC3D48 /* ace2200.plist */,
B6109A1624F5F376005CB652 /* agat7.plist */,
B6109A1224F5F375005CB652 /* agat9.plist */,
B6109A1124F5F375005CB652 /* albert.plist */,
@@ -703,6 +739,7 @@
B6BA257D24E99BE9005FB8FF /* Ample */ = {
isa = PBXGroup;
children = (
B6E6DD0527B160D400E0A76E /* Core Data */,
B6665C12265A0E3E00254939 /* AutocompleteControl.h */,
B6665C13265A0E3E00254939 /* AutocompleteControl.m */,
B6BA257E24E99BE9005FB8FF /* AppDelegate.h */,
@@ -710,6 +747,8 @@
B63C1B8924FF4B7100511A71 /* Ample.h */,
B635C09E26784D4700B23BFD /* AmpleLite.m */,
B63C1B8A24FF4BF700511A71 /* Ample.m */,
B6E6DD0E27B161C400E0A76E /* Bookmark.h */,
B6E6DD1727B1DF5F00E0A76E /* DiskImage.h */,
B64AF1F4250ED5E400A09B9B /* TableCellView.h */,
B64AF1F5250ED5E400A09B9B /* TableCellView.m */,
B6152B5425F4549F00605E6E /* Slot.h */,
@@ -756,6 +795,8 @@
B6BA563A251685DA00B0C47D /* Window Controllers */ = {
isa = PBXGroup;
children = (
B6E6DCF927B0A09300E0A76E /* BookmarkWindowController.h */,
B6E6DCFA27B0A09300E0A76E /* BookmarkWindowController.m */,
B64AF1F0250ECB2E00A09B9B /* DiskImagesWindowController.h */,
B64AF1F1250ECB2E00A09B9B /* DiskImagesWindowController.m */,
B63C1B9125008A2700511A71 /* DownloadWindowController.h */,
@@ -776,6 +817,7 @@
isa = PBXGroup;
children = (
B6665C1A265C639900254939 /* Autocomplete.xib */,
B6E6DCF527B0873100E0A76E /* BookmarkWindow.xib */,
B6E9A18125088B36005E7525 /* SlotView.xib */,
B6F7B536266FDA5B00624C6B /* MachineView.xib */,
B63C1B9325008A2700511A71 /* DownloadWindow.xib */,
@@ -810,6 +852,22 @@
path = images;
sourceTree = "<group>";
};
B6E6DD0527B160D400E0A76E /* Core Data */ = {
isa = PBXGroup;
children = (
B6E6DCE927AEE15F00E0A76E /* Ample.xcdatamodeld */,
B6E6DCFE27B0D17C00E0A76E /* Bookmark+CoreDataClass.h */,
B6E6DCFF27B0D17C00E0A76E /* Bookmark+CoreDataClass.m */,
B6E6DCFD27B0D17C00E0A76E /* Bookmark+CoreDataProperties.h */,
B6E6DD0027B0D17C00E0A76E /* Bookmark+CoreDataProperties.m */,
B6E6DD1027B1D71700E0A76E /* DiskImage+CoreDataClass.h */,
B6E6DD1127B1D71700E0A76E /* DiskImage+CoreDataClass.m */,
B6E6DD0F27B1D71700E0A76E /* DiskImage+CoreDataProperties.h */,
B6E6DD1227B1D71700E0A76E /* DiskImage+CoreDataProperties.m */,
);
path = "Core Data";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -956,6 +1014,7 @@
B6D6DE3924FAC8B500661A5F /* Preferences.xib in Resources */,
B63C1F0B25B143C50016A611 /* CheatSheet.xib in Resources */,
B6109A3324F5F377005CB652 /* apple2eeuk.plist in Resources */,
B6E6DCF727B0873200E0A76E /* BookmarkWindow.xib in Resources */,
B6374ADB260ECB400045CA16 /* maciix.plist in Resources */,
B6109A2424F5F377005CB652 /* las128ex.plist in Resources */,
B618B8C42729F6690045C2D8 /* laser128o.plist in Resources */,
@@ -967,6 +1026,7 @@
B63C1B9D250192D800511A71 /* cece.plist in Resources */,
B6109A3124F5F377005CB652 /* apple1.plist in Resources */,
B6374AD3260ECB400045CA16 /* macii.plist in Resources */,
B63E57E22755AF2000F8B5D1 /* ace500.plist in Resources */,
B6109A3524F5F377005CB652 /* ace100.plist in Resources */,
B65085BB25B616AC00354EC9 /* maclc3.plist in Resources */,
B6109A3424F5F377005CB652 /* am64.plist in Resources */,
@@ -1009,6 +1069,7 @@
B63C1B9F250192D800511A71 /* ceci.plist in Resources */,
B6109A3224F5F377005CB652 /* basis108.plist in Resources */,
B6109A4324F5F377005CB652 /* agat7.plist in Resources */,
B6ABF47C275986EB00DC3D48 /* ace2200.plist in Resources */,
B6DE324E2605482500418375 /* mac512k.plist in Resources */,
B6109A2B24F5F377005CB652 /* elppa.plist in Resources */,
B63C1B8E25004C6D00511A71 /* mame-data.tgz in Resources */,
@@ -1068,6 +1129,7 @@
B6665C1D265C639A00254939 /* Autocomplete.xib in Resources */,
B6E4B5C124FDE2670094A35C /* apple1.plist in Resources */,
B6E4B5C224FDE2670094A35C /* ace100.plist in Resources */,
B6E6DCF827B0873200E0A76E /* BookmarkWindow.xib in Resources */,
B6374AD6260ECB400045CA16 /* maciisi.plist in Resources */,
B6DE32472605482500418375 /* macclasc.plist in Resources */,
B6E4B5C324FDE2670094A35C /* am64.plist in Resources */,
@@ -1093,6 +1155,7 @@
B6DE324B2605482500418375 /* macsefd.plist in Resources */,
B6E4B5CF24FDE2670094A35C /* apple2eefr.plist in Resources */,
B6374AD8260ECB400045CA16 /* maciivi.plist in Resources */,
B63E57E32755AF2000F8B5D1 /* ace500.plist in Resources */,
B6E4B5D124FDE2670094A35C /* spectred.plist in Resources */,
B63C1B9725008A2700511A71 /* DownloadWindow.xib in Resources */,
B6E4B5D224FDE2670094A35C /* apple2cp.plist in Resources */,
@@ -1127,6 +1190,7 @@
B6F7B539266FDA5B00624C6B /* MachineView.xib in Resources */,
B63C1BA9250192E600511A71 /* zijini.plist in Resources */,
B6E4B5E524FDE2670094A35C /* craft2p.plist in Resources */,
B6ABF47D275986EB00DC3D48 /* ace2200.plist in Resources */,
B6E4B5E624FDE2670094A35C /* uniap2pt.plist in Resources */,
B6E4B5E724FDE2670094A35C /* las128e2.plist in Resources */,
B63C1B9E250192D800511A71 /* cece.plist in Resources */,
@@ -1213,9 +1277,13 @@
files = (
B608E17F2502FE0C00D53465 /* TransparentScroller.m in Sources */,
B6E9A18025088B1B005E7525 /* SlotViewController.m in Sources */,
B6E6DD1527B1D71700E0A76E /* DiskImage+CoreDataProperties.m in Sources */,
B6A1A1942528EB1700DB0FD7 /* Menu.m in Sources */,
B6E6DD1327B1D71700E0A76E /* DiskImage+CoreDataClass.m in Sources */,
B6E6DD0127B0D17C00E0A76E /* Bookmark+CoreDataClass.m in Sources */,
B6BA258824E99BEB005FB8FF /* main.m in Sources */,
B63C1B8B24FF4BF700511A71 /* Ample.m in Sources */,
B6E6DCFB27B0A09300E0A76E /* BookmarkWindowController.m in Sources */,
B6B9EA662506A5550080E70D /* EjectButton.m in Sources */,
B6152B5A25F5B57E00605E6E /* Media.m in Sources */,
B6152B5625F4549F00605E6E /* Slot.m in Sources */,
@@ -1226,6 +1294,7 @@
B68A899026BE18E000B2C8C6 /* MidiManager.m in Sources */,
B6BA258024E99BE9005FB8FF /* AppDelegate.m in Sources */,
B6004DF024FB05D600D38596 /* LogWindowController.m in Sources */,
B6E6DD0327B0D17C00E0A76E /* Bookmark+CoreDataProperties.m in Sources */,
B63005332666D6940014C381 /* BookmarkManager.m in Sources */,
B66236A924FD9A34006CABD7 /* PreferencesWindowController.m in Sources */,
B63C1F0F25B1447C0016A611 /* CheatSheetWindowController.m in Sources */,
@@ -1233,6 +1302,7 @@
B6F7B53C267017A200624C6B /* NewMachineViewController.m in Sources */,
B64AF1F6250ED5E400A09B9B /* TableCellView.m in Sources */,
B66D0FE72611386C000902F1 /* SoftwareList.m in Sources */,
B6E6DCEB27AEE15F00E0A76E /* Ample.xcdatamodeld in Sources */,
B63C1B9425008A2700511A71 /* DownloadWindowController.m in Sources */,
B64AF1FA250EF6A500A09B9B /* Transformers.m in Sources */,
);
@@ -1247,16 +1317,22 @@
B64AF1FB250EF6A500A09B9B /* Transformers.m in Sources */,
B6E4B5B024FDE2670094A35C /* main.m in Sources */,
B63C1F1025B1447C0016A611 /* CheatSheetWindowController.m in Sources */,
B6E6DD1427B1D71700E0A76E /* DiskImage+CoreDataClass.m in Sources */,
B63C1B8C24FF4BF700511A71 /* Ample.m in Sources */,
B64AF1F3250ECB2E00A09B9B /* DiskImagesWindowController.m in Sources */,
B6E6DCEC27AEE15F00E0A76E /* Ample.xcdatamodeld in Sources */,
B6B9EA672506A5550080E70D /* EjectButton.m in Sources */,
B6A1A1952528EB1700DB0FD7 /* Menu.m in Sources */,
B6152B5B25F5B57E00605E6E /* Media.m in Sources */,
B6E4B5B124FDE2670094A35C /* LaunchWindowController.m in Sources */,
B6152B5725F4549F00605E6E /* Slot.m in Sources */,
B6E4B5B324FDE2670094A35C /* MediaViewController.m in Sources */,
B6E6DCFC27B0A09300E0A76E /* BookmarkWindowController.m in Sources */,
B6E6DD1627B1D71700E0A76E /* DiskImage+CoreDataProperties.m in Sources */,
B64AF1F7250ED5E400A09B9B /* TableCellView.m in Sources */,
B6E4B5B424FDE2670094A35C /* FlippedView.m in Sources */,
B6E6DD0227B0D17C00E0A76E /* Bookmark+CoreDataClass.m in Sources */,
B6E6DD0427B0D17C00E0A76E /* Bookmark+CoreDataProperties.m in Sources */,
B63005342666D6940014C381 /* BookmarkManager.m in Sources */,
B615A9A026640A70001FBF99 /* SlotViewController.m in Sources */,
B6665C15265A0E3E00254939 /* AutocompleteControl.m in Sources */,
@@ -1337,6 +1413,14 @@
name = LaunchWindow.xib;
sourceTree = "<group>";
};
B6E6DCF527B0873100E0A76E /* BookmarkWindow.xib */ = {
isa = PBXVariantGroup;
children = (
B6E6DCF627B0873100E0A76E /* Base */,
);
name = BookmarkWindow.xib;
sourceTree = "<group>";
};
B6E9A18125088B36005E7525 /* SlotView.xib */ = {
isa = PBXVariantGroup;
children = (
@@ -1518,7 +1602,7 @@
CODE_SIGN_ENTITLEMENTS = Ample/Ample.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 30;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@@ -1529,7 +1613,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.238;
MARKETING_VERSION = 0.244;
PRODUCT_BUNDLE_IDENTIFIER = com.ksherlock.ample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
@@ -1542,7 +1626,7 @@
CODE_SIGN_ENTITLEMENTS = Ample/Ample.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 23;
CURRENT_PROJECT_VERSION = 30;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
@@ -1553,7 +1637,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 0.238;
MARKETING_VERSION = 0.244;
PRODUCT_BUNDLE_IDENTIFIER = com.ksherlock.ample;
PRODUCT_NAME = "$(TARGET_NAME)";
};
@@ -1644,6 +1728,19 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
/* Begin XCVersionGroup section */
B6E6DCE927AEE15F00E0A76E /* Ample.xcdatamodeld */ = {
isa = XCVersionGroup;
children = (
B6E6DCEA27AEE15F00E0A76E /* Ample.xcdatamodel */,
);
currentVersion = B6E6DCEA27AEE15F00E0A76E /* Ample.xcdatamodel */;
path = Ample.xcdatamodeld;
sourceTree = "<group>";
versionGroupType = wrapper.xcdatamodel;
};
/* End XCVersionGroup section */
};
rootObject = B6BA257324E99BE9005FB8FF /* Project object */;
}
+1
View File
@@ -42,6 +42,7 @@ extern NSString *kDefaultDownloadExtension;
extern NSString *kNotificationDiskImageAdded;
extern NSString *kNotificationDiskImageMagicRoute;
extern NSString *kNotificationBookmarkMagicRoute;
@protocol Bookmark <NSObject>
-(BOOL)loadBookmark: (NSDictionary *)bookmark;
+1
View File
@@ -138,3 +138,4 @@ NSString *kDownloadExtension = @"DownloadExtension";
NSString *kNotificationDiskImageAdded = @"Disk Image Added";
NSString *kNotificationDiskImageMagicRoute = @"Disk Image Magic Route";
NSString *kNotificationBookmarkMagicRoute = @"Bookmark Magic Route";
+1 -1
View File
@@ -11,6 +11,6 @@
@interface AppDelegate : NSObject <NSApplicationDelegate>
- (IBAction)displayPreferences:(id)sender;
- (IBAction)manageBookmarks: (id)sender;
@end
+85 -9
View File
@@ -12,6 +12,8 @@
#import "DownloadWindowController.h"
#import "DiskImagesWindowController.h"
#import "CheatSheetWindowController.h"
#import "BookmarkWindowController.h"
#import "Transformers.h"
#import "BookmarkManager.h"
@@ -28,6 +30,8 @@
NSWindowController *_downloader;
NSWindowController *_diskImages;
NSWindowController *_cheatSheet;
NSWindowController *_bookmarks;
}
@@ -41,9 +45,7 @@
RegisterTransformers();
BookmarkManager *bm = [BookmarkManager sharedManager];
[bm loadBookmarks];
[bm updateMenu];
//BookmarkManager *bm = [BookmarkManager sharedManager];
path = [bundle pathForResource: @"Defaults" ofType: @"plist"];
dict = [NSDictionary dictionaryWithContentsOfFile: path];
@@ -53,17 +55,17 @@
[[NSUserDefaults standardUserDefaults] registerDefaults: dict];
}
_diskImages = [DiskImagesWindowController sharedInstance]; //[DiskImagesWindowController new];
if ([self installMameComponents]) {
[self displayLaunchWindow];
}
}
-(void)displayLaunchWindow {
if (!_launcher) {
@@ -113,11 +115,11 @@
dispatch_time_t when = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2 * NSEC_PER_SEC));
[task setTerminationHandler: ^(NSTask *task){
int st = [task terminationStatus];
// delay so the install window is visible, I think
dispatch_after(when, dispatch_get_main_queue(), ^{
int st = [task terminationStatus];
if (st) {
NSAlert *alert = [NSAlert new];
[alert setMessageText: @"An error occurred extracting MAME components"];
@@ -146,6 +148,7 @@
- (void)applicationWillTerminate:(NSNotification *)aNotification {
// Insert code here to tear down your application
}
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender {
@@ -226,6 +229,79 @@
}
- (IBAction)manageBookmarks: (id)sender {
if (!_bookmarks) {
_bookmarks = [BookmarkWindowController new];
}
[_bookmarks showWindow: sender];
}
-(IBAction)installMameComponents:(id)sender {
/* install the mame data components. */
NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
NSBundle *bundle = [NSBundle mainBundle];
NSURL *sd = SupportDirectory();
NSURL *ample_url = [sd URLByAppendingPathComponent: @"Ample.plist"];
NSMutableDictionary *d = [NSMutableDictionary dictionaryWithContentsOfURL: ample_url];
//NSDate *oldDate = [d objectForKey: kMameComponentsDate];
NSDate *newDate = [defaults objectForKey: kMameComponentsDate];
if (![newDate isKindOfClass: [NSDate class]])
newDate = nil;
NSString *path = [bundle pathForResource: @"mame-data" ofType: @"tgz"];
if (!path) return; // Ample Lite?
NSWindow *win = _installWindow;
[win makeKeyAndOrderFront: nil];
NSTask *task = [NSTask new];
NSArray *argv = @[
@"xfz",
path
];
if (@available(macOS 10.13, *)) {
[task setExecutableURL: [NSURL fileURLWithPath: @"/usr/bin/tar"]];
[task setCurrentDirectoryURL: sd];
} else {
[task setLaunchPath: @"/usr/bin/tar"];
[task setCurrentDirectoryPath: SupportDirectoryPath()];
}
[task setArguments: argv];
//dispatch_time_t when = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2 * NSEC_PER_SEC));
[task setTerminationHandler: ^(NSTask *task){
int st = [task terminationStatus];
dispatch_async(dispatch_get_main_queue(), ^{
if (st) {
NSAlert *alert = [NSAlert new];
[alert setMessageText: @"An error occurred extracting MAME components"];
[alert runModal];
[win close];
return;
}
if (d) {
[d setObject: newDate forKey: kMameComponentsDate];
[d writeToURL: ample_url atomically: YES];
} else {
[@{ kMameComponentsDate: newDate } writeToURL: ample_url atomically: YES];
}
[win close];
// need to reload the software list data.
});
}];
[task launch];
}
@end
+223
View File
@@ -0,0 +1,223 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="BookmarkWindowController">
<connections>
<outlet property="arrayController" destination="7gA-MI-adT" id="XJ0-qj-ho5"/>
<outlet property="bookmarkManager" destination="Ryd-Nr-sPf" id="LM4-IP-ehb"/>
<outlet property="tableView" destination="mkQ-pQ-kXu" id="jqC-GF-vrE"/>
<outlet property="window" destination="QvC-M9-y7g" id="ovK-qY-XrZ"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="Bookmarks" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" animationBehavior="default" id="QvC-M9-y7g">
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="196" y="240" width="400" height="450"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
<view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ">
<rect key="frame" x="0.0" y="0.0" width="400" height="450"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cgh-jG-i97">
<rect key="frame" x="-1" y="-1" width="402" height="452"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" id="xDr-v4-sVR">
<rect key="frame" x="1" y="1" width="400" height="450"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="firstColumnOnly" columnReordering="NO" columnSelection="YES" columnResizing="NO" multipleSelection="NO" autosaveColumns="NO" rowSizeStyle="automatic" headerView="hmS-CB-Huq" viewBased="YES" id="mkQ-pQ-kXu">
<rect key="frame" x="0.0" y="0.0" width="400" height="425"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn width="232" minWidth="40" maxWidth="1000" id="U9x-dw-Kd3">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Name">
<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="jIY-mU-1gw">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="caseInsensitiveCompare:" sortKey="name"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="R8h-Wj-cHA">
<rect key="frame" x="1" y="1" width="237" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="cIh-ya-lB0">
<rect key="frame" x="0.0" y="0.0" width="237" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" title="Table View Cell" id="a7b-vf-Kzd">
<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="R8h-Wj-cHA" name="value" keyPath="objectValue.name" id="UWc-85-Ghw">
<dictionary key="options">
<bool key="NSValidatesImmediately" value="YES"/>
</dictionary>
</binding>
</connections>
</textField>
</subviews>
<connections>
<outlet property="textField" destination="cIh-ya-lB0" id="DMK-Kc-RpK"/>
</connections>
</tableCellView>
</prototypeCellViews>
</tableColumn>
<tableColumn editable="NO" width="100" minWidth="100" maxWidth="100" id="fvh-YG-X9R">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Machine">
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="waa-dh-M0V">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="machine"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="LUd-BZ-Kpw">
<rect key="frame" x="241" y="1" width="100" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4Qd-Zj-XZi">
<rect key="frame" x="0.0" y="0.0" width="100" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="ztJ-V1-N1t">
<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="LUd-BZ-Kpw" name="value" keyPath="objectValue.machine" id="IYK-LP-fHo"/>
</connections>
</textField>
</subviews>
<connections>
<outlet property="textField" destination="4Qd-Zj-XZi" id="u3u-3q-Vc2"/>
</connections>
</tableCellView>
</prototypeCellViews>
</tableColumn>
<tableColumn editable="NO" width="50" minWidth="50" maxWidth="50" id="rmr-1r-2Cb">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Default">
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="zuw-8H-5ck">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="automatic"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="f3C-qX-bVY">
<rect key="frame" x="344" y="1" width="54" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="LzD-ps-EdD">
<rect key="frame" x="19" y="1" width="16" height="16"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="NSStatusAvailable" id="kH7-IH-D1y"/>
<connections>
<binding destination="f3C-qX-bVY" name="hidden" keyPath="objectValue.automatic" id="izX-1f-EU8">
<dictionary key="options">
<string key="NSValueTransformerName">NSNegateBoolean</string>
</dictionary>
</binding>
</connections>
</imageView>
</subviews>
<connections>
<outlet property="imageView" destination="LzD-ps-EdD" id="hef-CI-Ly8"/>
</connections>
</tableCellView>
</prototypeCellViews>
</tableColumn>
</tableColumns>
<connections>
<action trigger="doubleAction" selector="doubleClick:" target="-2" id="VaT-3X-cCf"/>
<binding destination="7gA-MI-adT" name="content" keyPath="arrangedObjects" id="5So-FR-r94"/>
<outlet property="dataSource" destination="-2" id="kso-yU-XdI"/>
<outlet property="delegate" destination="-2" id="Lyf-Wr-8w0"/>
<outlet property="menu" destination="cH2-L7-ScC" id="3MS-Tc-P04"/>
</connections>
</tableView>
</subviews>
</clipView>
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="O1o-6N-F5z">
<rect key="frame" x="-100" y="-100" width="223" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="3n8-lN-RGL">
<rect key="frame" x="224" y="17" width="15" height="102"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<tableHeaderView key="headerView" wantsLayer="YES" id="hmS-CB-Huq">
<rect key="frame" x="0.0" y="0.0" width="400" height="25"/>
<autoresizingMask key="autoresizingMask"/>
</tableHeaderView>
</scrollView>
</subviews>
</view>
<connections>
<outlet property="delegate" destination="-2" id="4OM-KB-CAh"/>
</connections>
<point key="canvasLocation" x="-72" y="91"/>
</window>
<arrayController mode="entity" entityName="Bookmark" automaticallyPreparesContent="YES" preservesSelection="NO" selectsInsertedObjects="NO" avoidsEmptySelection="NO" clearsFilterPredicateOnInsertion="NO" id="7gA-MI-adT">
<connections>
<binding destination="Ryd-Nr-sPf" name="managedObjectContext" keyPath="managedObjectContext" id="hMi-JG-LQC"/>
<binding destination="-2" name="selectionIndexes" keyPath="tableView.selectedRowIndexes" id="dyb-Wv-Duo"/>
<binding destination="-2" name="sortDescriptors" keyPath="tableView.sortDescriptors" previousBinding="dyb-Wv-Duo" id="fkc-Yv-ZLN"/>
</connections>
</arrayController>
<customObject id="Ryd-Nr-sPf" customClass="BookmarkManagerProxy"/>
<menu id="cH2-L7-ScC">
<items>
<menuItem title="Set Default" id="JGR-HC-oCO">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="setDefault:" target="-2" id="QQK-aI-l2p"/>
</connections>
</menuItem>
<menuItem title="Clear Default" id="ulz-3z-Pgl">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="clearDefault:" target="-2" id="mIc-UM-kj0"/>
</connections>
</menuItem>
<menuItem title="Delete" id="B7V-fY-Cbe">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="deleteBookmark:" target="-2" id="zQl-vg-Eg4"/>
</connections>
</menuItem>
</items>
<connections>
<outlet property="delegate" destination="-2" id="raV-YO-2UW"/>
</connections>
<point key="canvasLocation" x="355" y="-28"/>
</menu>
</objects>
<resources>
<image name="NSStatusAvailable" width="16" height="16"/>
</resources>
</document>
+1 -1
View File
@@ -51,6 +51,6 @@ Icon}}
\f1\b0\fs28 \cf0 \
\pard\pardeftab720\qj\partightenfactor0
\cf4 R.C. Steadman, 6-1-\'9221.\
\cf4 R.C. Steadman, 1921-06-01.\
\
U.S. Department of Agriculture Pomological Watercolor Collection. Rare and Special Collections, National Agricultural Library, Beltsville, MD 20705}
+162 -123
View File
@@ -1,139 +1,24 @@
<?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">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15705"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="DiskImagesWindowController">
<connections>
<outlet property="arrayController" destination="vmp-9h-Z5R" id="WYF-Xq-BnN"/>
<outlet property="tableView" destination="J5l-1d-030" id="3hU-ho-1ag"/>
<outlet property="window" destination="R7r-B9-Bw0" id="hDE-Qa-m4g"/>
<outlet property="arrayController" destination="YmL-8S-msS" id="Pva-sz-XFI"/>
<outlet property="tableView" destination="cqO-ig-A9t" id="hbI-ho-WYj"/>
<outlet property="window" destination="AtY-lA-KIp" id="aaq-cR-kq8"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<window title="Recent Disk Images" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" frameAutosaveName="RecentDiskImagesWindow" animationBehavior="default" titlebarAppearsTransparent="YES" id="R7r-B9-Bw0" customClass="NSPanel">
<windowStyleMask key="styleMask" titled="YES" closable="YES"/>
<windowPositionMask key="initialPositionMask" rightStrut="YES"/>
<rect key="contentRect" x="200" y="172" width="300" height="400"/>
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
<view key="contentView" focusRingType="none" id="Kkg-Tp-4m1">
<rect key="frame" x="0.0" y="0.0" width="300" height="400"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<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" 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" 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" 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">
<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="erY-fh-OHK">
<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 id="AJH-gH-E8G">
<rect key="frame" x="1" y="1" width="282" height="22"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="esO-OR-AcY">
<rect key="frame" x="6" y="5" width="196" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" title="Image Name.2mg" id="xgc-u7-sFX">
<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="AJH-gH-E8G" name="value" keyPath="objectValue.path" id="S0h-hl-OPM">
<dictionary key="options">
<string key="NSValueTransformerName">FilePathTransformer</string>
</dictionary>
</binding>
<binding destination="AJH-gH-E8G" name="toolTip" keyPath="objectValue.path" id="gXq-2p-MpM"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" textCompletion="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Wzl-mV-Pmp">
<rect key="frame" x="206" y="3" width="75" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" sendsActionOnEndEditing="YES" alignment="right" title="32MB" id="QYB-us-igD">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="AJH-gH-E8G" name="value" keyPath="objectValue.size" id="omG-8X-flx">
<dictionary key="options">
<string key="NSValueTransformerName">FileSizeTransformer</string>
</dictionary>
</binding>
</connections>
</textField>
</subviews>
<connections>
<outlet property="textField" destination="esO-OR-AcY" id="9mX-Yt-vpg"/>
</connections>
</tableCellView>
</prototypeCellViews>
<connections>
<binding destination="vmp-9h-Z5R" name="value" keyPath="arrangedObjects.selection" id="32X-Ez-K7S"/>
</connections>
</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"/>
<outlet property="menu" destination="bCS-1z-UOZ" id="UCb-2v-WrM"/>
</connections>
</tableView>
</subviews>
<color key="backgroundColor" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="ynD-Kb-eb3">
<rect key="frame" x="-100" y="-100" width="223" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="Dbq-yF-MKx" customClass="TransparentScroller">
<rect key="frame" x="224" y="17" width="15" height="102"/>
<autoresizingMask key="autoresizingMask"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="color" keyPath="backgroundColor">
<color key="value" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
</userDefinedRuntimeAttribute>
</userDefinedRuntimeAttributes>
</scroller>
</scrollView>
</subviews>
</view>
<customObject id="stE-9g-lJ2" customClass="BookmarkManagerProxy"/>
<arrayController mode="entity" entityName="DiskImage" automaticallyPreparesContent="YES" avoidsEmptySelection="NO" automaticallyRearrangesObjects="YES" id="YmL-8S-msS">
<connections>
<outlet property="delegate" destination="-2" id="1Hn-2t-Vzj"/>
</connections>
<point key="canvasLocation" x="-188" y="143"/>
</window>
<arrayController id="vmp-9h-Z5R">
<connections>
<binding destination="-2" name="contentArray" keyPath="self.content" id="UTv-za-ry7"/>
<binding destination="stE-9g-lJ2" name="managedObjectContext" keyPath="managedObjectContext" id="GyD-kH-DBa"/>
</connections>
</arrayController>
<menu id="bCS-1z-UOZ">
@@ -156,5 +41,159 @@
</connections>
<point key="canvasLocation" x="-667" y="170"/>
</menu>
<window title="Recent Disk Images" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" frameAutosaveName="RecentDiskImagesWindow" animationBehavior="default" id="AtY-lA-KIp">
<windowStyleMask key="styleMask" titled="YES" closable="YES"/>
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
<rect key="contentRect" x="283" y="305" width="408" height="270"/>
<rect key="screenRect" x="0.0" y="0.0" width="1920" height="1055"/>
<view key="contentView" id="zHI-2R-bOe">
<rect key="frame" x="0.0" y="0.0" width="408" height="270"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<scrollView fixedFrame="YES" autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="a3G-Wf-K8I">
<rect key="frame" x="-1" y="-1" width="410" height="272"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<clipView key="contentView" id="SFr-s6-6di">
<rect key="frame" x="1" y="1" width="408" height="270"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" rowSizeStyle="automatic" headerView="iwP-JL-O3g" viewBased="YES" id="cqO-ig-A9t">
<rect key="frame" x="0.0" y="0.0" width="408" height="245"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<size key="intercellSpacing" width="3" height="2"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn width="300" minWidth="40" maxWidth="1000" id="k9E-Si-iTY">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Name">
<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="trJ-af-d0b">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="caseInsensitiveCompare:" sortKey="name"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="2Ic-UI-Je3">
<rect key="frame" x="1" y="1" width="305" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="gkM-KB-x76">
<rect key="frame" x="0.0" y="0.0" width="305" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="PitchDark.2mg" id="Wcg-zo-CeN">
<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="2Ic-UI-Je3" name="value" keyPath="objectValue.name" id="FAu-HR-0jF"/>
<binding destination="2Ic-UI-Je3" name="toolTip" keyPath="objectValue.path" id="0MM-sv-mET"/>
</connections>
</textField>
</subviews>
<connections>
<outlet property="textField" destination="gkM-KB-x76" id="tpG-TS-sXI"/>
</connections>
</tableCellView>
</prototypeCellViews>
</tableColumn>
<tableColumn width="93" minWidth="40" maxWidth="1000" id="0aJ-xJ-YSS">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Size">
<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="jRd-9Y-U6W">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="size"/>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="UW9-AF-U9F">
<rect key="frame" x="309" y="1" width="97" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="6Ry-Zn-euh">
<rect key="frame" x="0.0" y="0.0" width="97" height="17"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="32 MB" id="fXp-OZ-Qcu">
<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="UW9-AF-U9F" name="value" keyPath="objectValue.size" id="Hca-7L-QN7">
<dictionary key="options">
<string key="NSValueTransformerName">FileSizeTransformer</string>
</dictionary>
</binding>
</connections>
</textField>
</subviews>
<connections>
<outlet property="textField" destination="6Ry-Zn-euh" id="vUm-0h-5qV"/>
</connections>
</tableCellView>
</prototypeCellViews>
</tableColumn>
</tableColumns>
<connections>
<action trigger="doubleAction" selector="doubleClick:" target="-2" id="wdp-Ek-Olo"/>
<binding destination="YmL-8S-msS" name="content" keyPath="arrangedObjects" id="v56-YR-Qve"/>
<binding destination="YmL-8S-msS" name="sortDescriptors" keyPath="sortDescriptors" previousBinding="v56-YR-Qve" id="BGa-9c-RdD"/>
<outlet property="dataSource" destination="-2" id="gCn-sa-fuX"/>
<outlet property="delegate" destination="-2" id="VHT-aS-4iS"/>
<outlet property="menu" destination="bCS-1z-UOZ" id="a2u-hd-hPS"/>
</connections>
</tableView>
</subviews>
</clipView>
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="Z7O-AK-X5q">
<rect key="frame" x="1" y="119" width="223" height="15"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" doubleValue="1" horizontal="NO" id="OLa-ra-vIN">
<rect key="frame" x="224" y="17" width="15" height="102"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<tableHeaderView key="headerView" id="iwP-JL-O3g">
<rect key="frame" x="0.0" y="0.0" width="408" height="25"/>
<autoresizingMask key="autoresizingMask"/>
</tableHeaderView>
</scrollView>
</subviews>
</view>
<toolbar key="toolbar" implicitIdentifier="D9701924-6955-47B8-A2FF-DBD466AAEB92" autosavesConfiguration="NO" allowsUserCustomization="NO" displayMode="iconOnly" sizeMode="regular" id="Gp6-Kl-lr2">
<allowedToolbarItems>
<toolbarItem implicitItemIdentifier="NSToolbarFlexibleSpaceItem" id="lBE-ee-rCy"/>
<toolbarItem implicitItemIdentifier="C346E56F-4480-4D8A-8485-33A3A51D7B78" label="" paletteLabel="Filter" sizingBehavior="auto" id="DsU-uu-UmZ">
<nil key="toolTip"/>
<searchField key="view" wantsLayer="YES" verticalHuggingPriority="750" textCompletion="NO" id="qHV-IA-ysc">
<rect key="frame" x="0.0" y="14" width="96" height="22"/>
<autoresizingMask key="autoresizingMask"/>
<searchFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" continuous="YES" borderStyle="bezel" placeholderString="Filter" usesSingleLineMode="YES" bezelStyle="round" id="BWo-eC-ahz">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</searchFieldCell>
<connections>
<action selector="filter:" target="-2" id="KhW-DS-b8s"/>
</connections>
</searchField>
</toolbarItem>
</allowedToolbarItems>
<defaultToolbarItems>
<toolbarItem reference="lBE-ee-rCy"/>
<toolbarItem reference="lBE-ee-rCy"/>
<toolbarItem reference="DsU-uu-UmZ"/>
</defaultToolbarItems>
</toolbar>
<point key="canvasLocation" x="-196" y="513"/>
</window>
</objects>
</document>
+7
View File
@@ -78,6 +78,7 @@
</dictionary>
</binding>
<binding destination="onK-6l-2iV" name="textColor" keyPath="objectValue.titleColor" id="0Qx-rz-DEZ"/>
<binding destination="onK-6l-2iV" name="toolTip" keyPath="objectValue.value" id="rUb-Jb-KbT"/>
</connections>
</textField>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hfu-hP-QAH">
@@ -297,6 +298,12 @@
<action selector="showInFinder:" target="-2" id="ltL-yL-7EP"/>
</connections>
</menuItem>
<menuItem title="Move to Trash" id="x1Q-OF-5hM">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="moveToTrash:" target="-2" id="swr-yf-hA2"/>
</connections>
</menuItem>
<menuItem title="Download" tag="2" id="ree-Zg-jYB">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
+22 -1
View File
@@ -9,6 +9,7 @@
<customObject id="-2" userLabel="File's Owner" customClass="LaunchWindowController">
<connections>
<outlet property="addBookmarkWindow" destination="yIt-hP-HBq" id="Qhx-WV-cg4"/>
<outlet property="bookmarkErrorField" destination="RiJ-Xw-sgW" id="6y5-Fo-AnM"/>
<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="FSD-3v-Wni" id="tXv-zJ-QO3"/>
@@ -570,9 +571,29 @@ Gw
</binding>
</connections>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="RiJ-Xw-sgW">
<rect key="frame" x="20" y="20" width="248" height="16"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Label" id="Ehz-4Z-Tjq">
<font key="font" metaFont="system"/>
<color key="textColor" name="systemRedColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EFq-dZ-y90">
<rect key="frame" x="378" y="79" width="66" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Default" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="cOs-WH-9Dr">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<binding destination="-2" name="value" keyPath="bookmarkDefault" id="Oiv-hR-5fn"/>
</connections>
</button>
</subviews>
</view>
<point key="canvasLocation" x="130" y="70"/>
<point key="canvasLocation" x="-62" y="95"/>
</window>
<viewController nibName="MachineView" id="FSD-3v-Wni" customClass="NewMachineViewController"/>
<menu id="Aa5-Sk-gZX">
+25 -9
View File
@@ -13,17 +13,18 @@
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
<customObject id="rSq-qV-SGy" customClass="BookmarkManager">
<connections>
<outlet property="menu" destination="ha0-nx-PIl" id="Ozd-ID-egK"/>
<outlet property="updateMenuItem" destination="30b-vT-HIa" id="AgZ-LE-no6"/>
</connections>
</customObject>
<customObject id="Voe-Tx-rLC" customClass="AppDelegate">
<connections>
<outlet property="installWindow" destination="jWX-pY-Zpb" id="xAj-Vj-Vxn"/>
</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>
@@ -44,6 +45,9 @@
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="VOq-y0-SEH"/>
<menuItem title="Reinstall MAME components" hidden="YES" id="c3P-WT-eUP">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
<menuItem title="Preferences…" keyEquivalent="," id="BOF-NM-1cW">
<connections>
<action selector="displayPreferences:" target="Voe-Tx-rLC" id="Hsm-pX-sUc"/>
@@ -405,28 +409,39 @@
<modifierMask key="keyEquivalentModifierMask"/>
<menu key="submenu" title="Bookmarks" id="ha0-nx-PIl">
<items>
<menuItem title="Manage Bookmarks…" keyEquivalent="b" id="isI-q6-b1V">
<modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/>
<connections>
<action selector="manageBookmarks:" target="-1" id="vOm-90-AoO"/>
</connections>
</menuItem>
<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 title="Update Bookmark" keyEquivalent="D" id="30b-vT-HIa">
<connections>
<action selector="updateBookmark:" target="-1" id="Au0-Sp-cUD"/>
</connections>
</menuItem>
<menuItem title="Set Default" id="vbR-vS-lqO">
<menuItem title="Set Default" hidden="YES" 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">
<menuItem title="Default" hidden="YES" id="mXC-Lp-gem">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="defaultLoad:" target="-1" id="ErS-k6-azP"/>
</connections>
</menuItem>
</items>
<connections>
<outlet property="delegate" destination="rSq-qV-SGy" id="Z7N-CG-hU1"/>
</connections>
</menu>
</menuItem>
<menuItem title="Window" id="aUF-d1-5bR">
@@ -532,5 +547,6 @@
</view>
<point key="canvasLocation" x="13" y="-182"/>
</window>
<userDefaultsController representsSharedInstance="YES" id="uGS-pc-Wsn"/>
</objects>
</document>
+14
View File
@@ -0,0 +1,14 @@
//
// Bookmark.h
// Ample
//
// Created by Kelvin Sherlock on 2/7/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
#ifndef Bookmark_h
#define Bookmark_h
#import "Bookmark+CoreDataClass.h"
#endif /* Bookmark_h */
+17 -6
View File
@@ -7,28 +7,39 @@
//
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
@class NSMenu;
@class NSMenuItem;
@class Bookmark;
@class DiskImage;
NS_ASSUME_NONNULL_BEGIN
@interface BookmarkManager : NSObject
@property (weak) IBOutlet NSMenu *menu;
@property (weak) IBOutlet NSMenuItem *updateMenuItem;
@property (readonly) NSManagedObjectContext *managedObjectContext;
@property (nullable) Bookmark *currentBookmark;
+(instancetype)sharedManager;
-(void)loadBookmarks;
-(void)updateMenu;
-(NSString *)uniqueBookmarkName: (NSString *)name;
-(BOOL)validateName: (NSString *)name;
-(NSError *)saveBookmark: (NSDictionary *)bookmark name: (NSString *)name automatic: (BOOL)automatic;
-(BOOL)saveBookmark: (NSDictionary *)bookmark name: (NSString *)name;
-(NSDictionary *)loadBookmarkFromURL: (NSURL *)url;
//-(NSError *)saveDefault: (NSDictionary *)bookmark;
-(BOOL)saveDefault: (NSDictionary *)bookmark;
-(Bookmark *)defaultBookmark;
-(NSDictionary *)loadDefault;
-(NSError *)setAutomatic: (Bookmark *)bookmark;
-(BOOL)addDiskImage: (NSObject *)pathOrURL;
//-(void)convertLegacyBookmarks;
@end
NS_ASSUME_NONNULL_END
+556 -119
View File
@@ -9,19 +9,43 @@
#import "BookmarkManager.h"
#import "Ample.h"
#import "Bookmark.h"
#import "DiskImage.h"
#import "Menu.h"
@interface BookmarkManager () {
NSArray<NSURL *> *_urls;
NSPersistentStoreCoordinator *_psc;
NSManagedObjectContext *_moc;
NSManagedObjectModel *_mom;
NSPersistentStore *_store;
NSFetchRequest *_defaultRequest;
NSURL *_bookmarkDirectory;
NSArrayController *_items;
NSUInteger _newMenuGeneration;
NSUInteger _currentMenuGeneration;
Bookmark *_currentBookmark;
}
@end
@interface BookmarkManager (MenuDelegate) <NSMenuDelegate>
@end
@implementation BookmarkManager
static BookmarkManager *singleton = nil;
-(void)awakeFromNib {
if (!singleton) singleton = self;
if (!singleton) {
singleton = self;
if (!_items) [self initMenus];
}
}
+(instancetype)sharedManager {
@@ -31,7 +55,171 @@ static BookmarkManager *singleton = nil;
-(instancetype)init {
if (singleton) return singleton;
return [super init];
if ((self = [super init])) {
[self initCoreData];
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
[nc addObserver: self selector: @selector(willTerminate:) name: NSApplicationWillTerminateNotification object: nil];
[nc addObserver: self selector: @selector(diskImageAdded:) name: kNotificationDiskImageAdded object: nil];
_newMenuGeneration = 1;
_currentMenuGeneration = 0;
}
//singleton = self;
return self;
}
-(NSManagedObjectContext *)managedObjectContext {
return _moc;
}
-(void)initCoreData {
NSError *error;
BOOL new = NO;
NSBundle *bundle = [NSBundle mainBundle];
NSURL *url = [bundle URLForResource: @"Ample" withExtension: @"momd"];
_mom = [[NSManagedObjectModel alloc] initWithContentsOfURL: url];
_psc = [[NSPersistentStoreCoordinator alloc] initWithManagedObjectModel: _mom];
_moc = [[NSManagedObjectContext alloc] initWithConcurrencyType: NSMainQueueConcurrencyType];
[_moc setPersistentStoreCoordinator: _psc];
//[_moc setMergePolicy: [NSMergePolicy rollbackMergePolicy]];
url = SupportDirectory();
#if 0
url = [url URLByAppendingPathComponent: @"Ample.db"];
if (![url checkResourceIsReachableAndReturnError: &error])
new = YES;
_store = [_psc addPersistentStoreWithType: NSSQLiteStoreType
configuration: nil
URL: url
options: nil
error: &error];
#else
url = [url URLByAppendingPathComponent: @"Ample.xml"];
if (![url checkResourceIsReachableAndReturnError: &error])
new = YES;
_store = [_psc addPersistentStoreWithType: NSXMLStoreType
configuration: nil
URL: url
options: nil
error: &error];
#endif
_defaultRequest = [Bookmark fetchRequest];
[_defaultRequest setPredicate: [NSPredicate predicateWithFormat: @"automatic == TRUE"]];
if (new) {
[self convertLegacyBookmarks];
[self convertLegacyDiskImages];
}
}
-(void)willTerminate: (NSNotification *)notification {
NSError *error;
if (![_moc save: &error]) {
NSLog(@"%@", error);
}
}
-(void)convertLegacyBookmarks {
//NSEntityDescription *e;
//e = [NSEntityDescription entityForName: @"Bookmark" inManagedObjectContext: moc];
NSURL *url = [self bookmarkDirectory];
NSFileManager *fm = [NSFileManager defaultManager];
NSError *error = nil;
NSArray *files = [fm contentsOfDirectoryAtURL: url
includingPropertiesForKeys: nil
options: NSDirectoryEnumerationSkipsHiddenFiles
error: &error];
NSDate *now = [NSDate date];
for (NSURL *url in files) {
NSDictionary *dict = [NSDictionary dictionaryWithContentsOfURL: url];
//NSData *data = [NSPropertyListSerialization dataWithPropertyList: dict format: NSPropertyListBinaryFormat_v1_0 options: 0 error: &error];
Bookmark *b = (Bookmark *)[NSEntityDescription insertNewObjectForEntityForName: @"Bookmark" inManagedObjectContext: _moc];
[b setName: [url lastPathComponent]];
[b setDictionary: dict];
//[b setData: data];
[b setMachine: [dict objectForKey: @"machine"]];
[b setCreated: now];
}
// default...
url = [url URLByAppendingPathComponent: @".Default"];
NSDictionary *dict = [NSDictionary dictionaryWithContentsOfURL: url];
if (dict) {
//NSData *data = [NSPropertyListSerialization dataWithPropertyList: dict format: NSPropertyListBinaryFormat_v1_0 options: 0 error: &error];
NSString *name = [self uniqueBookmarkName: @"Default"];
Bookmark *b = (Bookmark *)[NSEntityDescription insertNewObjectForEntityForName: @"Bookmark" inManagedObjectContext: _moc];
[b setName: name];
[b setAutomatic: YES];
[b setDictionary: dict];
//[b setData: data];
[b setMachine: [dict objectForKey: @"machine"]];
[b setCreated: now];
}
if (![_moc save: &error]) {
NSLog(@"%@", error);
}
}
-(void)convertLegacyDiskImages {
NSError *error;
NSURL *sd = SupportDirectory();
NSURL *url = [sd URLByAppendingPathComponent: @"RecentDiskImages.plist"];
NSArray *array = [NSArray arrayWithContentsOfURL: url];
if (!array) return;
for (NSDictionary *d in array) {
NSManagedObject *o = [NSEntityDescription insertNewObjectForEntityForName: @"DiskImage" inManagedObjectContext: _moc];
[o setValue: [d objectForKey: @"date"] forKey: @"added"];
[o setValue: [d objectForKey: @"date"] forKey: @"accessed"];
[o setValue: [d objectForKey: @"path"] forKey: @"path"];
[o setValue: [d objectForKey: @"size"] forKey: @"size"];
}
if (![_moc save: &error]) {
NSLog(@"%@", error);
}
}
-(NSURL *)bookmarkDirectory {
@@ -48,45 +236,61 @@ static BookmarkManager *singleton = nil;
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;
-(Bookmark *)defaultBookmark {
NSFetchRequest *req;
NSError *error;
NSArray *array;
req = [Bookmark fetchRequest];
[req setPredicate: [NSPredicate predicateWithFormat: @"automatic == TRUE"]];
array = [_moc executeFetchRequest: req error: &error];
return [array firstObject];
}
-(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;
Bookmark *b = [self defaultBookmark];
return [b dictionary];
}
/* save as .Default */
-(BOOL)saveDefault: (NSDictionary *)bookmark {
-(NSError *)saveDefault: (NSDictionary *)bookmark {
return nil;
#if 0
/* check if it already exists */
NSFetchRequest *req;
NSError *error;
NSArray *array;
Bookmark *b;
NSDate *now = [NSDate date];
BOOL ok;
req = [[NSFetchRequest alloc] initWithEntityName: @"Default"];
array = [_moc executeFetchRequest: req error: &error];
b = [array firstObject];
if (b) {
[b setModified: now];
} else {
b = (Bookmark *)[NSEntityDescription insertNewObjectForEntityForName: @"Default" inManagedObjectContext: _moc];
[b setName: @"Default"];
[b setCreated: now];
}
[b setDictionary: bookmark];
[b setMachine: [bookmark objectForKey: @"machine"]];
ok = [_moc save: &error];
if (!ok) NSLog(@"%@", error);
return error;
#if 0
NSURL *url = [self bookmarkDirectory];
url = [url URLByAppendingPathComponent: @".Default"];
@@ -99,116 +303,349 @@ static BookmarkManager *singleton = nil;
ok = [bookmark writeToURL: url atomically: YES];
}
return ok;
#endif
#endif
}
-(BOOL)saveBookmark: (NSDictionary *)bookmark name: (NSString *)name {
-(NSError *)setAutomatic: (Bookmark *)bookmark {
NSError *error = nil;
NSFetchRequest *req = [Bookmark fetchRequest];
[req setPredicate: [NSPredicate predicateWithFormat: @"automatic == TRUE"]];
NSArray *array = [_moc executeFetchRequest: req error: &error];
for (Bookmark *b in array) {
if (b != bookmark) [b setAutomatic: NO];
}
[bookmark setAutomatic: YES];
if (error) return error;
[_moc save: &error];
return error;
}
-(NSError *)saveBookmark: (NSDictionary *)bookmark name: (NSString *)name automatic: (BOOL)automatic {
NSDate *now = [NSDate date];
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];
BOOL ok;
Bookmark *b = (Bookmark *)[NSEntityDescription insertNewObjectForEntityForName: @"Bookmark" inManagedObjectContext: _moc];
[b setName: name];
[b setDictionary: bookmark];
[b setMachine: [bookmark objectForKey: @"machine"]];
[b setCreated: now];
[b setAutomatic: automatic];
ok = [b validateForInsert: &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;
}
}
// will be useful, eg "name is too long"
// keys: NSValidationErrorObject, NSLocalizedDescription, NSValidationErrorKey, NSValidationErrorValue
//NSLog(@"%@", error);
[_moc deleteObject: b];
return error;
}
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];
ok = [_moc save: &error];
if (!ok) {
//NSLog(@"%@", error);
[_moc deleteObject: b];
error = [NSError errorWithDomain: @"Ample" code: 0 userInfo: @{ NSLocalizedDescriptionKey: @"Duplicate name" }];
return error;
}
return YES;
if (automatic) {
[self setAutomatic: b];
}
return nil;
}
-(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;
NSSortDescriptor *s = [NSSortDescriptor sortDescriptorWithKey: @"name" ascending: YES selector: @selector(caseInsensitiveCompare:)];
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;
_items = [NSArrayController new];
[_items setManagedObjectContext: _moc];
[_items setAvoidsEmptySelection: NO];
[_items setAutomaticallyPreparesContent: YES];
[_items setAutomaticallyRearrangesObjects: YES];
[_items setEntityName: @"Bookmark"];
[_items setSortDescriptors: @[ s ]];
[_items fetch: nil];
}
-(void)updateMenu {
/* extract the number from a trailing " (%d)" */
static int extract_number(NSString *s, NSInteger offset) {
NSArray *menus = [_menu itemArray];
unichar buffer[32];
NSInteger len = [s length] - offset;
unichar c;
int i;
int n = 0;
if (len < 4) return -1; /* " (1)"*/
if (len > 8) return -1; /* " (99999)" */
NSRange r = NSMakeRange(offset, len);
[s getCharacters: buffer range: r];
buffer[len] = 0;
i = 0;
if (buffer[i++] != ' ') return -1;
if (buffer[i++] != '(') return -1;
c = buffer[i++];
if (c < '1' || c > '9') return -1;
n = c - '0';
for (;;) {
c = buffer[i];
if (c < '0' || c > '9') break;
n = n * 10 + (c - '0');
++i;
}
if (buffer[i++] != ')') return -1;
if (buffer[i++] != 0) return -1;
return n;
}
-(NSString *)uniqueBookmarkName: (NSString *)name {
NSInteger length = [name length];
NSError *error = nil;
NSPredicate *p = [NSPredicate predicateWithFormat: @"name BEGINSWITH %@", name];
NSFetchRequest *req = [NSFetchRequest fetchRequestWithEntityName: @"Bookmark"];
[req setPredicate: p];
NSArray *array = [_moc executeFetchRequest: req error: &error];
if (![array count]) return name;
uint64_t bits = 1; /* mark 0 as unavailable */
NSInteger max = 0;
BOOL exact = NO;
for (Bookmark *b in array) {
NSString *s = [b name];
if ([name isEqualToString: s]) {
exact = YES;
continue;
}
int n = extract_number(s, length);
if (n < 1) continue;
if (n > max) max = n;
if (n < 64)
bits |= (1 << n);
}
if (!exact) return name;
if (bits == (uint64_t)-1) {
return [name stringByAppendingFormat: @" (%u)", (int)(max + 1)];
}
#if 1
int ix = 0;
while (bits & 0x01) {
++ix;
bits >>= 1;
}
#else
// this doesn't work correctly.
int ix = __builtin_ffsll(~bits);
#endif
return [name stringByAppendingFormat: @" (%u)", ix];
}
-(BOOL)addDiskImage: (NSObject *)pathOrURL {
NSError *error;
NSString *path = nil;
NSURL *url = nil;
if ([pathOrURL isKindOfClass: [NSString class]]) {
path = (NSString *)pathOrURL;
} else if ([pathOrURL isKindOfClass: [NSURL class]]){
url = (NSURL *)pathOrURL;
path = [NSString stringWithCString: [url fileSystemRepresentation] encoding: NSUTF8StringEncoding];
}
if (!path) return NO;
NSFileManager *fm = [NSFileManager defaultManager];
NSDictionary *attr = [fm attributesOfItemAtPath: path error: &error];
if (error) {
NSLog(@"%@ : %@", path, error);
return NO;
}
NSNumber *size = [attr objectForKey: NSFileSize];
NSDate *now = [NSDate date];
NSPredicate *p = [NSPredicate predicateWithFormat: @"path = %@", path];
NSFetchRequest *req = [NSFetchRequest fetchRequestWithEntityName: @"DiskImage"];
[req setPredicate: p];
NSArray *array = [_moc executeFetchRequest: req error: &error];
BOOL found = 0;
for (NSManagedObject *o in array) {
found = YES;
[o setValue: now forKey: @"accessed"];
}
if (found) return NO;
DiskImage *o = [NSEntityDescription insertNewObjectForEntityForName: @"DiskImage" inManagedObjectContext: _moc];
[o setPath: path];
[o setAdded: now];
[o setAccessed: now];
[o setSize: [size longLongValue]];
[o updatePath];
if (![_moc save: &error]) {
NSLog(@"%@", error);
[_moc deleteObject: o];
}
return YES;
}
-(void)diskImageAdded: (NSNotification *)notification {
NSURL *url = [notification object];
if (url) [self addDiskImage: url];
}
static NSString *kMenuContext = @"";
-(void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary<NSKeyValueChangeKey,id> *)change context:(void *)context {
if (context == (__bridge void * _Nullable)(kMenuContext)) {
//NSLog(@"observeValueForKeyPath %@", keyPath);
_newMenuGeneration++;
return;
}
[super observeValueForKeyPath: keyPath ofObject: object change: change context: context];
}
-(void)initMenus {
if (!_items) {
[self loadBookmarks];
[_items addObserver: self forKeyPath: @"arrangedObjects.name" options: 0 context: (__bridge void * _Nullable)(kMenuContext)];
[_items addObserver: self forKeyPath: @"arrangedObjects.automatic" options: 0 context: (__bridge void * _Nullable)(kMenuContext)];
}
}
-(IBAction)bookmarkMenu:(id)sender
{
}
-(Bookmark *)currentBookmark {
return _currentBookmark;
}
-(void)setCurrentBookmark:(Bookmark *)currentBookmark {
if (currentBookmark == _currentBookmark) return;
_currentBookmark = currentBookmark;
_newMenuGeneration++;
}
-(void)menuNeedsUpdate:(NSMenu *)menu {
if (_currentMenuGeneration == _newMenuGeneration) return;
_currentMenuGeneration = _newMenuGeneration;
if (_currentBookmark && _updateMenuItem) {
NSString *title = [NSString stringWithFormat: @"Update “%@”", [_currentBookmark name]];
[_updateMenuItem setHidden: NO];
[_updateMenuItem setTitle: title];
[_updateMenuItem setRepresentedObject: _currentBookmark];
} else {
[_updateMenuItem setHidden: YES];
[_updateMenuItem setRepresentedObject: nil];
}
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];
NSArray *array = [_items arrangedObjects];
for (Bookmark *b in array) {
NSString *title = [b name];
NSMenuItem *item = [menu addItemWithTitle: title action: @selector(bookmarkMenu:) keyEquivalent: @""];
[item setRepresentedObject: b];
[item setTag: 0xdeadbeef];
if ([b automatic]) {
[item setOnStateImage: [NSImage imageNamed: NSImageNameStatusAvailable]];
[item setState: NSOnState];
}
//if ([b automatic]) [item setAttributedTitle: ItalicMenuString([b name])];
//[item setState: [b automatic] ? NSMixedState : NSOffState];
}
}
@end
/* MacOS 12.1+ doesn't like class clusters in nibs -
[General] This coder is expecting the replaced object 0x600000938f60 to be returned from
NSClassSwapper.initWithCoder instead of <BookmarkManager: 0x600000905da0>
*/
@interface BookmarkManagerProxy : NSProxy {
BookmarkManager *_target;
}
@end
@implementation BookmarkManagerProxy
-(id)init {
_target = [BookmarkManager sharedManager];
return self;
}
-(NSMethodSignature *)methodSignatureForSelector:(SEL)sel {
return [_target methodSignatureForSelector: sel];
}
+(BOOL)respondsToSelector:(SEL)aSelector {
return [BookmarkManager respondsToSelector: aSelector];
}
-(void)forwardInvocation:(NSInvocation *)invocation {
if ([_target respondsToSelector: [invocation selector]]) {
[invocation invokeWithTarget: _target];
} else {
[super forwardInvocation: invocation];
}
}
@end
+19
View File
@@ -0,0 +1,19 @@
//
// BookmarkWindowController.h
// Ample
//
// Created by Kelvin Sherlock on 2/6/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
#import <Cocoa/Cocoa.h>
NS_ASSUME_NONNULL_BEGIN
@interface BookmarkWindowController : NSWindowController
+(instancetype)sharedInstance;
@end
NS_ASSUME_NONNULL_END
+170
View File
@@ -0,0 +1,170 @@
//
// BookmarkWindowController.m
// Ample
//
// Created by Kelvin Sherlock on 2/6/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
#import "BookmarkWindowController.h"
#import "BookmarkManager.h"
#import "Bookmark.h"
#import "Ample.h"
@interface BookmarkWindowController ()
@property (strong) IBOutlet NSArrayController *arrayController;
@property (strong) IBOutlet BookmarkManager *bookmarkManager;
@property (weak) IBOutlet NSTableView *tableView;
@end
@implementation BookmarkWindowController
+(instancetype)sharedInstance {
static BookmarkWindowController *me = nil;
if (!me) {
me = [self new];
}
return me;
}
-(NSString *)windowNibName {
return @"BookmarkWindow";
}
- (void)windowDidLoad {
[super windowDidLoad];
NSSortDescriptor *s = [NSSortDescriptor sortDescriptorWithKey: @"name" ascending: YES selector: @selector(caseInsensitiveCompare:)];
[_arrayController setSortDescriptors: @[s]];
}
-(BOOL)windowShouldClose: (NSWindow *)sender {
NSManagedObjectContext *moc = [_arrayController managedObjectContext];
NSError *error;
if (![_arrayController commitEditing]) return NO;
if ([moc save: &error]) return YES;
NSLog(@"%@", error);
#if 0
NSDictionary *dict = [error userInfo];
NSArray *array = [dict objectForKey: @"conflictList"];
for (NSConstraintConflict *c in array) {
NSArray * arr = [c conflictingObjects];
for (NSManagedObject *o in arr) {
}
}
#endif
return YES;
//[self presentError: error];
//return NO;
}
-(void)keyDown:(NSEvent *)event {
/* Carbon/Events.h */
enum {
kVK_Delete = 0x33,
kVK_ForwardDelete = 0x75,
};
unsigned short keyCode = [event keyCode];
if (keyCode == kVK_Delete || keyCode == kVK_ForwardDelete) {
// arraycontroller selected object / selected index doesn't work right.
NSInteger row = [_tableView selectedRow];
if (row >= 0)
[_arrayController removeObjectAtArrangedObjectIndex: row];
}
}
-(Bookmark *)clickedItem {
NSArray *array = [_arrayController arrangedObjects];
NSInteger row = [_tableView clickedRow];
if (row < 0 || row >= [array count]) return nil;
return [array objectAtIndex: row];
}
-(IBAction)doubleClick:(id)sender {
Bookmark *b = [self clickedItem];
if (!b) return;
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
[nc postNotificationName: kNotificationBookmarkMagicRoute object: b];
}
-(IBAction)toggleDefault:(id)sender {
NSLog(@"%@", sender);
}
-(IBAction)setDefault:(id)sender {
Bookmark *b = [self clickedItem];
if (!b) return;
[_bookmarkManager setAutomatic: b];
}
-(IBAction)clearDefault:(id)sender {
Bookmark *b = [self clickedItem];
if (!b) return;
[b setAutomatic: NO];
}
-(IBAction)deleteBookmark:(id)sender {
//Bookmark *b = [self clickedItem];
//if (!b) return;
NSInteger row = [_tableView clickedRow];
if (row >= 0)
[_arrayController removeObjectAtArrangedObjectIndex: row];
}
@end
@implementation BookmarkWindowController (Menu)
-(BOOL)validateMenuItem:(NSMenuItem *)menuItem {
Bookmark *b = [self clickedItem];
if (!b) return NO;
SEL action = [menuItem action];
if (action == @selector(clearDefault:)) {
return [b automatic];
}
if (action == @selector(setDefault:)) {
return ![b automatic];
}
return YES;
}
@end
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<model type="com.apple.IDECoreDataModeler.DataModel" documentVersion="1.0" lastSavedToolsVersion="15702" systemVersion="18G9323" minimumToolsVersion="Automatic" sourceLanguage="Objective-C" userDefinedModelVersionIdentifier="0">
<entity name="Bookmark" representedClassName="Bookmark" syncable="YES">
<attribute name="automatic" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
<attribute name="comment" optional="YES" attributeType="String"/>
<attribute name="created" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="data" attributeType="Binary"/>
<attribute name="machine" optional="YES" attributeType="String"/>
<attribute name="modified" optional="YES" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="name" attributeType="String" minValueString="1" maxValueString="32"/>
<fetchIndex name="Bookmark_name">
<fetchIndexElement property="name" type="Binary" order="ascending"/>
</fetchIndex>
</entity>
<entity name="DiskImage" representedClassName="DiskImage" syncable="YES">
<attribute name="accessed" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="added" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="name" optional="YES" transient="YES" attributeType="String"/>
<attribute name="path" attributeType="String"/>
<attribute name="size" attributeType="Integer 64" defaultValueString="0" usesScalarValueType="YES"/>
<fetchIndex name="DiskImage_path">
<fetchIndexElement property="path" type="Binary" order="ascending"/>
</fetchIndex>
</entity>
<elements>
<element name="Bookmark" positionX="994.5546875" positionY="-404.046875" width="128" height="148"/>
<element name="DiskImage" positionX="1242" positionY="-333" width="128" height="118"/>
</elements>
</model>
+25
View File
@@ -0,0 +1,25 @@
//
// Bookmark+CoreDataClass.h
// Ample
//
// Created by Kelvin Sherlock on 2/6/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
//
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
NS_ASSUME_NONNULL_BEGIN
@interface Bookmark : NSManagedObject
@property NSDictionary *dictionary;
+(NSString *)uniqueName: (NSString *)name inContext: (NSManagedObjectContext *)context;
@end
NS_ASSUME_NONNULL_END
#import "Bookmark+CoreDataProperties.h"
+175
View File
@@ -0,0 +1,175 @@
//
// Bookmark+CoreDataClass.m
// Ample
//
// Created by Kelvin Sherlock on 2/6/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
//
#import "Bookmark+CoreDataClass.h"
@implementation Bookmark
/* extract the number from a trailing " (%d)" */
static int extract_number(NSString *s, NSInteger offset) {
unichar buffer[32];
NSInteger len = [s length] - offset;
unichar c;
int i;
int n = 0;
if (len < 4) return -1; /* " (1)"*/
if (len > 6) return -1; /* " (999)" */
NSRange r = NSMakeRange(offset, len);
[s getCharacters: buffer range: r];
buffer[len] = 0;
i = 0;
if (buffer[i++] != ' ') return -1;
if (buffer[i++] != '(') return -1;
c = buffer[i++];
if (c < '1' || c > '9') return -1;
n = c - '0';
for (;;) {
c = buffer[i];
if (c < '0' || c > '9') break;
n = n * 10 + (c - '0');
++i;
}
if (buffer[i++] != ')') return -1;
if (buffer[i++] != 0) return -1;
return n;
}
+(NSString *)uniqueName: (NSString *)name inContext: (NSManagedObjectContext *)context {
NSInteger length = [name length];
NSError *error = nil;
NSPredicate *p = [NSPredicate predicateWithFormat: @"name BEGINSWITH %@", name];
NSFetchRequest *req = [NSFetchRequest fetchRequestWithEntityName: @"Bookmark"];
[req setPredicate: p];
NSArray *array = [context executeFetchRequest: req error: &error];
if (![array count]) return name;
uint64_t bits = 1; /* mark 0 as unavailable */
NSInteger max = 0;
BOOL exact = NO;
for (Bookmark *b in array) {
NSString *s = [b name];
if ([name isEqualToString: s]) {
exact = YES;
continue;
}
int n = extract_number(s, length);
if (n < 1) continue;
if (n > max) max = n;
if (n < 64)
bits |= (1 << n);
}
if (!exact) return name;
if (bits == (uint64_t)-1) {
if (max == 999) return nil;
return [name stringByAppendingFormat: @" (%u)", (int)(max + 1)];
}
#if 1
int ix = 0;
while (bits) {
++ix;
bits >>= 1;
}
#else
// this doesn't work correctly.
int ix = __builtin_ffsll(~bits);
#endif
return [name stringByAppendingFormat: @" (%u)", ix];
}
-(void)setDictionary:(NSDictionary *)dictionary {
NSData *data;
NSError *error = nil;
data = [NSPropertyListSerialization dataWithPropertyList: dictionary
format: NSPropertyListBinaryFormat_v1_0
options: 0
error: &error];
[self setData: data];
}
-(NSDictionary *)dictionary {
// NSDictionary *dict;
NSData *data = [self data];
NSError *error = nil;
return [NSPropertyListSerialization propertyListWithData: data
options: 0
format: nil
error: &error];
}
- (NSError *)errorFromOriginalError:(NSError *)originalError error:(NSError*)secondError
{
NSMutableDictionary *userInfo = [NSMutableDictionary dictionary];
NSMutableArray *errors = [NSMutableArray arrayWithObject:secondError];
if ([originalError code] == NSValidationMultipleErrorsError) {
[userInfo addEntriesFromDictionary:[originalError userInfo]];
[errors addObjectsFromArray:[userInfo objectForKey:NSDetailedErrorsKey]];
} else {
[errors addObject:originalError];
}
[userInfo setObject:errors forKey:NSDetailedErrorsKey];
return [NSError errorWithDomain:NSCocoaErrorDomain code:NSValidationMultipleErrorsError userInfo:userInfo];
}
- (BOOL)validateName:(id*)ioValue error:(NSError**)outError {
if (!ioValue || !*ioValue) return YES;
NSString *name = *ioValue;
NSFetchRequest *frq = [NSFetchRequest fetchRequestWithEntityName: @"Bookmark"];
NSPredicate *p = [NSPredicate predicateWithFormat: @"name = %@", name];
[frq setPredicate: p];
NSArray * arr = [[self managedObjectContext] executeFetchRequest: frq error: nil];
BOOL dupe = NO;
for (Bookmark *b in arr) {
if (b == self) continue;
dupe = YES;
break;
}
if (dupe && outError) {
NSDictionary *dict = @{ NSLocalizedFailureReasonErrorKey: @"duplicate name",
NSLocalizedDescriptionKey: @"duplicate name",
NSValidationKeyErrorKey: @"name",
NSValidationValueErrorKey: name,
NSValidationObjectErrorKey: self
};
NSError *e = [NSError errorWithDomain: @"Ample" code: 1 userInfo: dict];
if (*outError) {
*outError = [self errorFromOriginalError: *outError error: e];
} else {
*outError = e;
}
}
return !dupe;
}
@end
@@ -0,0 +1,28 @@
//
// Bookmark+CoreDataProperties.h
// Ample
//
// Created by Kelvin Sherlock on 2/6/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
//
#import "Bookmark+CoreDataClass.h"
NS_ASSUME_NONNULL_BEGIN
@interface Bookmark (CoreDataProperties)
+ (NSFetchRequest<Bookmark *> *)fetchRequest;
@property (nullable, nonatomic, copy) NSString *name;
@property (nullable, nonatomic, copy) NSString *machine;
@property (nullable, nonatomic, retain) NSData *data;
@property (nullable, nonatomic, copy) NSDate *created;
@property (nullable, nonatomic, copy) NSDate *modified;
@property (nullable, nonatomic, copy) NSString *comment;
@property (nonatomic) BOOL automatic;
@end
NS_ASSUME_NONNULL_END
@@ -0,0 +1,26 @@
//
// Bookmark+CoreDataProperties.m
// Ample
//
// Created by Kelvin Sherlock on 2/6/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
//
#import "Bookmark+CoreDataProperties.h"
@implementation Bookmark (CoreDataProperties)
+ (NSFetchRequest<Bookmark *> *)fetchRequest {
return [NSFetchRequest fetchRequestWithEntityName:@"Bookmark"];
}
@dynamic name;
@dynamic machine;
@dynamic data;
@dynamic created;
@dynamic modified;
@dynamic comment;
@dynamic automatic;
@end
+21
View File
@@ -0,0 +1,21 @@
//
// DiskImage+CoreDataClass.h
// Ample
//
// Created by Kelvin Sherlock on 2/7/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
//
#import <Foundation/Foundation.h>
#import <CoreData/CoreData.h>
NS_ASSUME_NONNULL_BEGIN
@interface DiskImage : NSManagedObject
@end
NS_ASSUME_NONNULL_END
#import "DiskImage+CoreDataProperties.h"
+14
View File
@@ -0,0 +1,14 @@
//
// DiskImage+CoreDataClass.m
// Ample
//
// Created by Kelvin Sherlock on 2/7/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
//
#import "DiskImage+CoreDataClass.h"
@implementation DiskImage
@end
@@ -0,0 +1,29 @@
//
// DiskImage+CoreDataProperties.h
// Ample
//
// Created by Kelvin Sherlock on 2/7/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
//
#import "DiskImage+CoreDataClass.h"
NS_ASSUME_NONNULL_BEGIN
@interface DiskImage (CoreDataProperties)
+ (NSFetchRequest<DiskImage *> *)fetchRequest;
@property (nullable, nonatomic, copy) NSString *path;
@property (nullable, nonatomic, copy) NSDate *added;
@property (nonatomic) int64_t size;
@property (nullable, nonatomic, copy) NSDate *accessed;
@property (nullable, nonatomic, copy) NSString *name;
-(void)updatePath;
@end
NS_ASSUME_NONNULL_END
@@ -0,0 +1,52 @@
//
// DiskImage+CoreDataProperties.m
// Ample
//
// Created by Kelvin Sherlock on 2/7/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
//
#import "DiskImage+CoreDataProperties.h"
#if 0
@interface DiskImage () {
NSString *_name;
}
@end
#endif
@implementation DiskImage (CoreDataProperties)
+ (NSFetchRequest<DiskImage *> *)fetchRequest {
return [NSFetchRequest fetchRequestWithEntityName:@"DiskImage"];
}
@dynamic path;
@dynamic added;
@dynamic size;
@dynamic accessed;
@dynamic name;
-(void)updatePath {
NSString *path = [self primitiveValueForKey: @"path"];
[self setName: [path lastPathComponent]];
}
-(void)awakeFromFetch {
[super awakeFromFetch];
[self updatePath];
}
#if 0
-(void)awakeFromInsert {
[super awakeFromInsert];
NSString *path = [self primitiveValueForKey: @"path"];
[self setName: [path lastPathComponent]];
}
#endif
@end
+3 -3
View File
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>MameComponentsDate</key>
<date>2021-11-23T16:00:00Z</date>
<date>2022-05-25T16: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-0.231-merged</string>
<string>https://archive.org/download/mame-merged/mame-merged</string>
<key>DefaultDownloadExtension</key>
<string>7z</string>
<string>zip</string>
</dict>
</plist>
+14
View File
@@ -0,0 +1,14 @@
//
// DiskImage.h
// Ample
//
// Created by Kelvin Sherlock on 2/7/2022.
// Copyright © 2022 Kelvin Sherlock. All rights reserved.
//
#ifndef DiskImage_h
#define DiskImage_h
#import "DiskImage+CoreDataClass.h"
#endif /* DiskImage_h */
+43 -31
View File
@@ -9,19 +9,18 @@
#import "DiskImagesWindowController.h"
#import "TableCellView.h"
#import "Ample.h"
#import "DiskImage.h"
#import "BookmarkManager.h"
@interface DiskImagesWindowController ()
@property (weak) IBOutlet NSTableView *tableView;
@property (strong) IBOutlet NSArrayController *arrayController;
@property (strong) NSMutableArray *content;
@end
@implementation DiskImagesWindowController {
BOOL _dirty;
NSSet *_extensions;
NSTimer *_timer;
}
+(instancetype)sharedInstance {
@@ -44,7 +43,7 @@
if ((self = [super init])) {
[self loadRecentDiskImages];
//[self loadRecentDiskImages];
_extensions = [NSSet setWithObjects:
@"2img", @"2mg", @"chd", @"dc", @"do", @"dsk", @"hd", @"hdv", @"image", @"nib", @"po", @"wav", @"woz", @"iso", @"raw", nil
@@ -59,9 +58,6 @@
- (void)windowDidLoad {
if (!_content)
[self setContent: [NSMutableArray new]];
[super windowDidLoad];
NSWindow *window = [self window];
[window setRestorable: YES];
@@ -75,8 +71,12 @@
[_tableView setDraggingSourceOperationMask: NSDragOperationCopy forLocal: NO]; // enable drag/drop to othr apps.
// Implement this method to handle any initialization after your window controller's window has been loaded from its nib file.
NSSortDescriptor *s = [NSSortDescriptor sortDescriptorWithKey: @"name" ascending: YES selector: @selector(caseInsensitiveCompare:)];
[_arrayController setSortDescriptors: @[ s ]];
}
#if 0
-(void)loadRecentDiskImages {
// NSError *error;
@@ -102,14 +102,16 @@
_timer = nil;
[self saveFile];
}
#endif
-(void)diskImageAdded: (NSNotification *)notification {
NSURL *url = [notification object];
if (!url) return;
[self addFile: url];
//[self addFile: url];
}
#if 0
-(void)markDirty {
_dirty = YES;
if (_timer) [_timer invalidate];
@@ -124,6 +126,7 @@
#endif
}
-(void)saveFile {
[_timer invalidate];
@@ -147,10 +150,11 @@
[self saveFile];
}
#endif
#if 0
-(BOOL)addFile: (NSObject *)pathOrURL {
NSString *path = nil;
@@ -198,18 +202,20 @@
[NSDate new], @"date",
nil];
#if 0
@synchronized (self) {
if (_arrayController)
[_arrayController addObject: d];
else
[_content addObject: d];
}
#endif
[self markDirty];
return YES;
}
-(NSMutableDictionary *)clickedItem {
#endif
-(DiskImage *)clickedItem {
NSArray *array = [_arrayController arrangedObjects];
NSInteger row = [_tableView clickedRow];
@@ -218,11 +224,21 @@
}
#pragma mark - IBActions
- (IBAction)filter:(id)sender {
NSString *text = [sender stringValue];
NSPredicate *p = nil;
if ([text length]) {
p = [NSPredicate predicateWithFormat: @"name CONTAINS[cd] %@",text];
}
[_arrayController setFilterPredicate: p];
}
- (IBAction)showInFinder:(id)sender {
NSMutableDictionary *item = [self clickedItem];
DiskImage *item = [self clickedItem];
if (!item) return;
NSString *path = [item objectForKey: @"path"];
NSString *path = [item path];
NSURL *url = [NSURL fileURLWithPath: path];
if (!url) return;
@@ -233,27 +249,19 @@
- (IBAction)eject:(id)sender {
NSMutableDictionary *item = [self clickedItem];
DiskImage *item = [self clickedItem];
if (!item) return;
@synchronized (self) {
if (_arrayController) {
[_arrayController removeObject: item];
} else {
[_content removeObject: item];
}
[self markDirty];
}
[_arrayController removeObject: item];
}
-(IBAction)doubleClick: (id)sender {
NSDictionary *d = [self clickedItem];
DiskImage *d = [self clickedItem];
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
[nc postNotificationName: kNotificationDiskImageMagicRoute object: nil userInfo: d];
NSDictionary *userInfo = @{ @"path": [d path] };
[nc postNotificationName: kNotificationDiskImageMagicRoute object: nil userInfo: userInfo];
}
@end
@@ -265,9 +273,9 @@
id objects = [_arrayController arrangedObjects];
NSDictionary *d = [objects objectAtIndex: row];
NSString *path = [d objectForKey: @"path"];
DiskImage *d = [objects objectAtIndex: row];
if (!d) return nil;
NSString *path = [d path];
NSURL *url = [NSURL fileURLWithPath: path];
return url;
@@ -304,6 +312,8 @@
-(BOOL)tableView:(NSTableView *)tableView acceptDrop:(id<NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)dropOperation {
BookmarkManager *bm = [BookmarkManager sharedManager];
if ([info draggingSource] == _tableView) return NO;
NSPasteboard * pb = [info draggingPasteboard];
@@ -322,7 +332,9 @@
if (!s) continue;
NSURL *url = [NSURL URLWithString: s];
if (!url) continue;
ok |= [self addFile: url];
ok |= [bm addDiskImage: url];
//ok |= [self addFile: url];
}
return ok;
}
+160 -91
View File
@@ -11,6 +11,9 @@
#import "Menu.h"
static NSString *Extensions[] = { @"zip", @"7z" };
enum {
kTagZip = 1,
kTag7z = 2,
@@ -81,6 +84,7 @@ enum {
@interface DownloadItem : NSObject
@property NSString *value;
@property NSString *name;
@property NSError *error;
@property NSString *pathName;
@@ -89,6 +93,7 @@ enum {
@property NSUInteger status;
@property NSUInteger index;
@property NSUInteger fileSize;
@property (readonly) NSColor *titleColor;
@property (readonly) NSColor *descriptionColor;
@@ -98,6 +103,8 @@ enum {
-(void)beginDownloadWithTask:(NSURLSessionDownloadTask *)task;
-(void)completeWithError: (NSError *)error;
-(NSString *)statusDescription;
-(void)refresh: (NSURL *)localURL;
@end
@@ -134,7 +141,7 @@ enum {
@end
@implementation DownloadWindowController {
NSArray *_items;
NSURL *_romFolder;
NSURL *_defaultDownloadURL;
@@ -143,7 +150,7 @@ enum {
NSURLSession *_session;
NSMutableDictionary *_taskIndex;
NSUserDefaults *_defaults;
NSArray<NSButton *> *_filterButtons;
}
@@ -167,7 +174,7 @@ enum {
#if 0
- (void)encodeWithCoder:(nonnull NSCoder *)coder {
}
#endif
@@ -177,11 +184,11 @@ enum {
-(void)windowWillLoad {
_defaults = [NSUserDefaults standardUserDefaults];
// set here so binding works.
NSString *s = [_defaults stringForKey: kDownloadExtension];
if (![s length]) s = [_defaults stringForKey: kDefaultDownloadExtension];
_downloadExtension = s;
}
@@ -193,12 +200,12 @@ enum {
[window setRestorable: YES];
[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.
@@ -207,20 +214,20 @@ enum {
NSFileManager *fm = [NSFileManager defaultManager];
NSURL *url = [bundle URLForResource: @"roms" withExtension: @"plist"];
NSDictionary *d = [NSDictionary dictionaryWithContentsOfURL: url];
NSArray *roms = [NSArray arrayWithContentsOfURL: url];
NSURL *sd = SupportDirectory();
_romFolder = [sd URLByAppendingPathComponent: @"roms"];
[fm createDirectoryAtURL: _romFolder withIntermediateDirectories: YES attributes: nil error: &error];
// so blank URL isn't overwritten.
NSString *s = [_defaults stringForKey: kDefaultDownloadURL];
_defaultDownloadURL = [NSURL URLWithString: s];
[_downloadField setPlaceholderString: s];
s = [_defaults stringForKey: kDownloadURL];
if ([s length]) {
[_downloadField setStringValue: s];
@@ -228,23 +235,23 @@ enum {
} else {
_downloadURL = _defaultDownloadURL;
}
[self initializeExtensionMenu];
NSArray *roms = [d objectForKey: @"roms"];
[self initializeExtensionMenu];
[self setCurrentROM: @""];
[self setCurrentCount: 0];
[self setTotalCount: [roms count]];
[self setErrorCount: 0];
NSMutableArray *tmp = [NSMutableArray arrayWithCapacity: [roms count]];
unsigned ix = 0;
for (NSString *name in roms) {
for (NSDictionary *d in roms) {
DownloadItem *item = [DownloadItem new];
[item setName: name];
[item setValue: [d objectForKey: @"value"]];
[item setName: [d objectForKey: @"description"]];
[item setIndex: ix++];
[tmp addObject: item];
@@ -257,7 +264,7 @@ enum {
NSURLSessionConfiguration *config = [NSURLSessionConfiguration defaultSessionConfiguration];
_session = [NSURLSession sessionWithConfiguration: config delegate: self delegateQueue: nil];
_taskIndex = [NSMutableDictionary dictionaryWithCapacity: [_items count]];
//[self download];
}
@@ -266,13 +273,13 @@ enum {
#if 0
-(void)validateURL: (NSString *)url {
NSURL *v;
if (![url length]) {
_effectiveURL = [NSURL URLWithString: _downloadURL];
[_downloadField setTextColor: nil];
return;
}
v = [NSURL URLWithString: url];
if (v) {
_effectiveURL = v;
@@ -290,36 +297,36 @@ enum {
NSURLSessionConfiguration *config = [NSURLSessionConfiguration defaultSessionConfiguration];
_session = [NSURLSession sessionWithConfiguration: config delegate: self delegateQueue: nil];
}
NSURLSessionDownloadTask *task;
NSString *s = [item name];
NSString *s = [item value];
NSString *path = [s stringByAppendingPathExtension: _downloadExtension];
NSURL *url = [_downloadURL URLByAppendingPathComponent: path];
task = [_session downloadTaskWithURL: url];
[item beginDownloadWithTask: task];
[_taskIndex setObject: item forKey: task];
[task resume];
}
-(void)download {
// run in thread?
//unsigned count = 0;
for (DownloadItem *item in _items) {
NSURLSessionDownloadTask *task;
NSString *s = [item name];
NSString *s = [item value];
NSString *path = [s stringByAppendingPathExtension: _downloadExtension];
NSURL *url = [_downloadURL URLByAppendingPathComponent: path];
task = [_session downloadTaskWithURL: url];
[_taskIndex setObject: item forKey: task];
[item setTask: task];
[task resume];
@@ -328,7 +335,7 @@ enum {
//if (count >= 2) break;
}
[self setActive: YES];
}
-(DownloadItem *)clickedItem {
@@ -339,24 +346,24 @@ enum {
}
#if 0
-(void)redrawRow: (NSUInteger)row {
//NSRect r = [_tableView rectOfRow: row];
//[_tableView setNeedsDisplayInRect: r];
NSIndexSet *rIx = [NSIndexSet indexSetWithIndex: row];
NSIndexSet *cIx = [NSIndexSet indexSetWithIndex: 0];
[_tableView reloadDataForRowIndexes: rIx columnIndexes: cIx];
}
#endif
-(void)initializeExtensionMenu {
unsigned tag;
// mark default download extension.
NSString *defaultExt = [_defaults stringForKey: kDefaultDownloadExtension];
tag = [DownloadExtensionTransformer stringToNumber: defaultExt];
NSMenuItem *item = [[_formatButton menu] itemWithTag: tag];
if (item) {
[item setAttributedTitle: ItalicMenuString([item title])];
@@ -404,7 +411,7 @@ enum {
delta = YES;
}
}
if (delta) {
[self setActive: YES];
}
@@ -416,30 +423,31 @@ enum {
}
-(IBAction)refreshROMs: (id)sender {
NSString *romdir = [SupportDirectoryPath() stringByAppendingPathComponent: @"roms"];
NSFileManager *fm = [NSFileManager defaultManager];
for (DownloadItem *item in _items) {
NSString *name = [item name];
NSString *s = [romdir stringByAppendingPathComponent: name];
NSDictionary *attr = nil;
NSString *value = [item value];
NSString *s = [romdir stringByAppendingPathComponent: value];
NSString *path;
path = [s stringByAppendingPathExtension: @"zip"];
if ([fm fileExistsAtPath: path]) {
[item setStatus: ItemFound];
[item setLocalURL: [NSURL fileURLWithPath: path]];
continue;
for (unsigned i = 0; i < 2; ++i) {
path = [s stringByAppendingPathExtension: Extensions[i]];
attr = [fm attributesOfItemAtPath: path error: nil];
if (attr) break;
}
path = [s stringByAppendingPathExtension: @"7z"];
if ([fm fileExistsAtPath: path]) {
if (attr) {
[item setStatus: ItemFound];
[item setLocalURL: [NSURL fileURLWithPath: path]];
continue;
[item setFileSize: [attr fileSize]];
} else {
[item setStatus: ItemMissing];
[item setLocalURL: nil];
[item setFileSize: 0];
}
[item setStatus: ItemMissing];
[item setLocalURL: nil];
}
}
@@ -453,12 +461,29 @@ enum {
[ws activateFileViewerSelectingURLs: @[url]];
}
- (IBAction)moveToTrash:(id)sender {
NSError *error = nil;
DownloadItem *item = [self clickedItem];
if (!item) return;
NSURL *url = [item localURL];
if (!url) return;
NSFileManager *fm = [NSFileManager defaultManager];
if ([fm trashItemAtURL: url resultingItemURL: NULL error: &error]) {
[item refresh: nil];
} else {
[self presentError: error];
}
}
- (IBAction)download:(id)sender {
DownloadItem *item = [self clickedItem];
if (!item) return;
[self defocus];
[self downloadItem: item];
[self setActive: YES];
}
@@ -541,7 +566,7 @@ static NSInteger TaskStatusCode(NSURLSessionTask *task) {
error = [NSError errorWithDomain: NSURLErrorDomain code: NSURLErrorFileDoesNotExist userInfo: info];
}
// not sure if strictly necessary but this happens in a background thread
// and these are used in KVO binding. Also, main thread only
// means no race conditions.
@@ -558,22 +583,22 @@ static NSInteger TaskStatusCode(NSURLSessionTask *task) {
if ([taskIndex count] == 0) {
[self setActive: NO];
}
if (item) {
[item completeWithError: error];
}
});
}
- (void)URLSession:(NSURLSession *)session downloadTask:(nonnull NSURLSessionDownloadTask *)task didFinishDownloadingToURL:(nonnull NSURL *)location {
// NSLog(@"%@", task);
// NSLog(@"%@", [task response]);
if (TaskStatusCode(task) != 200) return;
// need to move to the destination directory...
// file deleted after this function returns, so can't move asynchronously.
@@ -581,13 +606,14 @@ static NSInteger TaskStatusCode(NSURLSessionTask *task) {
NSURL *src = [[task originalRequest] URL];
NSURL *dest = [_romFolder URLByAppendingPathComponent: [src lastPathComponent]];
NSError *error = nil;
[fm moveItemAtURL: location toURL: dest error: &error];
dispatch_async(dispatch_get_main_queue(), ^(void){
NSMutableDictionary *taskIndex = self->_taskIndex;
DownloadItem *item = [taskIndex objectForKey: task];
[item setLocalURL: dest];
[item refresh: dest];
});
NSLog(@"%@", src);
@@ -597,13 +623,13 @@ static NSInteger TaskStatusCode(NSURLSessionTask *task) {
-(NSURLCredential *)credentialForChallenge: (NSURLAuthenticationChallenge *)challenge {
//if ([challenge previousFailureCount]) return nil;
NSURLCredential *credential = nil;
NSURLProtectionSpace *space = [challenge protectionSpace];
OSStatus status;
NSDictionary *query;
CFTypeRef item = nil;
@@ -619,41 +645,41 @@ static NSInteger TaskStatusCode(NSURLSessionTask *task) {
};
status = SecItemCopyMatching((CFDictionaryRef)query, &item);
NSLog(@"%@", query);
//NSLog(@"%@", query);
if (status != 0) return nil;
NSDictionary *d = (__bridge NSDictionary *)item;
NSLog(@"%@", d);
//NSLog(@"%@", d);
NSString *account = [d objectForKey: (id)kSecAttrAccount];
NSData *passwordData = [d objectForKey: (id)kSecValueData];
NSString *password = [[NSString alloc] initWithData: passwordData encoding: NSUTF8StringEncoding];
credential = [NSURLCredential credentialWithUser: account password: password persistence: NSURLCredentialPersistenceForSession];
return credential;
}
- (void)URLSession:(NSURLSession *)session task:(NSURLSessionTask *)task didReceiveChallenge:(NSURLAuthenticationChallenge *)challenge completionHandler:(void (^)(NSURLSessionAuthChallengeDisposition disposition, NSURLCredential *credential))completionHandler {
NSLog(@"challenge: %@", challenge);
if ([challenge previousFailureCount]) {
completionHandler(NSURLSessionAuthChallengeCancelAuthenticationChallenge, nil);
return;
}
NSURLProtectionSpace *space = [challenge protectionSpace];
NSString *method = [space authenticationMethod];
if ([NSURLAuthenticationMethodHTTPBasic isEqualToString: method] ||
[NSURLAuthenticationMethodNTLM isEqualToString: method] ||
[NSURLAuthenticationMethodHTTPDigest isEqualToString: method]) {
NSURLCredential *credential = [self credentialForChallenge: challenge];
if (credential) {
completionHandler(NSURLSessionAuthChallengeUseCredential, credential);
return;
@@ -696,6 +722,42 @@ static NSInteger TaskStatusCode(NSURLSessionTask *task) {
}
}
-(void)refresh: (NSURL *)localURL {
NSDictionary *attr = nil;
NSError * error = nil;
NSFileManager *fm = [NSFileManager defaultManager];
if (localURL) {
attr = [fm attributesOfItemAtPath: [localURL path] error: &error];
} else {
NSString *romdir = [SupportDirectoryPath() stringByAppendingPathComponent: @"roms"];
NSString *s = [romdir stringByAppendingPathComponent: _value];
NSString *path = nil;
for (unsigned i = 0; i < 2; ++i) {
path = [s stringByAppendingPathExtension: Extensions[i]];
attr = [fm attributesOfItemAtPath: path error: nil];
if (attr) {
localURL = [NSURL fileURLWithPath: path];
break;
}
}
}
if (attr && localURL) {
[self setLocalURL: localURL];
[self setFileSize: [attr fileSize]];
[self setStatus: ItemFound];
} else {
[self setLocalURL: nil];
[self setFileSize: 0];
if (_status == ItemFound || _status == ItemDownloaded)
[self setStatus: ItemMissing];
}
}
+(NSSet *)keyPathsForValuesAffectingStatusDescription {
return [NSSet setWithObjects: @"error", @"status", nil];
}
@@ -741,27 +803,34 @@ enum {
};
- (BOOL)validateMenuItem:(NSMenuItem *)menuItem {
if ([menuItem action] == @selector(downloadExtensionChanged:)) return YES;
SEL action = [menuItem action];
if (action == @selector(downloadExtensionChanged:)) return YES;
DownloadItem *item = [self clickedItem];
if (!item) return NO;
#if 0
NSInteger row = [_tableView clickedRow];
if (row < 0) return NO;
DownloadItem *item = [[_arrayController arrangedObjects] objectAtIndex: row]; //[_items objectAtIndex: row];
#endif
NSUInteger status = [item status];
switch([menuItem tag]) {
case kOpenInFinder:
return status == ItemFound || status == ItemDownloaded;
break;
case kDownload:
return YES;
//return status == ItemMissing || status == ItemError || status == ItemCanceled;
break;
case kCancel:
return status == ItemDownloading;
break;
if (action == @selector(moveToTrash:)) {
return [item localURL] != nil;
}
if (action == @selector(showInFinder:)) {
return [item localURL] != nil;
}
if (action == @selector(download:)) {
return YES;
}
if (action == @selector(cancel:)) {
return status == ItemDownloading;
}
return NO;
}
+2 -2
View File
@@ -50,7 +50,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020-2021 Kelvin Sherlock. All rights reserved.</string>
<string>Copyright © 2020-2022 Kelvin Sherlock. All rights reserved.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
@@ -58,7 +58,7 @@
<key>NSSupportsAutomaticTermination</key>
<true/>
<key>NSSupportsSuddenTermination</key>
<true/>
<false/>
<key>SUFeedURL</key>
<string>https://ample.ksherlock.com/updates/appcast.xml</string>
<key>SUPublicEDKey</key>
+77 -33
View File
@@ -16,6 +16,7 @@
#import "AutocompleteControl.h"
#import "SoftwareList.h"
#import "BookmarkManager.h"
#import "Bookmark.h"
#include <sys/stat.h>
#include <wctype.h>
@@ -28,6 +29,7 @@ static NSString *kContextMachine = @"kContextMachine";
BOOL _loadingBookmark;
NSString *_machine;
NSDictionary *_machineDescription;
BookmarkManager *_manager;
}
@property (strong) IBOutlet MediaViewController *mediaController;
@property (strong) IBOutlet SlotViewController *slotController;
@@ -79,10 +81,13 @@ static NSString *kContextMachine = @"kContextMachine";
@property (strong) IBOutlet NSWindow *addBookmarkWindow;
@property (strong) NSString *bookmarkName;
@property BOOL bookmarkDefault;
@property (weak) IBOutlet NSTextField *bookmarkTextField;
@property (weak) IBOutlet NSTextField *bookmarkErrorField;
@property BOOL optionKey;
@end
@interface LaunchWindowController (SoftwareList)
@@ -98,6 +103,8 @@ static NSString *kContextMachine = @"kContextMachine";
-(IBAction)defaultLoad:(id)sender;
-(void)bookmarkNotification: (NSNotification *)notification;
@end
#define SIZEOF(x) (sizeof(x) / sizeof(x[0]))
@@ -183,6 +190,8 @@ static int EffectsIndex(NSString *str) {
-(void)windowWillLoad {
_manager = [BookmarkManager sharedManager];
// if this calls [self window], it will recurse. that is bad.
//[self defaultLoad: nil];
[self reset];
@@ -207,9 +216,9 @@ static void AddSubview(NSView *parent, NSView *child) {
AddSubview(_mediaView, [_mediaController view]);
AddSubview(_machineView, [_machineViewController view]);
// can't be done until above views are set up.
[self defaultLoad: nil];
[_softwareListControl setMinWidth: 250];
[_softwareListControl setHidden: YES];
NSArray *keys = @[
@@ -240,10 +249,17 @@ static void AddSubview(NSView *parent, NSView *child) {
[_machineViewController addObserver: self forKeyPath: @"machine" options: 0 context: (__bridge void * _Nullable)kContextMachine];
[_softwareListControl setMinWidth: 250];
[_softwareListControl setHidden: YES];
// can't be done until above views are set up.
[self defaultLoad: nil];
[self buildCommandLine];
NSNotificationCenter *nc = [NSNotificationCenter defaultCenter];
[nc addObserver: self selector: @selector(bookmarkNotification:) name: kNotificationBookmarkMagicRoute object: nil];
}
@@ -446,11 +462,6 @@ static NSString *ShellQuote(NSString *s) {
//[argv addObject: @"mame"];
[argv addObject: _machine];
if (_software) {
NSString *name = [_softwareSet nameForSoftware: _software];
if (name) [argv addObject: name];
}
// -confirm_quit?
[argv addObject: @"-skip_gameinfo"];
@@ -539,6 +550,12 @@ static NSString *ShellQuote(NSString *s) {
[argv addObjectsFromArray: tmp];
}
// software *AFTER* slots so, eg, apple2ee has access to the superdrive.
if (_software) {
NSString *name = [_softwareSet nameForSoftware: _software];
if (name) [argv addObject: name];
}
if (_mameSpeed < 0) {
[argv addObject: @"-nothrottle"];
} else if (_mameSpeed > 1) {
@@ -717,6 +734,7 @@ static NSString *ShellQuote(NSString *s) {
-(IBAction)resetAll:(id)sender {
[_manager setCurrentBookmark: nil];
[self reset];
[self resetSoftware];
[_slotController resetSlots: sender];
@@ -765,32 +783,40 @@ static NSString *ShellQuote(NSString *s) {
-(IBAction)defaultSave:(id)sender {
BookmarkManager *bm = [BookmarkManager sharedManager];
#if 0
NSDictionary *d = [self makeBookmark];
[bm saveDefault: d];
[_manager saveDefault: d];
#endif
}
-(IBAction)defaultLoad:(id)sender {
BookmarkManager *bm = [BookmarkManager sharedManager];
Bookmark *b = [_manager defaultBookmark];
NSDictionary *d = [bm loadDefault];
if (!d) {
if (!b) {
[self resetAll: sender];
[self setMachine: nil];
[_machineViewController reset];
[_slotController setMachine: nil];
return;
}
[self loadBookmark: d];
[self loadBookmark: b];
}
-(IBAction)updateBookmark: (id)sender {
Bookmark *b = [sender representedObject];
if (!b) return;
NSDictionary *d = [self makeBookmark];
[b setDictionary: d];
}
-(IBAction)addBookmark:(id)sender {
if (!_machine) return;
NSString *name = nil;
if (_machineDescription) name = [_machineDescription objectForKey:@"description"];
if (!name) name = _machine;
@@ -799,8 +825,14 @@ static NSString *ShellQuote(NSString *s) {
if (_software) {
name = [name stringByAppendingFormat: @" - %@", [_software title]];
}
name = [_manager uniqueBookmarkName: name];
[self setBookmarkName: name];
[self setBookmarkDefault: NO];
[_bookmarkTextField selectText: nil];
[_bookmarkErrorField setStringValue: @""];
[[self window] beginSheet: _addBookmarkWindow completionHandler: nil];
}
@@ -810,19 +842,26 @@ static NSString *ShellQuote(NSString *s) {
}
-(IBAction)bookmarkSave:(id)sender {
BookmarkManager *bm = [BookmarkManager sharedManager];
if (![bm validateName: _bookmarkName]) {
#if 0
if (![_manager validateName: _bookmarkName]) {
[_bookmarkTextField selectText: nil];
NSBeep();
return;
}
#endif
NSDictionary *d = [self makeBookmark];
NSError *e;
[bm saveBookmark: d name: _bookmarkName];
if (( e = [_manager saveBookmark: d name: _bookmarkName automatic: _bookmarkDefault])) {
// probably a duplicate name...
[_bookmarkTextField selectText: nil];
[_bookmarkErrorField setStringValue: [e localizedDescription]];
NSBeep();
return;
}
[[self window] endSheet: _addBookmarkWindow];
[_addBookmarkWindow orderOut: nil];
@@ -830,22 +869,27 @@ static NSString *ShellQuote(NSString *s) {
}
-(void)bookmarkNotification: (NSNotification *)notification {
Bookmark *b = [notification object];
[self loadBookmark: b];
}
-(IBAction)bookmarkMenu:(id)sender {
NSURL *url = [sender representedObject];
if (!url) return;
NSDictionary *d = [NSDictionary dictionaryWithContentsOfURL: url];
if (!d) return; // oops...
[self loadBookmark: d];
// represented object is a Bookmark.
Bookmark *b = [sender representedObject];
[self loadBookmark: b];
}
-(void)loadBookmark: (NSDictionary *)d {
-(void)loadBookmark: (Bookmark *)b {
Class StringClass = [NSString class];
Class NumberClass = [NSNumber class];
NSDictionary *d = [b dictionary];
[_manager setCurrentBookmark: b];
NSString *machine = [d objectForKey: @"machine"];
if (!machine) return;
+1
View File
@@ -21,6 +21,7 @@ typedef struct Media {
unsigned midiin;
unsigned midiout;
unsigned picture;
uint64_t floppy_mask;
} Media;
+18
View File
@@ -35,6 +35,12 @@ void MediaAdd(Media *dest, const Media *src) {
if (!src || !dest) return;
// could merge from src media but not currently set there.
unsigned count;
unsigned flops = dest->floppy_5_25 + dest->floppy_3_5;
#define _(name) dest->name += src->name;
_(cass);
_(cdrom);
@@ -47,6 +53,16 @@ void MediaAdd(Media *dest, const Media *src) {
_(midiout);
_(picture);
#undef _
if ((count = src->floppy_5_25)) {
uint64_t bits = (1 << count) - 1;
//dest->floppy_mask <<= count;
bits <<= flops;
dest->floppy_mask |= bits;
}
}
BOOL MediaEqual(const Media *lhs, const Media *rhs) {
@@ -66,6 +82,8 @@ BOOL MediaEqual(const Media *lhs, const Media *rhs) {
_(midiout);
_(picture);
_(floppy_mask);
return YES;
#undef _
}
+26 -7
View File
@@ -352,24 +352,43 @@
static_assert(SIZEOF(prefix) == CATEGORY_COUNT, "Missing item");
NSMutableArray *args = [NSMutableArray new];
unsigned counts[CATEGORY_COUNT] = { 0 };
//unsigned counts[CATEGORY_COUNT] = { 0 };
for (unsigned j = 0; j < CATEGORY_COUNT; ++j) {
uint64_t floppy_mask = _media.floppy_mask;
unsigned index = 0;
MediaCategory *cat = _data[j];
NSInteger valid = [cat validCount];
for (NSInteger i = 0; i < valid; ++i) {
counts[j]++;
MediaItem *item = [cat objectAtIndex: i];
NSString *arg = [item argument];
if (arg) {
[args addObject: [NSString stringWithFormat: @"-%s%u", prefix[j], counts[j]]];
[args addObject: arg];
if (j == kIndexFloppy525) {
// assumes < 64 floppies....
// infinite loop if no floppy device...
if (floppy_mask == 0) break;
while ((floppy_mask & 0x01) == 0) {
floppy_mask >>= 1;
++index;
}
} else if (j == kIndexFloppy35) {
while ((floppy_mask & 0x01)) {
floppy_mask >>= 1;
++index;
}
}
++index;
floppy_mask >>= 1;
if (!arg) continue;
[args addObject: [NSString stringWithFormat: @"-%s%u", prefix[j], index]];
[args addObject: arg];
}
if (j == 0) counts[1] = counts[0]; // 3.5/5.25
}
[self setArgs: args];
+163 -16
View File
@@ -5,7 +5,7 @@
<key>value</key>
<string>ace100</string>
<key>description</key>
<string>Franklin Ace 100</string>
<string>Franklin ACE 100</string>
<key>media</key>
<dict>
<key>cass</key>
@@ -368,7 +368,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -376,7 +376,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -441,6 +441,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -883,7 +891,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -891,7 +899,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -956,6 +964,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1398,7 +1414,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1406,7 +1422,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1471,6 +1487,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1913,7 +1937,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1921,7 +1945,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1986,6 +2010,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2430,7 +2462,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2438,7 +2470,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2503,6 +2535,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2947,7 +2987,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2955,7 +2995,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3020,6 +3060,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3462,7 +3510,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3470,7 +3518,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3535,6 +3583,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5063,6 +5119,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5104,13 +5173,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5145,6 +5227,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5186,6 +5281,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5227,6 +5335,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5268,6 +5389,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5309,6 +5443,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
File diff suppressed because it is too large Load Diff
+543
View File
@@ -0,0 +1,543 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>value</key>
<string>ace500</string>
<key>description</key>
<string>Franklin ACE 500</string>
<key>media</key>
<dict>
</dict>
<key>resolution</key>
<array>
<integer>560</integer>
<integer>384</integer>
</array>
<key>slots</key>
<array>
<dict>
<key>name</key>
<string>ramsize</string>
<key>description</key>
<string>RAM</string>
<key>options</key>
<array>
<dict>
<key>intValue</key>
<integer>131072</integer>
<key>description</key>
<string>128K</string>
<key>value</key>
<string>128K</string>
<key>default</key>
<true/>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>smartport</string>
<key>description</key>
<string>Disk Drives</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string></string>
<key>devname</key>
<string>smartport</string>
<key>default</key>
<true/>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>gameio</string>
<key>description</key>
<string>Game I/O</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>joy</string>
<key>description</key>
<string>Apple II analog joysticks</string>
<key>devname</key>
<string>a2joy</string>
</dict>
<dict>
<key>value</key>
<string>paddles</string>
<key>description</key>
<string>Apple II paddles</string>
<key>devname</key>
<string>a2pdls</string>
</dict>
<dict>
<key>value</key>
<string>compeyes</string>
<key>description</key>
<string>Digital Vision ComputerEyes</string>
<key>devname</key>
<string>a2ceyes</string>
<key>media</key>
<dict>
<key>picture</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>gizmo</string>
<key>description</key>
<string>HAL Labs Gizmo</string>
<key>devname</key>
<string>a2gizmo</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>modem</string>
<key>description</key>
<string>Modem</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>ie15</string>
<key>description</key>
<string>IE15 Terminal</string>
<key>devname</key>
<string>ie15_terminal</string>
</dict>
<dict>
<key>value</key>
<string>pty</string>
<key>description</key>
<string>Pseudo terminal</string>
<key>devname</key>
<string>pseudo_terminal</string>
</dict>
<dict>
<key>value</key>
<string>rs_printer</string>
<key>description</key>
<string>Radio Shack Serial Printer</string>
<key>devname</key>
<string>rs_serial_printer</string>
</dict>
<dict>
<key>value</key>
<string>patch</string>
<key>description</key>
<string>RS-232 Patch Box</string>
<key>devname</key>
<string>rs232_patch_box</string>
</dict>
<dict>
<key>value</key>
<string>loopback</string>
<key>description</key>
<string>RS232 Loopback</string>
<key>devname</key>
<string>rs232_loopback</string>
</dict>
<dict>
<key>value</key>
<string>dec_loopback</string>
<key>description</key>
<string>RS232 Loopback (DEC 12-15336-00)</string>
<key>devname</key>
<string>dec_rs232_loopback</string>
</dict>
<dict>
<key>value</key>
<string>null_modem</string>
<key>description</key>
<string>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>
<string>rs232_sync_io</string>
<key>description</key>
<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>
<string>keyboard</string>
<key>description</key>
<string>Serial Keyboard</string>
<key>devname</key>
<string>serial_keyboard</string>
</dict>
<dict>
<key>value</key>
<string>printer</string>
<key>description</key>
<string>Serial Printer</string>
<key>devname</key>
<string>serial_printer</string>
</dict>
<dict>
<key>value</key>
<string>terminal</string>
<key>description</key>
<string>Serial Terminal</string>
<key>devname</key>
<string>serial_terminal</string>
</dict>
<dict>
<key>value</key>
<string>sunkbd</string>
<key>description</key>
<string>Sun Keyboard Adaptor</string>
<key>devname</key>
<string>sunkbd_adaptor</string>
</dict>
<dict>
<key>value</key>
<string>mockingboard</string>
<key>description</key>
<string>Sweet Micro Systems Mockingboard D</string>
<key>devname</key>
<string>mockingboardd</string>
</dict>
<dict>
<key>value</key>
<string>swtpc8212</string>
<key>description</key>
<string>SWTPC8212 Terminal</string>
<key>devname</key>
<string>swtpc8212_terminal</string>
</dict>
</array>
</dict>
</array>
<key>devices</key>
<array>
<dict>
<key>name</key>
<string>smartport</string>
<key>slots</key>
<array>
<dict>
<key>name</key>
<string>sl6:0</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>525</string>
<key>description</key>
<string>5.25"</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>floppy_5_25</key>
<integer>1</integer>
</dict>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>sl6:1</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>525</string>
<key>description</key>
<string>5.25"</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>floppy_5_25</key>
<integer>1</integer>
</dict>
</dict>
</array>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>rs232_patch_box</string>
<key>slots</key>
<array>
<dict>
<key>name</key>
<string>:dce</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>ie15</string>
<key>description</key>
<string>IE15 Terminal</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>pty</string>
<key>description</key>
<string>Pseudo terminal</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>rs_printer</string>
<key>description</key>
<string>Radio Shack Serial Printer</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>patch</string>
<key>description</key>
<string>RS-232 Patch Box</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>loopback</string>
<key>description</key>
<string>RS232 Loopback</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>dec_loopback</string>
<key>description</key>
<string>RS232 Loopback (DEC 12-15336-00)</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>null_modem</string>
<key>description</key>
<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>
<string>rs232_sync_io</string>
<key>description</key>
<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>
<string>keyboard</string>
<key>description</key>
<string>Serial Keyboard</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>printer</string>
<key>description</key>
<string>Serial Printer</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>terminal</string>
<key>description</key>
<string>Serial Terminal</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>sunkbd</string>
<key>description</key>
<string>Sun Keyboard Adaptor</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>mockingboard</string>
<key>description</key>
<string>Sweet Micro Systems Mockingboard D</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>swtpc8212</string>
<key>description</key>
<string>SWTPC8212 Terminal</string>
<key>default</key>
<false/>
</dict>
</array>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>sunkbd_adaptor</string>
<key>slots</key>
<array>
<dict>
<key>name</key>
<string>:keyboard</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>type3hle</string>
<key>description</key>
<string>Sun Type 3 Keyboard (HLE)</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>type4hle</string>
<key>description</key>
<string>Sun Type 4 Keyboard (HLE)</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>type5gbhle</string>
<key>description</key>
<string>Sun Type 5 Keyboard (Great Britain - HLE)</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>type5jphle</string>
<key>description</key>
<string>Sun Type 5 Keyboard (Japan - HLE)</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>type5sehle</string>
<key>description</key>
<string>Sun Type 5 Keyboard (Sweden - HLE)</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>type5hle</string>
<key>description</key>
<string>Sun Type 5 Keyboard (U.S.A. - HLE)</string>
<key>default</key>
<false/>
</dict>
</array>
</dict>
</array>
</dict>
</array>
<key>software</key>
<array>
<string>apple2_flop_clcracked.xml</string>
<dict>
<key>name</key>
<string>apple2_flop_orig.xml</string>
<key>filter</key>
<string>A2C</string>
</dict>
<string>apple2_flop_misc.xml</string>
</array>
</dict>
</plist>
+35
View File
@@ -37,6 +37,41 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>bios</string>
<key>description</key>
<string>ROM</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—Default—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>v1</string>
<key>description</key>
<string>Version 1</string>
</dict>
<dict>
<key>value</key>
<string>v2</string>
<key>description</key>
<string>Version 2</string>
</dict>
<dict>
<key>value</key>
<string>debug</string>
<key>description</key>
<string>Debug</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>sl2</string>
+29
View File
@@ -37,6 +37,35 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>bios</string>
<key>description</key>
<string>ROM</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—Default—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>v1</string>
<key>description</key>
<string>Version 1</string>
</dict>
<dict>
<key>value</key>
<string>v2</string>
<key>description</key>
<string>Version 2</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>sl1</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+191 -15
View File
@@ -117,6 +117,35 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>bios</string>
<key>description</key>
<string>ROM</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—Default—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>default</string>
<key>description</key>
<string>Original Monitor</string>
</dict>
<dict>
<key>value</key>
<string>autostart</string>
<key>description</key>
<string>Autostart Monitor</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>sl0</string>
@@ -368,7 +397,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -376,7 +405,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -441,6 +470,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -883,7 +920,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -891,7 +928,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -956,6 +993,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1398,7 +1443,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1406,7 +1451,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1471,6 +1516,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1913,7 +1966,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1921,7 +1974,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1986,6 +2039,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2430,7 +2491,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2438,7 +2499,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2503,6 +2564,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2947,7 +3016,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2955,7 +3024,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3020,6 +3089,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3462,7 +3539,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3470,7 +3547,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3535,6 +3612,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5063,6 +5148,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5104,13 +5202,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5145,6 +5256,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5186,6 +5310,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5227,6 +5364,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5268,6 +5418,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5309,6 +5472,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+156 -4
View File
@@ -55,6 +55,35 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>bios</string>
<key>description</key>
<string>ROM</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—Default—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>original</string>
<key>description</key>
<string>Apple /// boot ROM</string>
</dict>
<dict>
<key>value</key>
<string>soshd</string>
<key>description</key>
<string>Rob Justice SOSHDBOOT</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>smartport</string>
@@ -101,7 +130,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -113,6 +142,14 @@
<key>disabled</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>softcard3</string>
@@ -190,7 +227,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -202,6 +239,14 @@
<key>disabled</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>softcard3</string>
@@ -279,7 +324,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -291,6 +336,14 @@
<key>disabled</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>softcard3</string>
@@ -368,7 +421,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -380,6 +433,14 @@
<key>disabled</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>softcard3</string>
@@ -887,6 +948,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -928,6 +1002,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -969,6 +1056,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1010,6 +1110,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1051,6 +1164,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1092,6 +1218,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1133,6 +1272,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -368,7 +368,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -376,7 +376,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -441,6 +441,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -883,7 +891,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -891,7 +899,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -956,6 +964,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1398,7 +1414,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1406,7 +1422,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1471,6 +1487,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1913,7 +1937,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1921,7 +1945,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1986,6 +2010,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2430,7 +2462,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2438,7 +2470,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2503,6 +2535,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2947,7 +2987,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2955,7 +2995,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3020,6 +3060,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3462,7 +3510,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3470,7 +3518,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3535,6 +3583,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5063,6 +5119,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5104,13 +5173,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5145,6 +5227,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5186,6 +5281,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5227,6 +5335,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5268,6 +5389,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5309,6 +5443,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+623 -5
View File
@@ -169,6 +169,14 @@
<key>devname</key>
<string>a2diskiing</string>
</dict>
<dict>
<key>value</key>
<string>superdrive</string>
<key>description</key>
<string>Apple II 3.5" Disk Controller Card</string>
<key>devname</key>
<string>a2superdrive</string>
</dict>
<dict>
<key>value</key>
<string>hsscsi</string>
@@ -346,7 +354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -354,7 +362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -443,6 +451,14 @@
<key>disabled</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -547,6 +563,14 @@
<key>devname</key>
<string>a2aplcrd</string>
</dict>
<dict>
<key>value</key>
<string>pdromdrive</string>
<key>description</key>
<string>ProDOS ROM Drive</string>
<key>devname</key>
<string>a2pdromdr</string>
</dict>
<dict>
<key>value</key>
<string>q68</string>
@@ -761,6 +785,14 @@
<key>devname</key>
<string>a2diskiing</string>
</dict>
<dict>
<key>value</key>
<string>superdrive</string>
<key>description</key>
<string>Apple II 3.5" Disk Controller Card</string>
<key>devname</key>
<string>a2superdrive</string>
</dict>
<dict>
<key>value</key>
<string>hsscsi</string>
@@ -938,7 +970,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -946,7 +978,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1035,6 +1067,14 @@
<key>disabled</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1139,6 +1179,14 @@
<key>devname</key>
<string>a2aplcrd</string>
</dict>
<dict>
<key>value</key>
<string>pdromdrive</string>
<key>description</key>
<string>ProDOS ROM Drive</string>
<key>devname</key>
<string>a2pdromdr</string>
</dict>
<dict>
<key>value</key>
<string>q68</string>
@@ -2560,6 +2608,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2601,6 +2662,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2642,6 +2716,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2683,6 +2770,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2724,6 +2824,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2765,6 +2878,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2806,6 +2932,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3278,6 +3417,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3319,13 +3471,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -3360,6 +3525,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3401,6 +3579,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3442,6 +3633,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3483,6 +3687,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3524,6 +3741,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3572,6 +3802,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3613,6 +3856,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3654,6 +3910,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3695,6 +3964,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3736,6 +4018,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3777,6 +4072,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3818,6 +4126,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3866,6 +4187,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3907,6 +4241,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3948,6 +4295,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3989,6 +4349,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4030,6 +4403,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4071,6 +4457,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4112,6 +4511,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4286,6 +4698,121 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>a2superdrive</string>
<key>slots</key>
<array>
<dict>
<key>name</key>
<string>:fdc:0</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>35dd</string>
<key>description</key>
<string>3.5" DD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35hd</string>
<key>description</key>
<string>3.5" HD</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35sd</string>
<key>description</key>
<string>3.5" SD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>:fdc:1</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>35dd</string>
<key>description</key>
<string>3.5" DD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35hd</string>
<key>description</key>
<string>3.5" HD</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35sd</string>
<key>description</key>
<string>3.5" SD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
</array>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>a2surance</string>
@@ -4951,6 +5478,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4992,6 +5532,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5033,6 +5586,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5074,6 +5640,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5115,6 +5694,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5156,6 +5748,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5197,6 +5802,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+658 -5
View File
@@ -77,6 +77,41 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>bios</string>
<key>description</key>
<string>ROM</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—Default—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>871222</string>
<key>description</key>
<string>v4.3</string>
</dict>
<dict>
<key>value</key>
<string>870917</string>
<key>description</key>
<string>v4.2</string>
</dict>
<dict>
<key>value</key>
<string>870724</string>
<key>description</key>
<string>v4.1</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>sl5</string>
@@ -169,6 +204,14 @@
<key>devname</key>
<string>a2diskiing</string>
</dict>
<dict>
<key>value</key>
<string>superdrive</string>
<key>description</key>
<string>Apple II 3.5" Disk Controller Card</string>
<key>devname</key>
<string>a2superdrive</string>
</dict>
<dict>
<key>value</key>
<string>hsscsi</string>
@@ -346,7 +389,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -354,7 +397,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -443,6 +486,14 @@
<key>disabled</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -547,6 +598,14 @@
<key>devname</key>
<string>a2aplcrd</string>
</dict>
<dict>
<key>value</key>
<string>pdromdrive</string>
<key>description</key>
<string>ProDOS ROM Drive</string>
<key>devname</key>
<string>a2pdromdr</string>
</dict>
<dict>
<key>value</key>
<string>q68</string>
@@ -761,6 +820,14 @@
<key>devname</key>
<string>a2diskiing</string>
</dict>
<dict>
<key>value</key>
<string>superdrive</string>
<key>description</key>
<string>Apple II 3.5" Disk Controller Card</string>
<key>devname</key>
<string>a2superdrive</string>
</dict>
<dict>
<key>value</key>
<string>hsscsi</string>
@@ -938,7 +1005,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -946,7 +1013,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1035,6 +1102,14 @@
<key>disabled</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1139,6 +1214,14 @@
<key>devname</key>
<string>a2aplcrd</string>
</dict>
<dict>
<key>value</key>
<string>pdromdrive</string>
<key>description</key>
<string>ProDOS ROM Drive</string>
<key>devname</key>
<string>a2pdromdr</string>
</dict>
<dict>
<key>value</key>
<string>q68</string>
@@ -2560,6 +2643,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2601,6 +2697,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2642,6 +2751,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2683,6 +2805,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2724,6 +2859,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2765,6 +2913,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2806,6 +2967,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3278,6 +3452,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3319,13 +3506,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -3360,6 +3560,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3401,6 +3614,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3442,6 +3668,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3483,6 +3722,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3524,6 +3776,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3572,6 +3837,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3613,6 +3891,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3654,6 +3945,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3695,6 +3999,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3736,6 +4053,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3777,6 +4107,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3818,6 +4161,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3866,6 +4222,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3907,6 +4276,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3948,6 +4330,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3989,6 +4384,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4030,6 +4438,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4071,6 +4492,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4112,6 +4546,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4286,6 +4733,121 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>a2superdrive</string>
<key>slots</key>
<array>
<dict>
<key>name</key>
<string>:fdc:0</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>35dd</string>
<key>description</key>
<string>3.5" DD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35hd</string>
<key>description</key>
<string>3.5" HD</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35sd</string>
<key>description</key>
<string>3.5" SD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>:fdc:1</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>35dd</string>
<key>description</key>
<string>3.5" DD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35hd</string>
<key>description</key>
<string>3.5" HD</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35sd</string>
<key>description</key>
<string>3.5" SD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
</array>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>a2surance</string>
@@ -4951,6 +5513,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4992,6 +5567,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5033,6 +5621,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5074,6 +5675,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5115,6 +5729,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5156,6 +5783,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5197,6 +5837,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+670 -5
View File
@@ -37,6 +37,53 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>bios</string>
<key>description</key>
<string>ROM</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—Default—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>871212</string>
<key>description</key>
<string>v3.3</string>
</dict>
<dict>
<key>value</key>
<string>870320</string>
<key>description</key>
<string>v3.0</string>
</dict>
<dict>
<key>value</key>
<string>870203</string>
<key>description</key>
<string>v2.9</string>
</dict>
<dict>
<key>value</key>
<string>860915</string>
<key>description</key>
<string>860915</string>
</dict>
<dict>
<key>value</key>
<string>860801</string>
<key>description</key>
<string>860801</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>sl5</string>
@@ -129,6 +176,14 @@
<key>devname</key>
<string>a2diskiing</string>
</dict>
<dict>
<key>value</key>
<string>superdrive</string>
<key>description</key>
<string>Apple II 3.5" Disk Controller Card</string>
<key>devname</key>
<string>a2superdrive</string>
</dict>
<dict>
<key>value</key>
<string>hsscsi</string>
@@ -306,7 +361,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -314,7 +369,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -403,6 +458,14 @@
<key>disabled</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -507,6 +570,14 @@
<key>devname</key>
<string>a2aplcrd</string>
</dict>
<dict>
<key>value</key>
<string>pdromdrive</string>
<key>description</key>
<string>ProDOS ROM Drive</string>
<key>devname</key>
<string>a2pdromdr</string>
</dict>
<dict>
<key>value</key>
<string>q68</string>
@@ -721,6 +792,14 @@
<key>devname</key>
<string>a2diskiing</string>
</dict>
<dict>
<key>value</key>
<string>superdrive</string>
<key>description</key>
<string>Apple II 3.5" Disk Controller Card</string>
<key>devname</key>
<string>a2superdrive</string>
</dict>
<dict>
<key>value</key>
<string>hsscsi</string>
@@ -898,7 +977,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -906,7 +985,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -995,6 +1074,14 @@
<key>disabled</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1099,6 +1186,14 @@
<key>devname</key>
<string>a2aplcrd</string>
</dict>
<dict>
<key>value</key>
<string>pdromdrive</string>
<key>description</key>
<string>ProDOS ROM Drive</string>
<key>devname</key>
<string>a2pdromdr</string>
</dict>
<dict>
<key>value</key>
<string>q68</string>
@@ -2520,6 +2615,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2561,6 +2669,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2602,6 +2723,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2643,6 +2777,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2684,6 +2831,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2725,6 +2885,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -2766,6 +2939,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3238,6 +3424,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3279,13 +3478,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -3320,6 +3532,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3361,6 +3586,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3402,6 +3640,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3443,6 +3694,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3484,6 +3748,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3532,6 +3809,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3573,6 +3863,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3614,6 +3917,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3655,6 +3971,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3696,6 +4025,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3737,6 +4079,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3778,6 +4133,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3826,6 +4194,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3867,6 +4248,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3908,6 +4302,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3949,6 +4356,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -3990,6 +4410,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4031,6 +4464,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4072,6 +4518,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4246,6 +4705,121 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>a2superdrive</string>
<key>slots</key>
<array>
<dict>
<key>name</key>
<string>:fdc:0</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>35dd</string>
<key>description</key>
<string>3.5" DD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35hd</string>
<key>description</key>
<string>3.5" HD</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35sd</string>
<key>description</key>
<string>3.5" SD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>:fdc:1</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—None—</string>
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>35dd</string>
<key>description</key>
<string>3.5" DD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35hd</string>
<key>description</key>
<string>3.5" HD</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>35sd</string>
<key>description</key>
<string>3.5" SD</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>floppy_3_5</key>
<integer>1</integer>
</dict>
</dict>
</array>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>a2surance</string>
@@ -4911,6 +5485,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4952,6 +5539,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -4993,6 +5593,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5034,6 +5647,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5075,6 +5701,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5116,6 +5755,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5157,6 +5809,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -1135,6 +1135,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1176,6 +1189,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1217,6 +1243,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1258,6 +1297,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1299,6 +1351,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1340,6 +1405,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1381,6 +1459,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+35
View File
@@ -35,6 +35,41 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>bios</string>
<key>description</key>
<string>ROM</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—Default—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>v3</string>
<key>description</key>
<string>Loud Harmonicas</string>
</dict>
<dict>
<key>value</key>
<string>v2</string>
<key>description</key>
<string>Lonely Heifers</string>
</dict>
<dict>
<key>value</key>
<string>v1</string>
<key>description</key>
<string>Lonely Hearts</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>smartport</string>
+91
View File
@@ -223,6 +223,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -264,6 +277,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -305,6 +331,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -346,6 +385,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -387,6 +439,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -428,6 +493,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -469,6 +547,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -203,6 +203,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -244,6 +257,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -285,6 +311,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -326,6 +365,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -367,6 +419,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -408,6 +473,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -449,6 +527,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+120
View File
@@ -85,6 +85,35 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>bios</string>
<key>description</key>
<string>ROM</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—Default—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>default</string>
<key>description</key>
<string>rev. B</string>
</dict>
<dict>
<key>value</key>
<string>original</string>
<key>description</key>
<string>rev. A</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>smartport</string>
@@ -1135,6 +1164,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1176,6 +1218,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1217,6 +1272,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1258,6 +1326,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1299,6 +1380,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1340,6 +1434,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1381,6 +1488,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -703,6 +703,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -744,6 +757,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -785,6 +811,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -826,6 +865,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -867,6 +919,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -908,6 +973,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -949,6 +1027,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -685,6 +685,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -726,6 +739,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -767,6 +793,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -808,6 +847,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -849,6 +901,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -890,6 +955,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -931,6 +1009,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+120
View File
@@ -85,6 +85,35 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>bios</string>
<key>description</key>
<string>ROM</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—Default—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>default</string>
<key>description</key>
<string>rev. B</string>
</dict>
<dict>
<key>value</key>
<string>original</string>
<key>description</key>
<string>rev. A</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>smartport</string>
@@ -1135,6 +1164,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1176,6 +1218,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1217,6 +1272,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1258,6 +1326,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1299,6 +1380,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1340,6 +1434,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1381,6 +1488,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -253,6 +253,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -294,6 +307,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -335,6 +361,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -376,6 +415,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -417,6 +469,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -458,6 +523,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -499,6 +577,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -783,6 +783,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -824,6 +837,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -865,6 +891,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -906,6 +945,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -947,6 +999,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -988,6 +1053,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1029,6 +1107,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -783,6 +783,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -824,6 +837,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -865,6 +891,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -906,6 +945,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -947,6 +999,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -988,6 +1053,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1029,6 +1107,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -1135,6 +1135,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1176,6 +1189,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1217,6 +1243,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1258,6 +1297,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1299,6 +1351,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1340,6 +1405,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -1381,6 +1459,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -223,6 +223,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -264,6 +277,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -305,6 +331,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -346,6 +385,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -387,6 +439,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -428,6 +493,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -469,6 +547,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -213,6 +213,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -254,6 +267,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -295,6 +321,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -336,6 +375,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -377,6 +429,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -418,6 +483,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -459,6 +537,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -243,6 +243,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -284,6 +297,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -325,6 +351,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -366,6 +405,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -407,6 +459,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -448,6 +513,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -489,6 +567,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+138
View File
@@ -65,6 +65,53 @@
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>bios</string>
<key>description</key>
<string>ROM</string>
<key>options</key>
<array>
<dict>
<key>value</key>
<string></string>
<key>description</key>
<string>—Default—</string>
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>v3</string>
<key>description</key>
<string>Loud Harmonicas</string>
</dict>
<dict>
<key>value</key>
<string>v2</string>
<key>description</key>
<string>Lonely Heifers</string>
</dict>
<dict>
<key>value</key>
<string>v1</string>
<key>description</key>
<string>Lonely Hearts</string>
</dict>
<dict>
<key>value</key>
<string>romdisk</string>
<key>description</key>
<string>mac68k.info self-boot (1/1/2015)</string>
</dict>
<dict>
<key>value</key>
<string>romdisk2</string>
<key>description</key>
<string>bigmessofwires.com ROMinator (2/25/2015)</string>
</dict>
</array>
</dict>
<dict>
<key>name</key>
<string>smartport</string>
@@ -213,6 +260,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -254,6 +314,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -295,6 +368,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -336,6 +422,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -377,6 +476,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -418,6 +530,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -459,6 +584,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -203,6 +203,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -244,6 +257,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -285,6 +311,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -326,6 +365,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -367,6 +419,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -408,6 +473,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -449,6 +527,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -253,6 +253,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -294,6 +307,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -335,6 +361,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -376,6 +415,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -417,6 +469,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -458,6 +523,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -499,6 +577,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+91
View File
@@ -203,6 +203,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -244,6 +257,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -285,6 +311,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -326,6 +365,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -367,6 +419,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -408,6 +473,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -449,6 +527,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+31 -12
View File
@@ -145,18 +145,6 @@
<string>II Clones</string>
<key>children</key>
<array>
<dict>
<key>description</key>
<string>Franklin Ace 100</string>
<key>value</key>
<string>ace100</string>
</dict>
<dict>
<key>description</key>
<string>Franklin ACE 1000</string>
<key>value</key>
<string>ace1000</string>
</dict>
<dict>
<key>description</key>
<string>Albert</string>
@@ -298,6 +286,37 @@
</dict>
</array>
</dict>
<dict>
<key>description</key>
<string>Franklin</string>
<key>children</key>
<array>
<dict>
<key>description</key>
<string>Franklin ACE 100</string>
<key>value</key>
<string>ace100</string>
</dict>
<dict>
<key>description</key>
<string>Franklin ACE 500</string>
<key>value</key>
<string>ace500</string>
</dict>
<dict>
<key>description</key>
<string>Franklin ACE 1000</string>
<key>value</key>
<string>ace1000</string>
</dict>
<dict>
<key>description</key>
<string>Franklin ACE 2200</string>
<key>value</key>
<string>ace2200</string>
</dict>
</array>
</dict>
<dict>
<key>description</key>
<string>Laser</string>
File diff suppressed because it is too large Load Diff
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
File diff suppressed because it is too large Load Diff
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
+1132 -175
View File
File diff suppressed because it is too large Load Diff
+162 -15
View File
@@ -308,7 +308,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -316,7 +316,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -381,6 +381,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -823,7 +831,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -831,7 +839,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -896,6 +904,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1338,7 +1354,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1346,7 +1362,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1411,6 +1427,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -1853,7 +1877,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -1861,7 +1885,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -1926,6 +1950,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2370,7 +2402,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2378,7 +2410,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2443,6 +2475,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -2887,7 +2927,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -2895,7 +2935,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -2960,6 +3000,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -3402,7 +3450,7 @@
<key>value</key>
<string>cffa202</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (6502 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (6502 firmware)</string>
<key>devname</key>
<string>a2cffa02</string>
</dict>
@@ -3410,7 +3458,7 @@
<key>value</key>
<string>cffa2</string>
<key>description</key>
<string>CFFA 2.0 Compact Flash (65C02 firmware, www.dreher.net)</string>
<string>CFFA 2.0 Compact Flash (65C02 firmware)</string>
<key>devname</key>
<string>a2cffa2</string>
</dict>
@@ -3475,6 +3523,14 @@
<key>devname</key>
<string>a2ezcgi5</string>
</dict>
<dict>
<key>value</key>
<string>grafex</string>
<key>description</key>
<string>Grafex-32</string>
<key>devname</key>
<string>a2grafex</string>
</dict>
<dict>
<key>value</key>
<string>swyft</string>
@@ -5003,6 +5059,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5044,13 +5113,26 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<true/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
<key>description</key>
<string>CD-ROM</string>
<key>default</key>
<true/>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
@@ -5085,6 +5167,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5126,6 +5221,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5167,6 +5275,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5208,6 +5329,19 @@
<key>default</key>
<true/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>
@@ -5249,6 +5383,19 @@
<key>default</key>
<false/>
</dict>
<dict>
<key>value</key>
<string>aplcdsc</string>
<key>description</key>
<string>Apple SCSI CD-ROM</string>
<key>default</key>
<false/>
<key>media</key>
<dict>
<key>cdrom</key>
<integer>1</integer>
</dict>
</dict>
<dict>
<key>value</key>
<string>cdrom</string>

Some files were not shown because too many files have changed in this diff Show More