diff --git a/MA2ME.xcodeproj/project.pbxproj b/MA2ME.xcodeproj/project.pbxproj index 9658989..60d1524 100644 --- a/MA2ME.xcodeproj/project.pbxproj +++ b/MA2ME.xcodeproj/project.pbxproj @@ -7,7 +7,13 @@ objects = { /* Begin PBXBuildFile section */ + B60A6E0C24ECE23F004B7EEF /* apple2gs.plist in Resources */ = {isa = PBXBuildFile; fileRef = B60A6E0B24ECE23F004B7EEF /* apple2gs.plist */; }; B64E15A624E9B34700E8AD3D /* Models.plist in Resources */ = {isa = PBXBuildFile; fileRef = B64E15A424E9B34700E8AD3D /* Models.plist */; }; + B64E15A924EA1D5300E8AD3D /* ROMBrowserDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B64E15A824EA1D5300E8AD3D /* ROMBrowserDelegate.m */; }; + B64E15AC24EA1FD400E8AD3D /* SlotBrowserDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B64E15AB24EA1FD400E8AD3D /* SlotBrowserDelegate.m */; }; + B64E15B524EA383F00E8AD3D /* apple2gs in Resources */ = {isa = PBXBuildFile; fileRef = B64E15B424EA383F00E8AD3D /* apple2gs */; }; + B64E15B824EC912200E8AD3D /* SlotView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B64E15B624EC912200E8AD3D /* SlotView.xib */; }; + B65593B124ECB61800722E0C /* SlotViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B65593B024ECB61800722E0C /* SlotViewController.m */; }; B6BA258024E99BE9005FB8FF /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B6BA257F24E99BE9005FB8FF /* AppDelegate.m */; }; B6BA258224E99BEB005FB8FF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B6BA258124E99BEB005FB8FF /* Assets.xcassets */; }; B6BA258524E99BEB005FB8FF /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6BA258324E99BEB005FB8FF /* MainMenu.xib */; }; @@ -15,7 +21,16 @@ /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + B60A6E0B24ECE23F004B7EEF /* apple2gs.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = apple2gs.plist; sourceTree = ""; }; B64E15A524E9B34700E8AD3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Base; path = Base.lproj/Models.plist; sourceTree = ""; }; + B64E15A724EA1D5300E8AD3D /* ROMBrowserDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ROMBrowserDelegate.h; sourceTree = ""; }; + B64E15A824EA1D5300E8AD3D /* ROMBrowserDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ROMBrowserDelegate.m; sourceTree = ""; }; + B64E15AA24EA1FD400E8AD3D /* SlotBrowserDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SlotBrowserDelegate.h; sourceTree = ""; }; + B64E15AB24EA1FD400E8AD3D /* SlotBrowserDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SlotBrowserDelegate.m; sourceTree = ""; }; + B64E15B424EA383F00E8AD3D /* apple2gs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = apple2gs; sourceTree = ""; }; + B64E15B724EC912200E8AD3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = MA2ME/Base.lproj/SlotView.xib; sourceTree = ""; }; + B65593AF24ECB61800722E0C /* SlotViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SlotViewController.h; sourceTree = ""; }; + B65593B024ECB61800722E0C /* SlotViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SlotViewController.m; sourceTree = ""; }; B6BA257B24E99BE9005FB8FF /* MA2ME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MA2ME.app; sourceTree = BUILT_PRODUCTS_DIR; }; B6BA257E24E99BE9005FB8FF /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; B6BA257F24E99BE9005FB8FF /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; @@ -37,9 +52,21 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ + B64E15AF24EA365E00E8AD3D /* Resources */ = { + isa = PBXGroup; + children = ( + B60A6E0B24ECE23F004B7EEF /* apple2gs.plist */, + B64E15B424EA383F00E8AD3D /* apple2gs */, + B64E15A424E9B34700E8AD3D /* Models.plist */, + ); + path = Resources; + sourceTree = ""; + }; B6BA257224E99BE9005FB8FF = { isa = PBXGroup; children = ( + B65593AF24ECB61800722E0C /* SlotViewController.h */, + B65593B024ECB61800722E0C /* SlotViewController.m */, B6BA257D24E99BE9005FB8FF /* MA2ME */, B6BA257C24E99BE9005FB8FF /* Products */, ); @@ -58,12 +85,17 @@ children = ( B6BA257E24E99BE9005FB8FF /* AppDelegate.h */, B6BA257F24E99BE9005FB8FF /* AppDelegate.m */, - B64E15A424E9B34700E8AD3D /* Models.plist */, B6BA258124E99BEB005FB8FF /* Assets.xcassets */, - B6BA258324E99BEB005FB8FF /* MainMenu.xib */, + B64E15A724EA1D5300E8AD3D /* ROMBrowserDelegate.h */, + B64E15A824EA1D5300E8AD3D /* ROMBrowserDelegate.m */, + B64E15AA24EA1FD400E8AD3D /* SlotBrowserDelegate.h */, + B64E15AB24EA1FD400E8AD3D /* SlotBrowserDelegate.m */, + B64E15AF24EA365E00E8AD3D /* Resources */, B6BA258624E99BEB005FB8FF /* Info.plist */, B6BA258724E99BEB005FB8FF /* main.m */, B6BA258924E99BEB005FB8FF /* MA2ME.entitlements */, + B6BA258324E99BEB005FB8FF /* MainMenu.xib */, + B64E15B624EC912200E8AD3D /* SlotView.xib */, ); path = MA2ME; sourceTree = ""; @@ -127,6 +159,9 @@ files = ( B6BA258224E99BEB005FB8FF /* Assets.xcassets in Resources */, B6BA258524E99BEB005FB8FF /* MainMenu.xib in Resources */, + B64E15B824EC912200E8AD3D /* SlotView.xib in Resources */, + B64E15B524EA383F00E8AD3D /* apple2gs in Resources */, + B60A6E0C24ECE23F004B7EEF /* apple2gs.plist in Resources */, B64E15A624E9B34700E8AD3D /* Models.plist in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -139,7 +174,10 @@ buildActionMask = 2147483647; files = ( B6BA258824E99BEB005FB8FF /* main.m in Sources */, + B64E15AC24EA1FD400E8AD3D /* SlotBrowserDelegate.m in Sources */, + B64E15A924EA1D5300E8AD3D /* ROMBrowserDelegate.m in Sources */, B6BA258024E99BE9005FB8FF /* AppDelegate.m in Sources */, + B65593B124ECB61800722E0C /* SlotViewController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -154,6 +192,14 @@ name = Models.plist; sourceTree = ""; }; + B64E15B624EC912200E8AD3D /* SlotView.xib */ = { + isa = PBXVariantGroup; + children = ( + B64E15B724EC912200E8AD3D /* Base */, + ); + name = SlotView.xib; + sourceTree = ""; + }; B6BA258324E99BEB005FB8FF /* MainMenu.xib */ = { isa = PBXVariantGroup; children = ( diff --git a/MA2ME/AppDelegate.m b/MA2ME/AppDelegate.m index e62126a..8897e63 100644 --- a/MA2ME/AppDelegate.m +++ b/MA2ME/AppDelegate.m @@ -7,13 +7,19 @@ // #import "AppDelegate.h" - +#import "SlotBrowserDelegate.h" +#import "SlotViewController.h" @interface AppDelegate () @property (weak) IBOutlet NSWindow *window; +@property (strong) IBOutlet SlotBrowserDelegate *slotDelegate; +@property (strong) IBOutlet SlotViewController *slotController; +@property (weak) IBOutlet NSView *modelView; +@property (weak) IBOutlet NSView *slotView; + /* kvo */ @property NSString *commandLine; @@ -42,24 +48,40 @@ static NSString *kMyContext = @"kMyContext"; NSView *view = [_window contentView]; - NSRect frame = [view frame]; - frame.origin.y += frame.size.height - 200; - frame.size.height = 200; - - NSBrowser *browser = [[NSBrowser alloc] initWithFrame: frame]; + NSRect frame; + NSBrowser *browser = nil; + + frame = [_modelView frame]; + browser = [[NSBrowser alloc] initWithFrame: frame]; [browser setMaxVisibleColumns: 2]; [browser setTakesTitleFromPreviousColumn: YES]; [browser setTitled: NO]; + [browser setAllowsEmptySelection: NO]; [browser setDelegate: self]; [browser setAction: @selector(modelClick:)]; - - [view addSubview: browser]; [browser setTitled: YES]; // NSBrowser title bug. - +#if 0 + frame = [_slotView frame]; + browser = [[NSBrowser alloc] initWithFrame: frame]; + + [browser setMaxVisibleColumns: 2]; + [browser setTakesTitleFromPreviousColumn: YES]; + [browser setTitled: NO]; + [browser setDelegate: _slotDelegate]; + //[browser setAction: @selector(modelClick:)]; + + [view addSubview: browser]; + [browser setTitled: YES]; // NSBrowser title bug. + [_slotDelegate setBrowser: browser]; +#endif + + [_slotView addSubview: [_slotController view]]; + + [self addObserver: self forKeyPath: @"mameROM" options:0 context: (__bridge void * _Nullable)(kMyContext)]; [self addObserver: self forKeyPath: @"mameWindow" options:0 context: (__bridge void * _Nullable)(kMyContext)]; [self addObserver: self forKeyPath: @"mameSquarePixels" options:0 context: (__bridge void * _Nullable)(kMyContext)]; @@ -106,6 +128,7 @@ static NSString *kMyContext = @"kMyContext"; // -nounevenstretch -video soft if (_mameWindow && _mameSquarePixels) { + [argv addObject: @"-nomax"]; if ([_mameROM hasPrefix: @"apple2gs"]) { [argv addObject: @"-resolution"]; [argv addObject: @"704x462"]; @@ -128,8 +151,12 @@ static NSString *kMyContext = @"kMyContext"; -(IBAction)modelClick:(id)sender { NSDictionary *item = [self itemForBrowser: sender]; - [self setMameROM: [item objectForKey: @"Mame"]]; + NSString *model = [item objectForKey: @"Mame"]; + + [self setMameROM: model]; // [self buildCommandLine]; + + [_slotDelegate setModel: model]; } #pragma mark NSBrowser @@ -184,9 +211,14 @@ static NSString *kMyContext = @"kMyContext"; return column == 0 ? @"Model" : @"Submodel"; } +#if 0 - (id)browser:(NSBrowser *)browser child:(NSInteger)index ofItem:(id)item { return nil; } +-(id)rootItemForBrowser:(NSBrowser *)browser { + return _browserItems; +} +#endif - (NSInteger)browser:(NSBrowser *)sender numberOfRowsInColumn:(NSInteger)column { @@ -195,4 +227,5 @@ static NSString *kMyContext = @"kMyContext"; } + @end diff --git a/MA2ME/Base.lproj/MainMenu.xib b/MA2ME/Base.lproj/MainMenu.xib index ff73d2e..e2e8547 100644 --- a/MA2ME/Base.lproj/MainMenu.xib +++ b/MA2ME/Base.lproj/MainMenu.xib @@ -15,6 +15,10 @@ + + + + @@ -684,18 +688,18 @@ - + - + - + - + @@ -730,14 +734,14 @@ + + + + + + + + + + + - + + + diff --git a/MA2ME/MA2ME/Base.lproj/SlotView.xib b/MA2ME/MA2ME/Base.lproj/SlotView.xib new file mode 100644 index 0000000..2233391 --- /dev/null +++ b/MA2ME/MA2ME/Base.lproj/SlotView.xib @@ -0,0 +1,524 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + NSIsNil + + + + + + + + + + NSIsNil + + + + + + + + + + + + + + + NSIsNil + + + + + + + + + NSIsNil + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MA2ME/ROMBrowserDelegate.h b/MA2ME/ROMBrowserDelegate.h new file mode 100644 index 0000000..1915678 --- /dev/null +++ b/MA2ME/ROMBrowserDelegate.h @@ -0,0 +1,20 @@ +// +// ROMBrowserDelegate.h +// MA2ME +// +// Created by Kelvin Sherlock on 8/16/2020. +// Copyright © 2020 Kelvin Sherlock. All rights reserved. +// + +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface ROMBrowserDelegate : NSObject + +@property NSString *model; + +@end + +NS_ASSUME_NONNULL_END diff --git a/MA2ME/ROMBrowserDelegate.m b/MA2ME/ROMBrowserDelegate.m new file mode 100644 index 0000000..601bf4a --- /dev/null +++ b/MA2ME/ROMBrowserDelegate.m @@ -0,0 +1,98 @@ +// +// ROMBrowserDelegate.m +// MA2ME +// +// Created by Kelvin Sherlock on 8/16/2020. +// Copyright © 2020 Kelvin Sherlock. All rights reserved. +// + +#import "ROMBrowserDelegate.h" + +@interface ROMBrowserDelegate() + +@property NSArray *data; + +@end + +@implementation ROMBrowserDelegate + + +-(void)awakeFromNib { + + NSBundle *bundle = [NSBundle mainBundle]; + NSString *path = [bundle pathForResource: @"Models" ofType: @"plist"]; + _data = [NSArray arrayWithContentsOfFile: path]; + +} + +-(IBAction)click:(id)sender { + + NSDictionary *item = [self itemForBrowser: sender]; + [self setModel: [item objectForKey: @"Mame"]]; +} + +#pragma mark NSBrowser + +-(NSDictionary *)itemForBrowser: (NSBrowser *)browser { + + NSIndexPath *path = [browser selectionIndexPath]; + + NSArray *data = _data; + NSDictionary *item = nil; + + NSUInteger l = [path length]; + for (NSUInteger i = 0; i < l; ++i) { + NSUInteger ix = [path indexAtPosition: i]; + if (ix > [data count]) return nil; + item = [data objectAtIndex: ix]; + data = [item objectForKey: @"Children"]; + } + + return item; +} +-(NSArray *)itemsForBrowser: (NSBrowser *)browser column: (NSInteger) column { + + NSArray *data = _data; + for (unsigned i = 0; i < column; ++i) { + NSInteger ix = [browser selectedRowInColumn: i]; + if (ix < 0) return 0; + + NSDictionary *item = [data objectAtIndex: ix]; + data = [item objectForKey: @"Children"]; + if (!data) return 0; + } + return data; + +} + +- (void)browser:(NSBrowser *)sender willDisplayCell:(id)cell atRow:(NSInteger)row column:(NSInteger)column { + NSArray *data = [self itemsForBrowser: sender column: column]; + if (!data || row >= [data count]) return; + + NSDictionary *item = [data objectAtIndex: row]; + + NSBrowserCell *bc = (NSBrowserCell *)cell; + + [bc setStringValue: [item objectForKey: @"Name"]]; + [bc setLeaf: ![item objectForKey: @"Children"]]; +} + + +- (NSString *)browser:(NSBrowser *)sender titleOfColumn:(NSInteger)column { + return column == 0 ? @"Model" : @""; +} + +#if 0 +- (id)browser:(NSBrowser *)browser child:(NSInteger)index ofItem:(id)item { + return nil; +} +#endif + +- (NSInteger)browser:(NSBrowser *)sender numberOfRowsInColumn:(NSInteger)column { + + NSArray *data = [self itemsForBrowser: sender column: column]; + return [data count]; +} + + +@end diff --git a/MA2ME/Base.lproj/Models.plist b/MA2ME/Resources/Base.lproj/Models.plist similarity index 92% rename from MA2ME/Base.lproj/Models.plist rename to MA2ME/Resources/Base.lproj/Models.plist index 46995e7..27ecea0 100644 --- a/MA2ME/Base.lproj/Models.plist +++ b/MA2ME/Resources/Base.lproj/Models.plist @@ -134,6 +134,12 @@ apple3 + + Name + Laser //c + Mame + laser2c + Name Laser 128 @@ -151,16 +157,21 @@ Name Laser 128 EX Mame - laser128ex + las128ex Name Laser 128 EX2 Mame - laser128e2 + las128e2 - + + Name + Franklin Ace 100 + Mame + ace100 + diff --git a/MA2ME/Resources/ace100.plist b/MA2ME/Resources/ace100.plist new file mode 100644 index 0000000..95fad03 --- /dev/null +++ b/MA2ME/Resources/ace100.plist @@ -0,0 +1,2193 @@ + + + + + value + ace100 + description + Franklin Ace 100 + RAM + + + value + 4096 + description + 4K + + + value + 8192 + description + 8K + + + value + 12288 + description + 12K + + + value + 16384 + description + 16K + + + value + 20480 + description + 20K + + + value + 24576 + description + 24K + + + value + 32768 + description + 32K + + + value + 36864 + description + 36K + + + value + 49152 + description + 48K + + + Resolution + + 560 + 384 + + sl0 + + + value + ssram + description + Saturn Systems 128K Extended Language Card + + + value + lang + description + Apple II 16K Language Card + + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + joyport + description + Sirius JoyPort + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/Resources/apple1.plist b/MA2ME/Resources/apple1.plist new file mode 100644 index 0000000..fc10965 --- /dev/null +++ b/MA2ME/Resources/apple1.plist @@ -0,0 +1,105 @@ + + + + + value + apple1 + description + Apple I + RAM + + + value + 4096 + description + 4K + + + value + 8192 + description + 8K + + + value + 12288 + description + 12K + + + value + 16384 + description + 16K + + + value + 20480 + description + 20K + + + value + 24576 + description + 24K + + + value + 28672 + description + 28K + + + value + 32768 + description + 32K + + + value + 36864 + description + 36K + + + value + 40960 + description + 40K + + + value + 45056 + description + 44K + + + value + 49152 + description + 48K + + + Resolution + + 560 + 384 + + exp + + + value + cffa + description + CFFA Compact Flash for Apple I + + + value + cassette + description + Apple I cassette board + + + + diff --git a/MA2ME/Resources/apple2.plist b/MA2ME/Resources/apple2.plist new file mode 100644 index 0000000..bcd5d2b --- /dev/null +++ b/MA2ME/Resources/apple2.plist @@ -0,0 +1,2193 @@ + + + + + value + apple2 + description + Apple ][ + RAM + + + value + 4096 + description + 4K + + + value + 8192 + description + 8K + + + value + 12288 + description + 12K + + + value + 16384 + description + 16K + + + value + 20480 + description + 20K + + + value + 24576 + description + 24K + + + value + 32768 + description + 32K + + + value + 36864 + description + 36K + + + value + 49152 + description + 48K + + + Resolution + + 560 + 384 + + sl0 + + + value + ssram + description + Saturn Systems 128K Extended Language Card + + + value + lang + description + Apple II 16K Language Card + + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + joyport + description + Sirius JoyPort + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/Resources/apple2c.plist b/MA2ME/Resources/apple2c.plist new file mode 100644 index 0000000..16babe6 --- /dev/null +++ b/MA2ME/Resources/apple2c.plist @@ -0,0 +1,171 @@ + + + + + value + apple2c + description + Apple //c + RAM + + + value + 131072 + description + 128K + + + Resolution + + 560 + 384 + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + printer + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + modem + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + + diff --git a/MA2ME/Resources/apple2cp.plist b/MA2ME/Resources/apple2cp.plist new file mode 100644 index 0000000..9c5c38a --- /dev/null +++ b/MA2ME/Resources/apple2cp.plist @@ -0,0 +1,195 @@ + + + + + value + apple2cp + description + Apple //c Plus + RAM + + + value + 131072 + description + 128K + + + value + 393216 + description + 384K + + + value + 655360 + description + 640K + + + value + 917504 + description + 896K + + + value + 1179648 + description + 1152K + + + Resolution + + 560 + 384 + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + printer + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + modem + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + + diff --git a/MA2ME/Resources/apple2e.plist b/MA2ME/Resources/apple2e.plist new file mode 100644 index 0000000..22ae584 --- /dev/null +++ b/MA2ME/Resources/apple2e.plist @@ -0,0 +1,2313 @@ + + + + + value + apple2e + description + Apple //e + RAM + + + value + 65536 + description + 64K + + + Resolution + + 560 + 384 + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + aux + + + value + rw3 + description + Applied Engineering RamWorks III + + + value + ext80 + description + Apple IIe Extended 80-Column Card + + + value + std80 + description + Apple IIe Standard 80-Column Card + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/Resources/apple2ee.plist b/MA2ME/Resources/apple2ee.plist new file mode 100644 index 0000000..f9edf75 --- /dev/null +++ b/MA2ME/Resources/apple2ee.plist @@ -0,0 +1,2313 @@ + + + + + value + apple2ee + description + Apple //e (enhanced) + RAM + + + value + 65536 + description + 64K + + + Resolution + + 560 + 384 + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + aux + + + value + rw3 + description + Applied Engineering RamWorks III + + + value + ext80 + description + Apple IIe Extended 80-Column Card + + + value + std80 + description + Apple IIe Standard 80-Column Card + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/Resources/apple2eefr.plist b/MA2ME/Resources/apple2eefr.plist new file mode 100644 index 0000000..39ed92a --- /dev/null +++ b/MA2ME/Resources/apple2eefr.plist @@ -0,0 +1,2313 @@ + + + + + value + apple2eefr + description + Apple //e (enhanced, France) + RAM + + + value + 65536 + description + 64K + + + Resolution + + 560 + 384 + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + aux + + + value + rw3 + description + Applied Engineering RamWorks III + + + value + ext80 + description + Apple IIe Extended 80-Column Card + + + value + std80 + description + Apple IIe Standard 80-Column Card + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/Resources/apple2ees.plist b/MA2ME/Resources/apple2ees.plist new file mode 100644 index 0000000..1f70f19 --- /dev/null +++ b/MA2ME/Resources/apple2ees.plist @@ -0,0 +1,2313 @@ + + + + + value + apple2ees + description + Apple //e (Spain) + RAM + + + value + 65536 + description + 64K + + + Resolution + + 560 + 384 + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + aux + + + value + rw3 + description + Applied Engineering RamWorks III + + + value + ext80 + description + Apple IIe Extended 80-Column Card + + + value + std80 + description + Apple IIe Standard 80-Column Card + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/Resources/apple2eeuk.plist b/MA2ME/Resources/apple2eeuk.plist new file mode 100644 index 0000000..93c28c5 --- /dev/null +++ b/MA2ME/Resources/apple2eeuk.plist @@ -0,0 +1,2313 @@ + + + + + value + apple2eeuk + description + Apple //e (enhanced, UK) + RAM + + + value + 65536 + description + 64K + + + Resolution + + 560 + 384 + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + aux + + + value + rw3 + description + Applied Engineering RamWorks III + + + value + ext80 + description + Apple IIe Extended 80-Column Card + + + value + std80 + description + Apple IIe Standard 80-Column Card + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/Resources/apple2ep.plist b/MA2ME/Resources/apple2ep.plist new file mode 100644 index 0000000..614527e --- /dev/null +++ b/MA2ME/Resources/apple2ep.plist @@ -0,0 +1,2313 @@ + + + + + value + apple2ep + description + Apple //e (Platinum) + RAM + + + value + 65536 + description + 64K + + + Resolution + + 560 + 384 + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + aux + + + value + rw3 + description + Applied Engineering RamWorks III + + + value + ext80 + description + Apple IIe Extended 80-Column Card + + + value + std80 + description + Apple IIe Standard 80-Column Card + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/Resources/apple2euk.plist b/MA2ME/Resources/apple2euk.plist new file mode 100644 index 0000000..82266de --- /dev/null +++ b/MA2ME/Resources/apple2euk.plist @@ -0,0 +1,2313 @@ + + + + + value + apple2euk + description + Apple //e (UK) + RAM + + + value + 65536 + description + 64K + + + Resolution + + 560 + 384 + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + aux + + + value + rw3 + description + Applied Engineering RamWorks III + + + value + ext80 + description + Apple IIe Extended 80-Column Card + + + value + std80 + description + Apple IIe Standard 80-Column Card + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/Resources/apple2gs.plist b/MA2ME/Resources/apple2gs.plist new file mode 100644 index 0000000..0ca4f01 --- /dev/null +++ b/MA2ME/Resources/apple2gs.plist @@ -0,0 +1,2124 @@ + + + + + value + apple2gs + description + Apple IIgs (ROM03) + RAM + + + value + 1048576 + description + 1M + + + value + 3145728 + description + 3M + + + value + 4194304 + description + 4M + + + value + 5242880 + description + 5M + + + value + 6291456 + description + 6M + + + value + 7340032 + description + 7M + + + value + 8388608 + description + 8M + + + value + 2097152 + description + 2M + + + Resolution + + 704 + 462 + + sl1 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl2 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl3 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl4 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl5 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl6 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl7 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + printer + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + modem + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + + diff --git a/MA2ME/Resources/apple2gs/printer.plist b/MA2ME/Resources/apple2gs/printer.plist new file mode 100644 index 0000000..16292f6 --- /dev/null +++ b/MA2ME/Resources/apple2gs/printer.plist @@ -0,0 +1,24 @@ + + + + + + Name + RS232 Loopback + Mame + dec_loopback + + + Name + IE15 Terminal + Mame + ie15 + + + Name + Serial Keyboard + Mame + keyboard + + + diff --git a/MA2ME/Resources/apple2gsr0.plist b/MA2ME/Resources/apple2gsr0.plist new file mode 100644 index 0000000..e93fd80 --- /dev/null +++ b/MA2ME/Resources/apple2gsr0.plist @@ -0,0 +1,2148 @@ + + + + + value + apple2gsr0 + description + Apple IIgs (ROM00) + RAM + + + value + 262144 + description + 256K + + + value + 524288 + description + 512K + + + value + 786432 + description + 768K + + + value + 1048576 + description + 1M + + + value + 2097152 + description + 2M + + + value + 3145728 + description + 3M + + + value + 4194304 + description + 4M + + + value + 5242880 + description + 5M + + + value + 6291456 + description + 6M + + + value + 7340032 + description + 7M + + + value + 8388608 + description + 8M + + + value + 1310720 + description + 1280K + + + Resolution + + 704 + 462 + + sl1 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl2 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl3 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl4 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl5 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl6 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl7 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + printer + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + modem + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + + diff --git a/MA2ME/Resources/apple2gsr1.plist b/MA2ME/Resources/apple2gsr1.plist new file mode 100644 index 0000000..ed9c747 --- /dev/null +++ b/MA2ME/Resources/apple2gsr1.plist @@ -0,0 +1,2148 @@ + + + + + value + apple2gsr1 + description + Apple IIgs (ROM01) + RAM + + + value + 262144 + description + 256K + + + value + 524288 + description + 512K + + + value + 786432 + description + 768K + + + value + 1048576 + description + 1M + + + value + 2097152 + description + 2M + + + value + 3145728 + description + 3M + + + value + 4194304 + description + 4M + + + value + 5242880 + description + 5M + + + value + 6291456 + description + 6M + + + value + 7340032 + description + 7M + + + value + 8388608 + description + 8M + + + value + 1310720 + description + 1280K + + + Resolution + + 704 + 462 + + sl1 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl2 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl3 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl4 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl5 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl6 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + sl7 + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + dx1 + description + Decillonix DX-1 + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (IIgs version) + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + scsi + description + Apple II SCSI Card + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + vtc1 + description + unknown Videoterm clone + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + midi + description + 6850 MIDI card + + + value + vulcangold + description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + themill + description + Stellation Two The Mill + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + echoii + description + Street Electronics Echo II + + + value + ap16 + description + IBS AP-16 80 column card + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + softcard + description + Microsoft SoftCard + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + swyft + description + IAI SwyftCard + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + printer + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + modem + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + + diff --git a/MA2ME/Resources/apple2jp.plist b/MA2ME/Resources/apple2jp.plist new file mode 100644 index 0000000..0302a7c --- /dev/null +++ b/MA2ME/Resources/apple2jp.plist @@ -0,0 +1,2157 @@ + + + + + value + apple2jp + description + Apple ][ J-Plus + RAM + + + value + 16384 + description + 16K + + + value + 32768 + description + 32K + + + value + 49152 + description + 48K + + + Resolution + + 560 + 384 + + sl0 + + + value + ssram + description + Saturn Systems 128K Extended Language Card + + + value + lang + description + Apple II 16K Language Card + + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + joyport + description + Sirius JoyPort + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/Resources/apple2p.plist b/MA2ME/Resources/apple2p.plist new file mode 100644 index 0000000..f25e29c --- /dev/null +++ b/MA2ME/Resources/apple2p.plist @@ -0,0 +1,2157 @@ + + + + + value + apple2p + description + Apple ][+ + RAM + + + value + 16384 + description + 16K + + + value + 32768 + description + 32K + + + value + 49152 + description + 48K + + + Resolution + + 560 + 384 + + sl0 + + + value + ssram + description + Saturn Systems 128K Extended Language Card + + + value + lang + description + Apple II 16K Language Card + + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + joyport + description + Sirius JoyPort + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/Resources/apple3.plist b/MA2ME/Resources/apple3.plist new file mode 100644 index 0000000..bc81023 --- /dev/null +++ b/MA2ME/Resources/apple3.plist @@ -0,0 +1,231 @@ + + + + + value + apple3 + description + Apple /// + RAM + + + value + 131072 + description + 128K + + + value + 524288 + description + 512K + + + value + 262144 + description + 256K + + + Resolution + + 560 + 384 + + sl1 + + + value + mouse + description + Apple II Mouse Card + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + applicard + description + PCPI Applicard + + + value + cffa2 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + sl2 + + + value + mouse + description + Apple II Mouse Card + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + applicard + description + PCPI Applicard + + + value + cffa2 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + sl3 + + + value + mouse + description + Apple II Mouse Card + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + applicard + description + PCPI Applicard + + + value + cffa2 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + sl4 + + + value + mouse + description + Apple II Mouse Card + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + applicard + description + PCPI Applicard + + + value + cffa2 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + rs232 + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + + diff --git a/MA2ME/Resources/devices.plist b/MA2ME/Resources/devices.plist new file mode 100644 index 0000000..c19663d --- /dev/null +++ b/MA2ME/Resources/devices.plist @@ -0,0 +1,1267 @@ + + + + + a1bus + + Name + a1bus + Description + Apple I Bus + + a1bus_slot + + Name + a1bus_slot + Description + Apple I Slot + + a1cass + + Name + a1cass + Description + Apple I cassette board + + ata_interface + + Name + ata_interface + Description + ATA Interface + + ata_slot + + Name + ata_slot + Description + ATA Connector + + cassette_image + + Name + cassette_image + Description + Cassette + + cffa1 + + Name + cffa1 + Description + CFFA Compact Flash for Apple I + + m6502 + + Name + m6502 + Description + MOS Technology 6502 + + palette + + Name + palette + Description + palette + + pia6821 + + Name + pia6821 + Description + 6821 PIA + + ram + + Name + ram + Description + RAM + + screen + + Name + screen + Description + Video Screen + + snapsot_image + + Name + snapsot_image + Description + Snapshot + + software_list + + Name + software_list + Description + Software List + + a24play + + Name + a24play + Description + 4play Joystick Card (rev. B) + + a2aesms + + Name + a2aesms + Description + Applied Engineering Super Music Synthesizer + + a2aevm80 + + Name + a2aevm80 + Description + Applied Engineering Viewmaster 80 + + a2alfam2 + + Name + a2alfam2 + Description + ALF MC1 / Apple Music II + + a2ap16 + + Name + a2ap16 + Description + IBS AP-16 80 column card + + a2ap16a + + Name + a2ap16a + Description + IBS AP-16 80 column card (alt. version) + + a2aplcrd + + Name + a2aplcrd + Description + PCPI Applicard + + a2arcbd + + Name + a2arcbd + Description + Third Millenium Engineering Arcade Board + + a2bus + + Name + a2bus + Description + Apple II Bus + + a2bus_byte8251 + + Name + a2bus_byte8251 + Description + BYTE Serial Interface (8251 based) + + a2bus_slot + + Name + a2bus_slot + Description + Apple II Slot + + a2ceyes + + Name + a2ceyes + Description + Digital Vision ComputerEyes + + a2ceyes2 + + Name + a2ceyes2 + Description + Digital Vision ComputerEyes/2 + + a2cffa02 + + Name + a2cffa02 + Description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + a2cffa2 + + Name + a2cffa2 + Description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + a2corvus + + Name + a2corvus + Description + Corvus Flat Cable interface + + a2diskii + + Name + a2diskii + Description + Apple Disk II controller + + a2diskiing + + Name + a2diskiing + Description + Apple Disk II NG controller (16-sector) + + a2dx1 + + Name + a2dx1 + Description + Decillonix DX-1 + + a2echoii + + Name + a2echoii + Description + Street Electronics Echo II + + a2echop + + Name + a2echop + Description + Street Electronics Echo Plus + + a2ezcgi + + Name + a2ezcgi + Description + E-Z Color Graphics Interface + + a2ezcgi3 + + Name + a2ezcgi3 + Description + E-Z Color Graphics Interface (TMS9938) + + a2ezcgi5 + + Name + a2ezcgi5 + Description + E-Z Color Graphics Interface (TMS9958) + + a2gameio + + Name + a2gameio + Description + Apple II Game I/O Connector + + a2iwm + + Name + a2iwm + Description + Apple Disk II IWM controller + + a2joy + + Name + a2joy + Description + Apple II analog joysticks + + a2joyprt + + Name + a2joyprt + Description + Sirius JoyPort + + a2mcms1 + + Name + a2mcms1 + Description + Mountain Computer Music System (card 1) + + a2mcms2 + + Name + a2mcms2 + Description + Mountain Computer Music System (card 2) + + a2memexp + + Name + a2memexp + Description + Apple II Memory Expansion Card + + a2midi + + Name + a2midi + Description + 6850 MIDI card + + a2mockbd + + Name + a2mockbd + Description + Sweet Micro Systems Mockingboard + + a2mouse + + Name + a2mouse + Description + Apple II Mouse Card + + a2pdls + + Name + a2pdls + Description + Apple II paddles + + a2phasor + + Name + a2phasor + Description + Applied Engineering Phasor + + a2pic + + Name + a2pic + Description + Apple Parallel Interface Card + + a2ram16k + + Name + a2ram16k + Description + Apple II 16K Language Card + + a2ramfac + + Name + a2ramfac + Description + Applied Engineering RamFactor + + a2sam + + Name + a2sam + Description + Don't Ask Software S.A.M. + + a2scsi + + Name + a2scsi + Description + Apple II SCSI Card + + a2softcard + + Name + a2softcard + Description + Microsoft SoftCard + + a2ssbapl + + Name + a2ssbapl + Description + Multitech Industrial SSB Apple speech card + + a2ssc + + Name + a2ssc + Description + Apple Super Serial Card + + a2ssprite + + Name + a2ssprite + Description + Synetix SuperSprite + + a2surance + + Name + a2surance + Description + Applesurance Diagnostic Controller + + a2swyft + + Name + a2swyft + Description + IAI SwyftCard + + a2themill + + Name + a2themill + Description + Stellation Two The Mill + + a2thunpl + + Name + a2thunpl + Description + ThunderWare ThunderClock Plus + + a2tmstho + + Name + a2tmstho + Description + Applied Engineering TimeMaster H.O. + + a2twarp + + Name + a2twarp + Description + Applied Engineering TransWarp + + a2ultrme + + Name + a2ultrme + Description + Videx UltraTerm (enhanced //e) + + a2ulttrm + + Name + a2ulttrm + Description + Videx UltraTerm (original) + + a2video + + Name + a2video + Description + Apple II video + + a2vidtrm + + Name + a2vidtrm + Description + Videx Videoterm 80 Column Display + + a2vtc1 + + Name + a2vtc1 + Description + unknown Videoterm clone + + a2zipdrv + + Name + a2zipdrv + Description + Zip Technologies ZipDrive + + acia6850 + + Name + acia6850 + Description + MC6850 ACIA + + address_map_bank + + Name + address_map_bank + Description + Address Map Bank + + apple2com + + Name + apple2com + Description + Apple II Common Components + + apple_fdcl + + Name + apple_fdcl + Description + Apple FDC (legacy) + + ay3600 + + Name + ay3600 + Description + AY-5-3600 Keyboard Encoder + + ay8910 + + Name + ay8910 + Description + AY-3-8910A PSG + + ay8912 + + Name + ay8912 + Description + AY-3-8912A PSG + + ay8913 + + Name + ay8913 + Description + AY-3-8913 PSG + + centronics + + Name + centronics + Description + Centronics + + clock + + Name + clock + Description + Clock + + corvus_hdc + + Name + corvus_hdc + Description + Corvus Flat Cable HDC + + d2fdc + + Name + d2fdc + Description + Apple Disk II floppy controller + + dac_8bit_r2r + + Name + dac_8bit_r2r + Description + 8-Bit R-2R DAC + + diskii13 + + Name + diskii13 + Description + Apple Disk II NG controller (13-sector) + + f9334 + + Name + f9334 + Description + Fairchild 9334 Addressable Latch + + floppy_525_sd + + Name + floppy_525_sd + Description + 5.25" single density floppy drive + + floppy_apple + + Name + floppy_apple + Description + Apple Disk II + + floppy_connector + + Name + floppy_connector + Description + Floppy drive connector abstraction + + flopsnd + + Name + flopsnd + Description + Floppy sound + + harddisk_image + + Name + harddisk_image + Description + Harddisk + + hd6845s + + Name + hd6845s + Description + Hitachi HD6845S CRTC + + i8251 + + Name + i8251 + Description + Intel 8251 USART + + input_buffer + + Name + input_buffer + Description + Input Buffer + + iwm + + Name + iwm + Description + Apple IWM floppy controller + + m65c02 + + Name + m65c02 + Description + WDC W65C02 + + m68705p3 + + Name + m68705p3 + Description + Motorola MC68705P3 + + mc6809e + + Name + mc6809e + Description + Motorola MC6809E + + mc6845 + + Name + mc6845 + Description + Motorola MC6845 CRTC + + mcmseng + + Name + mcmseng + Description + Mountain Computer Music System engine + + midi_port + + Name + midi_port + Description + MIDI port + + mm5307aa + + Name + mm5307aa + Description + MM5307AA Baud Rate Generator + + mos6551 + + Name + mos6551 + Description + MOS 6551 ACIA + + msm5832 + + Name + msm5832 + Description + OKI MSM5832 RTC + + nscsi_bus + + Name + nscsi_bus + Description + SCSI Bus (new) + + nscsi_connector + + Name + nscsi_connector + Description + SCSI Connector Abstraction (new) + + output_latch + + Name + output_latch + Description + Output Latch + + picture_image + + Name + picture_image + Description + Still Image + + ptm6840 + + Name + ptm6840 + Description + MC6840 PTM + + rs232 + + Name + rs232 + Description + RS232 Port + + sn76489 + + Name + sn76489 + Description + SN76489 + + speaker + + Name + speaker + Description + Speaker + + speaker_sound_device + + Name + speaker_sound_device + Description + Filtered 1-bit DAC + + ssram128 + + Name + ssram128 + Description + Saturn Systems 128K Extended Language Card + + timer + + Name + timer + Description + Timer + + tms5220 + + Name + tms5220 + Description + TMS5220 + + tms9918a + + Name + tms9918a + Description + TMS9918A VDP + + upd1990a + + Name + upd1990a + Description + uPD1990A RTC + + v9938 + + Name + v9938 + Description + Yamaha V9938 VDP + + v9958 + + Name + v9958 + Description + Yamaha V9958 VDP + + via6522 + + Name + via6522 + Description + 6522 VIA + + volt_reg + + Name + volt_reg + Description + Voltage Regulator + + z80 + + Name + z80 + Description + Zilog Z80 + + a2focdrv + + Name + a2focdrv + Description + Parsons Engineering Focus Drive + + a3fdc + + Name + a3fdc + Description + Apple III floppy controller + + beep + + Name + beep + Description + Beep + + bitbanger + + Name + bitbanger + Description + Bitbanger + + dac + + Name + dac + Description + 1-Bit DAC + + dac_6bit_bw + + Name + dac_6bit_bw + Description + 6-Bit Binary Weighted DAC + + dec_rs232_loopback + + Name + dec_rs232_loopback + Description + RS232 Loopback (DEC 12-15336-00) + + generic_keyboard + + Name + generic_keyboard + Description + Generic Keyboard + + gfxdecode + + Name + gfxdecode + Description + gfxdecode + + ie15_cpu + + Name + ie15_cpu + Description + ie15 CPU + + ie15_device + + Name + ie15_device + Description + IE15 + + ie15_terminal + + Name + ie15_terminal + Description + IE15 Terminal + + ie15kbd + + Name + ie15kbd + Description + 15WWW-97-006 Keyboard + + ins8250 + + Name + ins8250 + Description + National Semiconductor INS8250 UART + + ipt_merge_any_hi + + Name + ipt_merge_any_hi + Description + Input Merger (any high) + + m6802 + + Name + m6802 + Description + Motorola MC6802 + + mm58167 + + Name + mm58167 + Description + National Semiconductor MM58167 RTC + + null_modem + + Name + null_modem + Description + RS232 Null Modem + + printer_image + + Name + printer_image + Description + Printer + + pseudo_terminal + + Name + pseudo_terminal + Description + Pseudo terminal + + rs232_loopback + + Name + rs232_loopback + Description + RS232 Loopback + + serial_keyboard + + Name + serial_keyboard + Description + Serial Keyboard + + serial_printer + + Name + serial_printer + Description + Serial Printer + + serial_terminal + + Name + serial_terminal + Description + Serial Terminal + + sunkbd + + Name + sunkbd + Description + Sun Keyboard Port + + sunkbd_adaptor + + Name + sunkbd_adaptor + Description + Sun Keyboard Adaptor + + swtpc8212_device + + Name + swtpc8212_device + Description + SWTPC8212 + + swtpc8212_terminal + + Name + swtpc8212_terminal + Description + SWTPC8212 Terminal + + a2eauxslot + + Name + a2eauxslot + Description + Apple IIe AUX Bus + + a2eauxslot_slot + + Name + a2eauxslot_slot + Description + Apple IIe AUX Slot + + a2eext80 + + Name + a2eext80 + Description + Apple IIe Extended 80-Column Card + + a2erwks3 + + Name + a2erwks3 + Description + Applied Engineering RamWorks III + + a2estd80 + + Name + a2estd80 + Description + Apple IIe Standard 80-Column Card + + a2hsscsi + + Name + a2hsscsi + Description + Apple II High-Speed SCSI Card + + a2pcxport + + Name + a2pcxport + Description + Applied Engineering PC Transporter + + a2vuliie + + Name + a2vuliie + Description + Applied Engineering Vulcan IDE controller (//e version) + + ds1315 + + Name + ds1315 + Description + Dallas DS1315 Phantom Time Chip + + isa8 + + Name + isa8 + Description + 8-bit ISA bus + + isa8_slot + + Name + isa8_slot + Description + 8-bit ISA slot + + pc_kbdc + + Name + pc_kbdc + Description + PC KBDC + + pc_kbdc_slot + + Name + pc_kbdc_slot + Description + PC keyboard port + + pcx_dmac + + Name + pcx_dmac + Description + PC Transporter DMAC + + pic8259 + + Name + pic8259 + Description + Intel 8259 PIC + + pit8253 + + Name + pit8253 + Description + Intel 8253 PIT + + pit_counter + + Name + pit_counter + Description + PIT Counter + + v30 + + Name + v30 + Description + NEC V30 + + a2vulcan + + Name + a2vulcan + Description + Applied Engineering Vulcan IDE controller (IIgs version) + + a2vulgld + + Name + a2vulgld + Description + Applied Engineering Vulcan Gold IDE controller (IIgs version) + + es5503 + + Name + es5503 + Description + Ensoniq ES5503 + + floppy_sonny + + Name + floppy_sonny + Description + Floppy Disk [Sony] + + iwml + + Name + iwml + Description + Apple IWM (Integrated Woz Machine) (legacy) + + m50741 + + Name + m50741 + Description + Mitsubishi M50741 + + nvram + + Name + nvram + Description + NVRAM + + scc85c30 + + Name + scc85c30 + Description + Zilog Z85C30 SCC + + w65c816 + + Name + w65c816 + Description + WDC W65C816 + + z80scc_channel + + Name + z80scc_channel + Description + Z80 SCC Channel + + m50740 + + Name + m50740 + Description + Mitsubishi M50740 + + + + diff --git a/MA2ME/Resources/las128e2.plist b/MA2ME/Resources/las128e2.plist new file mode 100644 index 0000000..816f4c0 --- /dev/null +++ b/MA2ME/Resources/las128e2.plist @@ -0,0 +1,195 @@ + + + + + value + las128e2 + description + Laser 128ex2 (version 6.1) + RAM + + + value + 131072 + description + 128K + + + value + 393216 + description + 384K + + + value + 655360 + description + 640K + + + value + 917504 + description + 896K + + + value + 1179648 + description + 1152K + + + Resolution + + 560 + 384 + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + printer + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + modem + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + + diff --git a/MA2ME/Resources/las128ex.plist b/MA2ME/Resources/las128ex.plist new file mode 100644 index 0000000..4934f1b --- /dev/null +++ b/MA2ME/Resources/las128ex.plist @@ -0,0 +1,837 @@ + + + + + value + las128ex + description + Laser 128ex (version 4.5) + RAM + + + value + 131072 + description + 128K + + + value + 393216 + description + 384K + + + value + 655360 + description + 640K + + + value + 917504 + description + 896K + + + value + 1179648 + description + 1152K + + + Resolution + + 560 + 384 + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + printer + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + modem + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + + diff --git a/MA2ME/Resources/laser128.plist b/MA2ME/Resources/laser128.plist new file mode 100644 index 0000000..f138cbe --- /dev/null +++ b/MA2ME/Resources/laser128.plist @@ -0,0 +1,837 @@ + + + + + value + laser128 + description + Laser 128 (version 4.2) + RAM + + + value + 131072 + description + 128K + + + value + 393216 + description + 384K + + + value + 655360 + description + 640K + + + value + 917504 + description + 896K + + + value + 1179648 + description + 1152K + + + Resolution + + 560 + 384 + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + hsscsi + description + Apple II High-Speed SCSI Card + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + vulcan + description + Applied Engineering Vulcan IDE controller (//e version) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + focusdrive + description + Parsons Engineering Focus Drive + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + twarp + description + Applied Engineering TransWarp + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + pcxport + description + Applied Engineering PC Transporter + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + printer + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + modem + + + value + ie15 + description + IE15 Terminal + + + value + terminal + description + Serial Terminal + + + value + pty + description + Pseudo terminal + + + value + dec_loopback + description + RS232 Loopback (DEC 12-15336-00) + + + value + null_modem + description + RS232 Null Modem + + + value + loopback + description + RS232 Loopback + + + value + swtpc8212 + description + SWTPC8212 Terminal + + + value + sunkbd + description + Sun Keyboard Adaptor + + + value + printer + description + Serial Printer + + + value + keyboard + description + Serial Keyboard + + + + diff --git a/MA2ME/Resources/laser2c.plist b/MA2ME/Resources/laser2c.plist new file mode 100644 index 0000000..369b470 --- /dev/null +++ b/MA2ME/Resources/laser2c.plist @@ -0,0 +1,2157 @@ + + + + + value + laser2c + description + Laser //c + RAM + + + value + 16384 + description + 16K + + + value + 32768 + description + 32K + + + value + 49152 + description + 48K + + + Resolution + + 560 + 384 + + sl0 + + + value + ssram + description + Saturn Systems 128K Extended Language Card + + + value + lang + description + Apple II 16K Language Card + + + sl1 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl2 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl3 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl4 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl5 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl6 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + sl7 + + + value + byte8251 + description + BYTE Serial Interface (8251 based) + + + value + applesurance + description + Applesurance Diagnostic Controller + + + value + thclock + description + ThunderWare ThunderClock Plus + + + value + twarp + description + Applied Engineering TransWarp + + + value + ceyes2 + description + Digital Vision ComputerEyes/2 + + + value + ssprite + description + Synetix SuperSprite + + + value + ezcgi9958 + description + E-Z Color Graphics Interface (TMS9958) + + + value + ezcgi9938 + description + E-Z Color Graphics Interface (TMS9938) + + + value + mouse + description + Apple II Mouse Card + + + value + dx1 + description + Decillonix DX-1 + + + value + swyft + description + IAI SwyftCard + + + value + mcms1 + description + Mountain Computer Music System (card 1) + + + value + corvus + description + Corvus Flat Cable interface + + + value + aevm80 + description + Applied Engineering Viewmaster 80 + + + value + scsi + description + Apple II SCSI Card + + + value + applicard + description + PCPI Applicard + + + value + ezcgi + description + E-Z Color Graphics Interface + + + value + ultratermenh + description + Videx UltraTerm (enhanced //e) + + + value + echoiiplus + description + Street Electronics Echo Plus + + + value + diskiiiwm + description + Apple Disk II IWM controller + + + value + parallel + description + Apple Parallel Interface Card + + + value + zipdrive + description + Zip Technologies ZipDrive + + + value + themill + description + Stellation Two The Mill + + + value + 4play + description + 4play Joystick Card (rev. B) + + + value + cffa202 + description + CFFA2000 Compact Flash (6502 firmware, www.dreher.net) + + + value + arcbd + description + Third Millenium Engineering Arcade Board + + + value + vtc1 + description + unknown Videoterm clone + + + value + ap16 + description + IBS AP-16 80 column card + + + value + echoii + description + Street Electronics Echo II + + + value + videoterm + description + Videx Videoterm 80 Column Display + + + value + softcard + description + Microsoft SoftCard + + + value + memexp + description + Apple II Memory Expansion Card + + + value + aesms + description + Applied Engineering Super Music Synthesizer + + + value + ramfactor + description + Applied Engineering RamFactor + + + value + alfam2 + description + ALF MC1 / Apple Music II + + + value + ssc + description + Apple Super Serial Card + + + value + diskiing13 + description + Apple Disk II NG controller (13-sector) + + + value + mockingboard + description + Sweet Micro Systems Mockingboard + + + value + ultraterm + description + Videx UltraTerm (original) + + + value + diskii + description + Apple Disk II controller + + + value + cffa2 + description + CFFA2000 Compact Flash (65C02 firmware, www.dreher.net) + + + value + ssbapple + description + Multitech Industrial SSB Apple speech card + + + value + sam + description + Don't Ask Software S.A.M. + + + value + phasor + description + Applied Engineering Phasor + + + value + midi + description + 6850 MIDI card + + + value + diskiing + description + Apple Disk II NG controller (16-sector) + + + value + ap16alt + description + IBS AP-16 80 column card (alt. version) + + + value + tm2ho + description + Applied Engineering TimeMaster H.O. + + + value + mcms2 + description + Mountain Computer Music System (card 2) + + + gameio + + + value + compeyes + description + Digital Vision ComputerEyes + + + value + joyport + description + Sirius JoyPort + + + value + paddles + description + Apple II paddles + + + value + joy + description + Apple II analog joysticks + + + + diff --git a/MA2ME/SlotBrowserDelegate.h b/MA2ME/SlotBrowserDelegate.h new file mode 100644 index 0000000..20f691b --- /dev/null +++ b/MA2ME/SlotBrowserDelegate.h @@ -0,0 +1,39 @@ +// +// SlotBrowserDelegate.h +// MA2ME +// +// Created by Kelvin Sherlock on 8/16/2020. +// Copyright © 2020 Kelvin Sherlock. All rights reserved. +// + +#import +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface SlotBrowserDelegate : NSObject + +@property (nonatomic) NSString *model; + +@property (weak) NSBrowser *browser; + +@property NSString *slot0; +@property NSString *slot1; +@property NSString *slot2; +@property NSString *slot3; +@property NSString *slot4; +@property NSString *slot5; +@property NSString *slot6; +@property NSString *slot7; +@property NSString *slot8; + +@property NSString *exp; +@property NSString *aux; + +@property NSString *gameio; +@property NSString *printer; +@property NSString *modem; +@property NSString *rs232; +@end + +NS_ASSUME_NONNULL_END diff --git a/MA2ME/SlotBrowserDelegate.m b/MA2ME/SlotBrowserDelegate.m new file mode 100644 index 0000000..4ce13b1 --- /dev/null +++ b/MA2ME/SlotBrowserDelegate.m @@ -0,0 +1,160 @@ +// +// SlotBrowserDelegate.m +// MA2ME +// +// Created by Kelvin Sherlock on 8/16/2020. +// Copyright © 2020 Kelvin Sherlock. All rights reserved. +// + +#import "SlotBrowserDelegate.h" + +@interface SlotBrowserDelegate () { + + NSString *_model; + NSMutableArray *_data; +} +@end + +@implementation SlotBrowserDelegate + +-(void)awakeFromNib { + _data = [NSMutableArray new]; +} + +@synthesize model = _model; + +static NSString *Mame[] = { + @"-sl0", @"-sl1", @"-sl2", @"-sl3", + @"-sl4", @"-sl5", @"-sl6", @"-sl7", + @"-sl8", @"-exp", @"-aux", + @"-gameio", @"-printer", @"-modem", @"-rs232" +}; + +static NSString *Keys[] = { + @"slot0", @"slot1", @"slot2", @"slot3", + @"slot4", @"slot5", @"slot6", @"slot7", + @"slot8", @"exp", @"aux", + @"gameio", @"printer", @"modem", @"rs232" +}; + +static NSString *Names[] = { + @"Slot 0", @"Slot 1", @"Slot 2", @"Slot 3", + @"Slot 4", @"Slot 5", @"Slot 6", @"Slot 7", + @"Slot 8", @"Expansion", @"Auxiliary", + @"Game I/O", @"Printer", @"Modem", @"RS232" +}; + + +-(void)setModel:(NSString *)model { + + + if (_model == model) return; + if ([_model isEqualToString: model]) return; + _model = model; + + [_data removeAllObjects]; + + if (!model) return; + + NSBundle *bundle = [NSBundle mainBundle]; + + NSDictionary *none = @{ @"Name": @"None", @"Mame": @"" }; + + for (unsigned i = 0; i < sizeof(Keys)/sizeof(Keys[0]); ++i) { + NSString *key = Keys[i]; + + NSString *path = [bundle pathForResource: key ofType: @"plist" inDirectory: model]; + if (!path) { + [self setValue: nil forKey: key]; + continue; + } + NSMutableArray *data = [NSMutableArray arrayWithContentsOfFile: path]; + + if (![data count]) { + [self setValue: nil forKey: key]; + continue; + } + + [data insertObject: none atIndex: 0]; + + NSString *value = [self valueForKey: key]; + if (value) { + BOOL found = NO; + for (NSDictionary *item in data) { + if ([value isEqualToString: [item objectForKey: @"Mame"]]) { + found = YES; + break; + } + } + if (!found) [self setValue: nil forKey: key]; + } + + NSDictionary *item = @{ + @"Children": data, + @"Name": Names[i], + @"Mame": key + }; + [_data addObject: item]; + } + // needs to call [NSBrowser reloadColumn0]; + [_browser loadColumnZero]; +} + +#if 0 +-(id)rootItemForBrowser:(NSBrowser *)browser { + return _data; +} + +- (BOOL)browser:(NSBrowser *)browser isLeafItem:(id)item { + + if (!item) return YES; + if (item == _data) return NO; + + return ![(NSDictionary *)item objectForKey: @"Children"]; +} + +- (id)browser:(NSBrowser *)browser child:(NSInteger)index ofItem:(id)item { + + if (!item) return nil; + if (item == _data) return [item objectAtIndex: index]; + + NSArray *data = [item objectForKey: @"Children"]; + return [data objectAtIndex: index]; + +} + + +-(id)browser:(NSBrowser *)browser objectValueForItem:(id)item { + if (item == _data) return @"Root"; + return [item objectForKey: @"Name"]; +} + + +- (NSInteger)browser:(NSBrowser *)browser numberOfChildrenOfItem:(id)item { + NSArray *data = item == _data ? item : [item objectForKey: @"Children"]; + return [data count]; +} +#endif + +-(void)browser:(NSBrowser *)sender willDisplayCell:(id)cell atRow:(NSInteger)row column:(NSInteger)column { + [(NSBrowserCell *)cell set]; + [(NSBrowserCell *)cell setLeaf: YES]; + [(NSBrowserCell *)cell setStringValue: @"Hello"]; +} + + +-(NSArray *)args { + NSMutableArray *array = [NSMutableArray new]; + + for (unsigned i = 0; i < sizeof(Keys)/sizeof(Keys[0]); ++i) { + NSString *key = Keys[i]; + + NSString *value = [self valueForKey: key]; + if (!value || ![value length]) continue; + [array addObject: Mame[i]]; + [array addObject: value]; + } + return array; +} + +@end diff --git a/MA2ME/machines.py b/MA2ME/machines.py new file mode 100644 index 0000000..c8a1ee7 --- /dev/null +++ b/MA2ME/machines.py @@ -0,0 +1,21 @@ +MACHINES = ( + "apple1", + "apple2", "apple2p", "apple2jp", + "apple3", + "apple2e", "apple2ees", "apple2euk", "apple2ep", + "apple2ee", "apple2eeuk", "apple2eefr", + "apple2gs", "apple2gsr0", "apple2gsr1", + "apple2c", "apple2cp", + "laser128", "laser2c", "las128ex", "las128e2", + "ace100" +) + +SLOTS = ( + "sl0", "sl1", "sl2", "sl3", + "sl4", "sl5", "sl6", "sl7", + "exp", "aux", + "rs232", + "gameio", + "printer", + "modem" +) \ No newline at end of file diff --git a/MA2ME/mkdevices.py b/MA2ME/mkdevices.py new file mode 100644 index 0000000..375c7e7 --- /dev/null +++ b/MA2ME/mkdevices.py @@ -0,0 +1,38 @@ + +import subprocess + +from plist import to_plist + +import xml.etree.ElementTree as ET + +from machines import MACHINES + + +devices = {} + +for m in MACHINES: + + + st = subprocess.run(["mame", m, "-listxml"], capture_output=True) + if st.returncode != 0: + print("mame error: {}".format(m)) + exit(1) + + xml = st.stdout + root = ET.fromstring(xml) + + nodes = root.findall("machine[@isdevice='yes']") + for d in nodes: + + name = d.get("name") # devname + desc = d.find("description").text + + tmp = { + "Name": name, + "Description": desc + } + devices[name] = tmp + + +with open("Resources/devices.plist", "w") as f: + f.write(to_plist(devices)) \ No newline at end of file diff --git a/MA2ME/mkmachines.py b/MA2ME/mkmachines.py new file mode 100644 index 0000000..aca6605 --- /dev/null +++ b/MA2ME/mkmachines.py @@ -0,0 +1,72 @@ + +import subprocess + +from plist import to_plist + +import xml.etree.ElementTree as ET + +from machines import MACHINES, SLOTS + +devices = {} + +for m in MACHINES: + + print(m) + + st = subprocess.run(["mame", m, "-listxml"], capture_output=True) + if st.returncode != 0: + print("mame error: {}".format(m)) + exit(1) + + d = { } + + xml = st.stdout + root = ET.fromstring(xml) + + path = 'machine[@name="{}"]'.format(m) + machine = root.find(path) + + d["value"] = m + d["description"] = machine.find("description").text + d["RAM"] = [ + { + "value": int(x.text), + "description": x.get("name") + } + for x in machine.findall('ramoption') + ] + + node = machine.find('display[@tag="screen"]') + d["Resolution"] = [int(node.get("width")), int(node.get("height")) * 2] + + mm = {} + for x in root.findall("machine[@isdevice='yes']"): + name = x.get("name") + mm[name] = x.find("description").text + + # print(mm) + + # ss = {} + for s in SLOTS: + path = 'slot[@name="{}"]/slotoption'.format(s) + nodes = machine.findall(path) + if not nodes: continue + + tmp = [] + for x in nodes: + name = x.get("name") + devname = x.get("devname") + desc = mm[devname] + tmp.append({ "value": name, "description": desc }) + d[s] = tmp + # d[s] = [(x.get("name"), x.get("devname")) for x in nodes] + + # d["Slots"] = ss + + + path = "Resources/{}.plist".format(m) + with open(path, "w") as f: + f.write(to_plist(d)) + + + diff --git a/MA2ME/plist.py b/MA2ME/plist.py new file mode 100644 index 0000000..e28bd3b --- /dev/null +++ b/MA2ME/plist.py @@ -0,0 +1,126 @@ + + +__all__ = ['to_plist'] + +from xml.sax.saxutils import escape +from base64 import b64encode +from datetime import date, datetime, timezone + +_header = ( + '\n' + '\n' + '\n' +) +_trailer = '\n' + +INDENT = " " + +def _bad(x, indent=0): + raise ValueError("plist: bad type: {} ({})".format(type(x), x)) + + + +def _encode_array(x, akku, indent=""): + + indent2 = indent + INDENT + + akku.append(indent + "\n") + + for v in x: + _encoder.get(type(v), _bad)(v, akku, indent2) + + akku.append(indent + "\n") + + +def _encode_dict(x, akku, indent=""): + + indent2 = indent + INDENT + + akku.append(indent + "\n") + for k,v in x.items(): + # key must be string? + if type(k) != str: + raise ValueError("plist: dictionary key must be string: {}: {}".format(type(k), k)) + akku.append("{}{}\n".format(indent2, escape(k))) + _encoder.get(type(v), _bad)(v, akku, indent2) + + akku.append(indent + "\n") + + +def _encode_bool(x, akku, indent=""): + if x: akku.append(indent + "\n") + else: akku.append(indent + "\n") + +def _encode_integer(x, akku, indent=""): + akku.append("{}{}\n".format(indent, x)) + +def _encode_real(x, akku, indent=""): + akku.append("{}{}\n".format(indent, x)) + +def _encode_string(x, akku, indent=""): + akku.append("{}{}\n".format(indent, escape(x))) + + +# data is YYYY-MM-DD T HH:MM:SS Z +def _encode_date(x, akku, indent=""): + s = x.strftime('%Y-%m-%d') + akku.append("{}{}\n".format(indent, s)) + +def _encode_datetime(x, akku, indent=""): + # if not x.tzinfo + # raise ValueError("plist: datetime must have tzinfo: {}".format(x)) + + # if x.tzinfo.utcoffset(x) == None: + # raise ValueError("plist: datetime must have utc offset: {}".format(x)) + + utc = x.astimezone(timezone.utc) + s = utc.strftime('%Y-%m-%dT%H:%M:%SZ') + akku.append("{}{}\n".format(indent, s)) + +def _encode_data(x, akku, indent=""): + # data is base64 encoded + + CHUNKSIZE = 32 + if len(x) < CHUNKSIZE: + akku.append("{}{}\n".format(indent, b64encode(x).encode('ascii'))) + return + + indent2 = indent + INDENT + akku.append(indent + "\n") + + for i in range(0, len(x), CHUNKSIZE): + akku.append( + "{}{}\n".format( + indent2, + b64encode(x[i:i+CHUNKSIZE]).encode('ascii') + ) + ) + + akku.append(indent + "\n") + +# data, data not yet supported. +_encoder = { + str: _encode_string, + float: _encode_real, + int: _encode_integer, + bool: _encode_bool, + + tuple: _encode_array, + list: _encode_array, + dict: _encode_dict, + bytes: _encode_data, + bytearray: _encode_data, + date: _encode_date, + datetime: _encode_datetime, +} + +def to_plist(x): + + akku = [] + akku.append(_header) + _encoder.get(type(x), _bad)(x, akku, INDENT) + akku.append(_trailer) + + return ''.join(akku) + + diff --git a/MA2ME/slots.py b/MA2ME/slots.py new file mode 100644 index 0000000..f0500dd --- /dev/null +++ b/MA2ME/slots.py @@ -0,0 +1,31 @@ + +import subprocess + +# from xml.dom.minidom import parseString +import xml.etree.ElementTree as ET + +st = subprocess.run(["mame", "apple1", "-listxml"], capture_output=True) + +if st.returncode != 0: exit(1) + +xml = st.stdout +# print(xml) + +dom = ET.fromstring(xml) + +machine = dom.find('machine[@name="apple1"]') + +ramoptions = [int(x.text) for x in machine.findall('ramoption')] + +# display +display = [] + +x = machine.find('display[@tag="screen"]') +print(x) + +if x != None: + display = [int(x.get("width")), int(x.get("height")) * 2] + + +print(display) +print(ramoptions) \ No newline at end of file diff --git a/SlotViewController.h b/SlotViewController.h new file mode 100644 index 0000000..741cc26 --- /dev/null +++ b/SlotViewController.h @@ -0,0 +1,41 @@ +// +// SlotViewController.h +// MA2ME +// +// Created by Kelvin Sherlock on 8/18/2020. +// Copyright © 2020 Kelvin Sherlock. All rights reserved. +// + +#import + +NS_ASSUME_NONNULL_BEGIN + +@interface SlotViewController : NSViewController + +@property (nonatomic) NSString *model; +//@property (nonatomic) NSDictionary *machine; + +@property unsigned memory; + +@property NSString *sl0; +@property NSString *sl1; +@property NSString *sl2; +@property NSString *sl3; +@property NSString *sl4; +@property NSString *sl5; +@property NSString *sl6; +@property NSString *sl7; + +@property NSString *rs232; +@property NSString *aux; +@property NSString *exp; +@property NSString *gameio; +@property NSString *printer; +@property NSString *modem; + + +//-(void)setMachine: (NSDictionary *)machine; + +@end + +NS_ASSUME_NONNULL_END diff --git a/SlotViewController.m b/SlotViewController.m new file mode 100644 index 0000000..20e3971 --- /dev/null +++ b/SlotViewController.m @@ -0,0 +1,129 @@ +// +// SlotViewController.m +// MA2ME +// +// Created by Kelvin Sherlock on 8/18/2020. +// Copyright © 2020 Kelvin Sherlock. All rights reserved. +// + +#import "SlotViewController.h" + +@interface SlotViewController () { +//NSDictionary *_machine; +} + +@property (weak) IBOutlet NSPopUpButton *ram_menu; +@property (weak) IBOutlet NSPopUpButton *sl0_menu; +@property (weak) IBOutlet NSPopUpButton *sl1_menu; +@property (weak) IBOutlet NSPopUpButton *sl2_menu; +@property (weak) IBOutlet NSPopUpButton *sl3_menu; +@property (weak) IBOutlet NSPopUpButton *sl4_menu; +@property (weak) IBOutlet NSPopUpButton *sl5_menu; +@property (weak) IBOutlet NSPopUpButton *sl6_menu; +@property (weak) IBOutlet NSPopUpButton *sl7_menu; +@property (weak) IBOutlet NSPopUpButton *sl8_menu; +@property (weak) IBOutlet NSPopUpButton *exp_menu; +@property (weak) IBOutlet NSPopUpButton *aux_menu; +@property (weak) IBOutlet NSPopUpButton *rs232_menu; +@property (weak) IBOutlet NSPopUpButton *game_menu; +@property (weak) IBOutlet NSPopUpButton *printer_menu; +@property (weak) IBOutlet NSPopUpButton *modem_menu; + +@property (strong) IBOutlet NSArrayController *ram_array; + +@property NSArray *ram_menu_values; + +@property NSDictionary *machine; + +@end + +@implementation SlotViewController + + +- (void)viewDidLoad { + [super viewDidLoad]; + // Do view setup here. + + [self setRam_menu_values: @[]]; + + NSBundle *bundle = [NSBundle mainBundle]; + NSURL *url= [bundle URLForResource: @"apple2gs" withExtension: @"plist"]; + + NSDictionary *d = [NSDictionary dictionaryWithContentsOfURL: url]; + [self setMachine: d]; + + //[self update_ram_menu]; + + + +} + +-(void)reset { + +} +- (IBAction)ram_menu_action:(id)sender { + NSLog(@"%@", sender); +} + +static NSMenuItem *MemoryMenuItem(unsigned size) { + + NSMenuItem *m; + NSString *s; + + if (size >= 1024 * 1024) + s = [NSString stringWithFormat: @"%fM", (double)size / (1024 * 1024)]; + else + s = [NSString stringWithFormat: @"%uK", size / 1024]; + + m = [[NSMenuItem alloc] initWithTitle: s action: nil keyEquivalent: @""]; + + [m setTag: size]; + return m; +} + +-(void)update_ram_menu { +#if 0 + NSMenu *menu = [_ram_menu menu]; + + [menu removeAllItems]; + + [menu addItem: MemoryMenuItem(4096)]; + [menu addItem: MemoryMenuItem(1310720)]; + [menu addItem: MemoryMenuItem(5242880)]; + + [_ram_array setContent: @[ + @{ @"description" : @"4K" }, + @{ @"description" : @"8K" }, + @{ @"description" : @"16K" } + ] + ]; + +#endif + [self setRam_menu_values: [_machine objectForKey: @"RAM"]]; + //[_ram_array setContent: [_machine objectForKey: @"RAM"]]; +} + +-(void)setModel:(NSString *)model { + + if (model == _model) return; + if ([model isEqualToString: _model]) return; + + _model = model; + _machine = nil; + + NSGridView *view = (NSGridView *)[self view]; + if (!_model) { + [view setHidden: YES]; + [self setMemory: 0]; + return; + } + + /* load ... */ + + /* ram menu */ + [_ram_menu removeAllItems]; + [self update_ram_menu]; + +} + +@end