From 42f7dba174af08d063cc94f782b1e3f17bdd88d8 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 15 Oct 2024 13:30:59 -0400 Subject: [PATCH] add c64/128 (extra) --- Ample.xcodeproj/project.pbxproj | 244 +- Ample/LaunchWindowController.m | 3 + Ample/Resources/c128.plist | 11351 ++++++++++++++++++++++++++ Ample/Resources/c64.plist | 11489 +++++++++++++++++++++++++++ Ample/Resources/c64c.plist | 11321 ++++++++++++++++++++++++++ Ample/Resources/models~extra.plist | 27 + Ample/Resources/roms~extra.plist | 252 + python/machines.py | 19 + python/mkmachines.py | 25 +- python/mkmodels.py | 2 + 10 files changed, 34617 insertions(+), 116 deletions(-) create mode 100644 Ample/Resources/c128.plist create mode 100644 Ample/Resources/c64.plist create mode 100644 Ample/Resources/c64c.plist diff --git a/Ample.xcodeproj/project.pbxproj b/Ample.xcodeproj/project.pbxproj index 7310993..9871f94 100644 --- a/Ample.xcodeproj/project.pbxproj +++ b/Ample.xcodeproj/project.pbxproj @@ -19,6 +19,12 @@ B6152B5B25F5B57E00605E6E /* Media.m in Sources */ = {isa = PBXBuildFile; fileRef = B6152B5925F5B57E00605E6E /* Media.m */; }; B615A99F26640940001FBF99 /* SlotView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B6E9A18125088B36005E7525 /* SlotView.xib */; }; B615A9A026640A70001FBF99 /* SlotViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B6E9A17F25088B1B005E7525 /* SlotViewController.m */; }; + B61DB2D62CBD89C4004B9C64 /* c64c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D32CBD89C3004B9C64 /* c64c.plist */; }; + B61DB2D72CBD89C4004B9C64 /* c64c.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D32CBD89C3004B9C64 /* c64c.plist */; }; + B61DB2D82CBD89C4004B9C64 /* c64.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D42CBD89C3004B9C64 /* c64.plist */; }; + B61DB2D92CBD89C4004B9C64 /* c64.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D42CBD89C3004B9C64 /* c64.plist */; }; + B61DB2DA2CBD89C4004B9C64 /* c128.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D52CBD89C4004B9C64 /* c128.plist */; }; + B61DB2DB2CBD89C4004B9C64 /* c128.plist in Resources */ = {isa = PBXBuildFile; fileRef = B61DB2D52CBD89C4004B9C64 /* c128.plist */; }; B63005332666D6940014C381 /* BookmarkManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B63005322666D6940014C381 /* BookmarkManager.m */; }; B63005342666D6940014C381 /* BookmarkManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B63005322666D6940014C381 /* BookmarkManager.m */; }; B635C09A26784A1200B23BFD /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B635C09926784A1200B23BFD /* Sparkle.framework */; }; @@ -682,6 +688,9 @@ B6152B5825F5B4F100605E6E /* Media.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Media.h; sourceTree = ""; }; B6152B5925F5B57E00605E6E /* Media.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = Media.m; sourceTree = ""; }; B618B8C32729F6690045C2D8 /* laser128o.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = laser128o.plist; sourceTree = ""; }; + B61DB2D32CBD89C3004B9C64 /* c64c.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = c64c.plist; sourceTree = ""; }; + B61DB2D42CBD89C3004B9C64 /* c64.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = c64.plist; sourceTree = ""; }; + B61DB2D52CBD89C4004B9C64 /* c128.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = c128.plist; sourceTree = ""; }; B622BAD62AA1615700CCB38C /* macqd605.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macqd605.plist; sourceTree = ""; }; B622BAD92AA1615D00CCB38C /* macqd630.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = macqd630.plist; sourceTree = ""; }; B622BADC2AA1617F00CCB38C /* maclc580.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = maclc580.plist; sourceTree = ""; }; @@ -1056,6 +1065,42 @@ B64E15AF24EA365E00E8AD3D /* Resources */ = { isa = PBXGroup; children = ( + B6852EC82B0EAA7500BBFFC7 /* a500.plist */, + B6852EC32B0EAA7400BBFFC7 /* a500n.plist */, + B6852EC42B0EAA7400BBFFC7 /* a1000.plist */, + B6852EC52B0EAA7400BBFFC7 /* a1000n.plist */, + B6852EC62B0EAA7400BBFFC7 /* a2000.plist */, + B6852EC72B0EAA7400BBFFC7 /* a2000n.plist */, + B6896DEC2B016CD800251FA4 /* ace100.plist */, + B63E57E12755AF1F00F8B5D1 /* ace500.plist */, + B6896E322B016CEA00251FA4 /* ace1000.plist */, + B6ABF47B275986EA00DC3D48 /* ace2200.plist */, + B6896E1B2B016CE500251FA4 /* agat7.plist */, + B6109A1224F5F375005CB652 /* agat9.plist */, + B6896DB02B016CCB00251FA4 /* albert.plist */, + B6109A0724F5F372005CB652 /* am64.plist */, + B6896DE12B016CD600251FA4 /* am100.plist */, + B6109A0424F5F372005CB652 /* apple1.plist */, + B6896DC12B016CCF00251FA4 /* apple2.plist */, + B61099F124F5F36F005CB652 /* apple2c.plist */, + B6F9F8B92C62E0D0007D5A3B /* apple2c0.plist */, + B6F9F8B82C62E0D0007D5A3B /* apple2c3.plist */, + B6F9F8BA2C62E0D0007D5A3B /* apple2c4.plist */, + B6896DA12B016CC800251FA4 /* apple2cp.plist */, + B61099EA24F5F36E005CB652 /* apple2e.plist */, + B6896E0D2B016CE100251FA4 /* apple2ee.plist */, + B6109A0124F5F371005CB652 /* apple2eefr.plist */, + B6896DD72B016CD300251FA4 /* apple2ees.plist */, + B6109A0624F5F372005CB652 /* apple2eeuk.plist */, + B6896DDD2B016CD500251FA4 /* apple2ep.plist */, + B61099F324F5F36F005CB652 /* apple2euk.plist */, + B6896DBA2B016CCD00251FA4 /* apple2gs.plist */, + B61099F624F5F36F005CB652 /* apple2gsr0.plist */, + B6896DD82B016CD400251FA4 /* apple2gsr1.plist */, + B61099F224F5F36F005CB652 /* apple2jp.plist */, + B6896DEB2B016CD800251FA4 /* apple2p.plist */, + B61099FD24F5F370005CB652 /* apple3.plist */, + B6896E032B016CDE00251FA4 /* basis108.plist */, B636F5C52B1168C00063F9D8 /* bbca.plist */, B636F5C32B1168C00063F9D8 /* bbcb_de.plist */, B636F5C22B1168C00063F9D8 /* bbcb_no.plist */, @@ -1066,55 +1111,35 @@ B636F5C42B1168C00063F9D8 /* bbcm.plist */, B636F5BD2B1168BF0063F9D8 /* bbcmc.plist */, B636F5C02B1168BF0063F9D8 /* bbcmt.plist */, - B636F5C62B1168C00063F9D8 /* electron.plist */, - B6852EC82B0EAA7500BBFFC7 /* a500.plist */, - B6852EC32B0EAA7400BBFFC7 /* a500n.plist */, - B6852EC42B0EAA7400BBFFC7 /* a1000.plist */, - B6852EC52B0EAA7400BBFFC7 /* a1000n.plist */, - B6852EC62B0EAA7400BBFFC7 /* a2000.plist */, - B6852EC72B0EAA7400BBFFC7 /* a2000n.plist */, - B67879072B0195D800CFACF2 /* sun1.plist */, - B67879082B0195D800CFACF2 /* sun2_50.plist */, - B67879142B0195DB00CFACF2 /* sun2_120.plist */, - B67879062B0195D800CFACF2 /* sun3_50.plist */, - B67879102B0195DA00CFACF2 /* sun3_60.plist */, - B678790A2B0195D900CFACF2 /* sun3_80.plist */, - B67879112B0195DA00CFACF2 /* sun3_110.plist */, - B678790F2B0195DA00CFACF2 /* sun3_150.plist */, - B67879122B0195DA00CFACF2 /* sun3_260.plist */, - B678790B2B0195D900CFACF2 /* sun3_e.plist */, - B67879092B0195D800CFACF2 /* sun4_20.plist */, - B678790C2B0195D900CFACF2 /* sun4_25.plist */, - B67879132B0195DA00CFACF2 /* sun4_40.plist */, - B678790D2B0195D900CFACF2 /* sun4_50.plist */, - B678790E2B0195D900CFACF2 /* sun4_65.plist */, - B67879002B0195C100CFACF2 /* nws1580.plist */, - B67879012B0195C100CFACF2 /* nws5000x.plist */, - B6896DEC2B016CD800251FA4 /* ace100.plist */, - B6896E322B016CEA00251FA4 /* ace1000.plist */, - B6896E1B2B016CE500251FA4 /* agat7.plist */, - B6896DB02B016CCB00251FA4 /* albert.plist */, - B6896DE12B016CD600251FA4 /* am100.plist */, - B6896DC12B016CCF00251FA4 /* apple2.plist */, - B6F9F8B92C62E0D0007D5A3B /* apple2c0.plist */, - B6F9F8B82C62E0D0007D5A3B /* apple2c3.plist */, - B6F9F8BA2C62E0D0007D5A3B /* apple2c4.plist */, - B6896DA12B016CC800251FA4 /* apple2cp.plist */, - B6896E0D2B016CE100251FA4 /* apple2ee.plist */, - B6896DD72B016CD300251FA4 /* apple2ees.plist */, - B6896DDD2B016CD500251FA4 /* apple2ep.plist */, - B6896DBA2B016CCD00251FA4 /* apple2gs.plist */, - B6896DD82B016CD400251FA4 /* apple2gsr1.plist */, - B6896DEB2B016CD800251FA4 /* apple2p.plist */, - B6896E032B016CDE00251FA4 /* basis108.plist */, + B61DB2D42CBD89C3004B9C64 /* c64.plist */, + B61DB2D32CBD89C3004B9C64 /* c64c.plist */, + B61DB2D52CBD89C4004B9C64 /* c128.plist */, + B63C1B9B250192D800511A71 /* cec2000.plist */, B6896DFE2B016CDD00251FA4 /* cece.plist */, + B63C1B9A250192D700511A71 /* cecg.plist */, B6896D9E2B016CC800251FA4 /* ceci.plist */, + B63C1B9C250192D800511A71 /* cecm.plist */, B6896DEE2B016CD900251FA4 /* CheatSheet.html */, + B6EEFAAD2B9ABCAD0068B47C /* coco.plist */, + B6EEFAAC2B9ABCAD0068B47C /* coco2b.plist */, + B65D1B922BB7B1AB00C15287 /* coco2bh.plist */, + B6EEFAA92B9ABCAD0068B47C /* coco3.plist */, + B65D1B932BB7B1AC00C15287 /* coco3h.plist */, + B6EEFAB22B9ABCAE0068B47C /* coco3p.plist */, + B65D1B902BB7B1AB00C15287 /* cocoh.plist */, + B6109A1324F5F375005CB652 /* craft2p.plist */, B6896E262B016CE700251FA4 /* cz101.plist */, + B6EEFAB02B9ABCAE0068B47C /* d64plus.plist */, B6896DAC2B016CCA00251FA4 /* dodo.plist */, + B6EEFAAF2B9ABCAD0068B47C /* dragon32.plist */, + B6EEFAA82B9ABCAD0068B47C /* dragon64.plist */, + B6EEFAB32B9ABCAE0068B47C /* dragon200.plist */, + B6EEFAAE2B9ABCAD0068B47C /* dragon200e.plist */, B6896DBC2B016CCE00251FA4 /* ds5k133.plist */, B6896DD12B016CD200251FA4 /* ds2100.plist */, B6896E1E2B016CE500251FA4 /* ds3100.plist */, + B636F5C62B1168C00063F9D8 /* electron.plist */, + B61099FE24F5F370005CB652 /* elppa.plist */, B6896DC52B016CD000251FA4 /* hkc8800a.plist */, B6896DF22B016CDA00251FA4 /* hp9k310.plist */, B6896DF02B016CD900251FA4 /* hp9k320.plist */, @@ -1141,35 +1166,68 @@ B6896D9D2B016CC700251FA4 /* ip6400.plist */, B6896DBF2B016CCE00251FA4 /* ip6700.plist */, B6896E282B016CE800251FA4 /* ip6800.plist */, + B61099EF24F5F36E005CB652 /* ivelultr.plist */, B6896DE72B016CD700251FA4 /* las128e2.plist */, + B61099F724F5F36F005CB652 /* las128ex.plist */, B6896E2D2B016CE900251FA4 /* las3000.plist */, + B61099F824F5F36F005CB652 /* laser2c.plist */, B6896DCF2B016CD200251FA4 /* laser128.plist */, + B618B8C32729F6690045C2D8 /* laser128o.plist */, B6896E0A2B016CE000251FA4 /* mac2fdhd.plist */, + B6DE323D2605482400418375 /* mac128k.plist */, B6896DB12B016CCC00251FA4 /* mac512k.plist */, + B6DE323F2605482400418375 /* mac512ke.plist */, B6896DF42B016CDA00251FA4 /* maccclas.plist */, + B6374AC9260ECB3F0045CA16 /* macclas2.plist */, B6896DAA2B016CCA00251FA4 /* macclasc.plist */, + B6939C292A747BBE0025D891 /* macct610.plist */, B6896DD42B016CD300251FA4 /* macct650.plist */, + B6374ACA260ECB3F0045CA16 /* macii.plist */, B6896E052B016CDF00251FA4 /* maciici.plist */, + B6374ACD260ECB3F0045CA16 /* maciicx.plist */, B6F9F8B22C5E682E007D5A3B /* maciifx.plist */, B6896DA62B016CC900251FA4 /* maciihmu.plist */, + B6374ACB260ECB3F0045CA16 /* maciisi.plist */, B6896DF32B016CDA00251FA4 /* maciivi.plist */, + B6374ACF260ECB3F0045CA16 /* maciivx.plist */, B6896DEF2B016CD900251FA4 /* maciix.plist */, + B6DD1FE725B407E6004A3242 /* maclc.plist */, B6896DA92B016CCA00251FA4 /* maclc2.plist */, + B65085B725B616AC00354EC9 /* maclc3.plist */, B6896DD62B016CD300251FA4 /* maclc3p.plist */, + B622BAE22AA1619F00CCB38C /* maclc475.plist */, B6896E102B016CE200251FA4 /* maclc520.plist */, + B6939C222A747B950025D891 /* maclc550.plist */, B6896DC72B016CD000251FA4 /* maclc575.plist */, + B622BADC2AA1617F00CCB38C /* maclc580.plist */, + B6F9F8A62C5E6813007D5A3B /* macpb100.plist */, B6896E2E2B016CE900251FA4 /* macplus.plist */, + B6F9F8A72C5E6813007D5A3B /* macprtb.plist */, + B622BAD62AA1615700CCB38C /* macqd605.plist */, B6896DF82B016CDB00251FA4 /* macqd610.plist */, + B622BAD92AA1615D00CCB38C /* macqd630.plist */, B6896DF92B016CDC00251FA4 /* macqd650.plist */, + B6939C182A747B790025D891 /* macqd700.plist */, B6896E0E2B016CE100251FA4 /* macqd800.plist */, + B6F9F8A82C5E6813007D5A3B /* macqd900.plist */, + B6F9F8A92C5E6814007D5A3B /* macqd950.plist */, + B6DE32432605482500418375 /* macse.plist */, B6896E1A2B016CE400251FA4 /* macse30.plist */, + B6DE32402605482500418375 /* macsefd.plist */, B65C0A762B9E77DC00CB24C9 /* mactv.plist */, B6896E042B016CDF00251FA4 /* maxxi.plist */, + B65D1B912BB7B1AB00C15287 /* mc10.plist */, + B66116872A2535F50038A3E2 /* megast.plist */, B6896DCB2B016CD100251FA4 /* microeng.plist */, + B6EEFAB12B9ABCAE0068B47C /* models.plist */, B6896DDA2B016CD400251FA4 /* models~extra.plist */, B6896DE42B016CD600251FA4 /* mprof3.plist */, + B67879002B0195C100CFACF2 /* nws1580.plist */, B6896DC82B016CD000251FA4 /* nws3260.plist */, B6896E202B016CE600251FA4 /* nws3410.plist */, + B67879012B0195C100CFACF2 /* nws5000x.plist */, + B6FECDCF2BA8AA080025B402 /* oric1.plist */, + B6FECDCE2BA8AA080025B402 /* orica.plist */, B6896DA42B016CC900251FA4 /* pdp11qb.plist */, B6896DAD2B016CCB00251FA4 /* pdp11ub.plist */, B6896DBB2B016CCE00251FA4 /* pdp11ub2.plist */, @@ -1177,7 +1235,10 @@ B6896DB72B016CCD00251FA4 /* pi4d25.plist */, B6896DE02B016CD500251FA4 /* pi4d30.plist */, B6896DDF2B016CD500251FA4 /* pi4d35.plist */, + B6109A0C24F5F374005CB652 /* prav8c.plist */, + B6FECDCC2BA8AA080025B402 /* prav8d.plist */, B6896DF12B016CDA00251FA4 /* prav8m.plist */, + B6109A0D24F5F374005CB652 /* prav82.plist */, B6896DC92B016CD000251FA4 /* rc2030.plist */, B6896E182B016CE400251FA4 /* rc3230.plist */, B6896DE92B016CD800251FA4 /* roms.plist */, @@ -1189,136 +1250,87 @@ B6896DB82B016CCD00251FA4 /* rtpc020.plist */, B6896E192B016CE400251FA4 /* rtpc025.plist */, B6896DFA2B016CDC00251FA4 /* rtpca25.plist */, + B61099F024F5F36E005CB652 /* space84.plist */, B6896DCA2B016CD100251FA4 /* spectred.plist */, + B66116842A2535EF0038A3E2 /* st.plist */, + B67879072B0195D800CFACF2 /* sun1.plist */, + B67879082B0195D800CFACF2 /* sun2_50.plist */, + B67879142B0195DB00CFACF2 /* sun2_120.plist */, + B67879062B0195D800CFACF2 /* sun3_50.plist */, + B67879102B0195DA00CFACF2 /* sun3_60.plist */, + B678790A2B0195D900CFACF2 /* sun3_80.plist */, + B67879112B0195DA00CFACF2 /* sun3_110.plist */, + B678790F2B0195DA00CFACF2 /* sun3_150.plist */, + B67879122B0195DA00CFACF2 /* sun3_260.plist */, + B678790B2B0195D900CFACF2 /* sun3_e.plist */, + B67879092B0195D800CFACF2 /* sun4_20.plist */, + B678790C2B0195D900CFACF2 /* sun4_25.plist */, + B67879132B0195DA00CFACF2 /* sun4_40.plist */, + B678790D2B0195D900CFACF2 /* sun4_50.plist */, + B678790E2B0195D900CFACF2 /* sun4_65.plist */, + B6EEFAA72B9ABCAD0068B47C /* tanodr64.plist */, + B6FECDCD2BA8AA080025B402 /* telstrat.plist */, B6896DCC2B016CD100251FA4 /* tk3000.plist */, + B6EEFAAA2B9ABCAD0068B47C /* trs80.plist */, + B6EEFAAB2B9ABCAD0068B47C /* trs80l2.plist */, + B61099FA24F5F370005CB652 /* uniap2en.plist */, B6896E132B016CE200251FA4 /* uniap2pt.plist */, + B6109A0224F5F371005CB652 /* uniap2ti.plist */, B6896E0C2B016CE100251FA4 /* vt52.plist */, B6896DE32B016CD600251FA4 /* vt100.plist */, B6896DB32B016CCC00251FA4 /* vt101.plist */, B6896E082B016CE000251FA4 /* vt102.plist */, B6896DEA2B016CD800251FA4 /* vt240.plist */, B6896DCD2B016CD100251FA4 /* zijini.plist */, - B6F9F8A62C5E6813007D5A3B /* macpb100.plist */, - B6F9F8A72C5E6813007D5A3B /* macprtb.plist */, - B6F9F8A82C5E6813007D5A3B /* macqd900.plist */, - B6F9F8A92C5E6814007D5A3B /* macqd950.plist */, - B65D1B922BB7B1AB00C15287 /* coco2bh.plist */, - B65D1B932BB7B1AC00C15287 /* coco3h.plist */, - B65D1B902BB7B1AB00C15287 /* cocoh.plist */, - B65D1B912BB7B1AB00C15287 /* mc10.plist */, - B6FECDCF2BA8AA080025B402 /* oric1.plist */, - B6FECDCE2BA8AA080025B402 /* orica.plist */, - B6FECDCC2BA8AA080025B402 /* prav8d.plist */, - B6FECDCD2BA8AA080025B402 /* telstrat.plist */, - B6EEFAAD2B9ABCAD0068B47C /* coco.plist */, - B6EEFAAC2B9ABCAD0068B47C /* coco2b.plist */, - B6EEFAA92B9ABCAD0068B47C /* coco3.plist */, - B6EEFAB22B9ABCAE0068B47C /* coco3p.plist */, - B6EEFAB02B9ABCAE0068B47C /* d64plus.plist */, - B6EEFAAF2B9ABCAD0068B47C /* dragon32.plist */, - B6EEFAA82B9ABCAD0068B47C /* dragon64.plist */, - B6EEFAB32B9ABCAE0068B47C /* dragon200.plist */, - B6EEFAAE2B9ABCAD0068B47C /* dragon200e.plist */, - B6EEFAB12B9ABCAE0068B47C /* models.plist */, - B6EEFAA72B9ABCAD0068B47C /* tanodr64.plist */, - B6EEFAAA2B9ABCAD0068B47C /* trs80.plist */, - B6EEFAAB2B9ABCAD0068B47C /* trs80l2.plist */, B6109A0824F5F373005CB652 /* ace100.plist */, - B63E57E12755AF1F00F8B5D1 /* ace500.plist */, B646D10A263A5DF20014C586 /* ace1000.plist */, - B6ABF47B275986EA00DC3D48 /* ace2200.plist */, B6109A1624F5F376005CB652 /* agat7.plist */, - B6109A1224F5F375005CB652 /* agat9.plist */, B6109A1124F5F375005CB652 /* albert.plist */, - B6109A0724F5F372005CB652 /* am64.plist */, B6109A0F24F5F374005CB652 /* am100.plist */, - B6109A0424F5F372005CB652 /* apple1.plist */, B6109A0324F5F371005CB652 /* apple2.plist */, - B61099F124F5F36F005CB652 /* apple2c.plist */, B6109A1424F5F376005CB652 /* apple2cp.plist */, - B61099EA24F5F36E005CB652 /* apple2e.plist */, B61099F424F5F36F005CB652 /* apple2ee.plist */, - B6109A0124F5F371005CB652 /* apple2eefr.plist */, B61099EC24F5F36E005CB652 /* apple2ees.plist */, - B6109A0624F5F372005CB652 /* apple2eeuk.plist */, B61099FB24F5F370005CB652 /* apple2ep.plist */, - B61099F324F5F36F005CB652 /* apple2euk.plist */, B61099FC24F5F370005CB652 /* apple2gs.plist */, - B61099F624F5F36F005CB652 /* apple2gsr0.plist */, B6109A0E24F5F374005CB652 /* apple2gsr1.plist */, - B61099F224F5F36F005CB652 /* apple2jp.plist */, B6109A1524F5F376005CB652 /* apple2p.plist */, - B61099FD24F5F370005CB652 /* apple3.plist */, B6109A0524F5F372005CB652 /* basis108.plist */, - B63C1B9B250192D800511A71 /* cec2000.plist */, B63C1B98250192D700511A71 /* cece.plist */, - B63C1B9A250192D700511A71 /* cecg.plist */, B63C1B99250192D700511A71 /* ceci.plist */, - B63C1B9C250192D800511A71 /* cecm.plist */, B63C1F1125B147E10016A611 /* CheatSheet.html */, - B6109A1324F5F375005CB652 /* craft2p.plist */, B6109A0924F5F373005CB652 /* dodo.plist */, - B61099FE24F5F370005CB652 /* elppa.plist */, B61099EB24F5F36E005CB652 /* hkc8800a.plist */, - B61099EF24F5F36E005CB652 /* ivelultr.plist */, B6109A0A24F5F373005CB652 /* las128e2.plist */, - B61099F724F5F36F005CB652 /* las128ex.plist */, B6FECAFA28C0093600E143DA /* las3000.plist */, - B61099F824F5F36F005CB652 /* laser2c.plist */, B6109A1024F5F375005CB652 /* laser128.plist */, - B618B8C32729F6690045C2D8 /* laser128o.plist */, B6374AE2260ECDDD0045CA16 /* mac2fdhd.plist */, - B6DE323D2605482400418375 /* mac128k.plist */, B6DE32422605482500418375 /* mac512k.plist */, - B6DE323F2605482400418375 /* mac512ke.plist */, B6301BE629107C1E00495022 /* maccclas.plist */, - B6374AC9260ECB3F0045CA16 /* macclas2.plist */, B6DE323E2605482400418375 /* macclasc.plist */, - B6939C292A747BBE0025D891 /* macct610.plist */, B6939C282A747BBE0025D891 /* macct650.plist */, - B6374ACA260ECB3F0045CA16 /* macii.plist */, B65085B825B616AC00354EC9 /* maciici.plist */, - B6374ACD260ECB3F0045CA16 /* maciicx.plist */, B6374AE1260ECDDD0045CA16 /* maciihmu.plist */, - B6374ACB260ECB3F0045CA16 /* maciisi.plist */, B6374ACC260ECB3F0045CA16 /* maciivi.plist */, - B6374ACF260ECB3F0045CA16 /* maciivx.plist */, B6374ACE260ECB3F0045CA16 /* maciix.plist */, - B6DD1FE725B407E6004A3242 /* maclc.plist */, B65085B625B616AC00354EC9 /* maclc2.plist */, - B65085B725B616AC00354EC9 /* maclc3.plist */, B6939C252A747BA30025D891 /* maclc3p.plist */, - B622BAE22AA1619F00CCB38C /* maclc475.plist */, B6301BE329107BE800495022 /* maclc520.plist */, - B6939C222A747B950025D891 /* maclc550.plist */, B622BADD2AA1617F00CCB38C /* maclc575.plist */, - B622BADC2AA1617F00CCB38C /* maclc580.plist */, B6DE32412605482500418375 /* macplus.plist */, - B622BAD62AA1615700CCB38C /* macqd605.plist */, B6939C172A747B790025D891 /* macqd610.plist */, - B622BAD92AA1615D00CCB38C /* macqd630.plist */, B6939C192A747B790025D891 /* macqd650.plist */, - B6939C182A747B790025D891 /* macqd700.plist */, B6939C162A747B790025D891 /* macqd800.plist */, - B6DE32432605482500418375 /* macse.plist */, B6374AD0260ECB400045CA16 /* macse30.plist */, - B6DE32402605482500418375 /* macsefd.plist */, B6109A0B24F5F373005CB652 /* maxxi.plist */, - B66116872A2535F50038A3E2 /* megast.plist */, B61099ED24F5F36E005CB652 /* microeng.plist */, B61099F524F5F36F005CB652 /* models.plist */, B61099F924F5F370005CB652 /* mprof3.plist */, - B6109A0C24F5F374005CB652 /* prav8c.plist */, B6109A0024F5F371005CB652 /* prav8m.plist */, - B6109A0D24F5F374005CB652 /* prav82.plist */, B63C1B8F250088DC00511A71 /* roms.plist */, - B61099F024F5F36E005CB652 /* space84.plist */, B61099FF24F5F371005CB652 /* spectred.plist */, - B66116842A2535EF0038A3E2 /* st.plist */, B6DE323225FE7BD400418375 /* tk3000.plist */, - B61099FA24F5F370005CB652 /* uniap2en.plist */, B61099EE24F5F36E005CB652 /* uniap2pt.plist */, - B6109A0224F5F371005CB652 /* uniap2ti.plist */, B63C1BA7250192E600511A71 /* zijini.plist */, ); path = Resources; @@ -1668,6 +1680,7 @@ B67878862B01732700CFACF2 /* hp9k370.plist in Resources */, B67878F32B01732700CFACF2 /* macqd605.plist in Resources */, B67878E72B01732700CFACF2 /* mac512ke.plist in Resources */, + B61DB2D82CBD89C4004B9C64 /* c64.plist in Resources */, B65D1B982BB7B1AC00C15287 /* coco2bh.plist in Resources */, B6DDECCE2505A86E0093587A /* eject-16x16@3x.png in Resources */, B678789A2B01732700CFACF2 /* las3000.plist in Resources */, @@ -1809,11 +1822,13 @@ B6D6DE3924FAC8B500661A5F /* Preferences.xib in Resources */, B6EEFACA2B9ABCAE0068B47C /* coco3p.plist in Resources */, B63C1F0B25B143C50016A611 /* CheatSheet.xib in Resources */, + B61DB2DA2CBD89C4004B9C64 /* c128.plist in Resources */, B67878B12B01732700CFACF2 /* mprof3.plist in Resources */, B67878CC2B01732700CFACF2 /* vt101.plist in Resources */, B67878CE2B01732700CFACF2 /* vt240.plist in Resources */, B67878C12B01732700CFACF2 /* rs3230.plist in Resources */, B65D1B942BB7B1AC00C15287 /* cocoh.plist in Resources */, + B61DB2D62CBD89C4004B9C64 /* c64c.plist in Resources */, B6EEFAC42B9ABCAE0068B47C /* dragon32.plist in Resources */, B67879172B0195DB00CFACF2 /* sun1.plist in Resources */, B67878962B01732700CFACF2 /* ip6400.plist in Resources */, @@ -2006,6 +2021,7 @@ B6DE323C26044DB800418375 /* caution@3x.png in Resources */, B6DDECC125057A550093587A /* drag-handle-4x10.png in Resources */, B6DDECC325057A550093587A /* drag-handle-4x10@2x.png in Resources */, + B61DB2DB2CBD89C4004B9C64 /* c128.plist in Resources */, B6DDECC525057A550093587A /* drag-handle-4x10@3x.png in Resources */, B6EEFAC52B9ABCAE0068B47C /* dragon32.plist in Resources */, B67878212B01732600CFACF2 /* pi4d25.plist in Resources */, @@ -2052,6 +2068,7 @@ B67878562B01732600CFACF2 /* maciivx.plist in Resources */, B678782C2B01732600CFACF2 /* rtpc015.plist in Resources */, B67878362B01732600CFACF2 /* vt102.plist in Resources */, + B61DB2D92CBD89C4004B9C64 /* c64.plist in Resources */, B63C1F0C25B143C50016A611 /* CheatSheet.xib in Resources */, B636F5C82B1168C00063F9D8 /* bbcmc.plist in Resources */, B67878682B01732600CFACF2 /* uniap2ti.plist in Resources */, @@ -2074,6 +2091,7 @@ B6F9F8BE2C62E0D0007D5A3B /* apple2c0.plist in Resources */, B67878142B01732600CFACF2 /* macqd650.plist in Resources */, B6EEFAB52B9ABCAE0068B47C /* tanodr64.plist in Resources */, + B61DB2D72CBD89C4004B9C64 /* c64c.plist in Resources */, B6E4B5DA24FDE2670094A35C /* Credits.rtf in Resources */, B636F5CC2B1168C00063F9D8 /* bbcbp.plist in Resources */, B67878422B01732600CFACF2 /* apple2euk.plist in Resources */, diff --git a/Ample/LaunchWindowController.m b/Ample/LaunchWindowController.m index 3ae6a82..9f7300d 100644 --- a/Ample/LaunchWindowController.m +++ b/Ample/LaunchWindowController.m @@ -28,8 +28,11 @@ static NSString *kContextMachine = @"kContextMachine"; static NSString *NeedsAspectRatio(NSString *machine) { static NSDictionary *dict = nil; + /* these are all non-60hz? */ if (!dict) { dict = @{ + @"c64": @"3:2", + @"c64c": @"3:2", @"oric1": @"2:1", @"orica": @"2:1", @"prav8d": @"2:1", diff --git a/Ample/Resources/c128.plist b/Ample/Resources/c128.plist new file mode 100644 index 0000000..b45a0ba --- /dev/null +++ b/Ample/Resources/c128.plist @@ -0,0 +1,11351 @@ + + + + + value + c128 + description + Commodore 128 (NTSC) + media + + + resolution + + 640 + 200 + + slots + + + name + ramsize + description + RAM + options + + + intValue + 131072 + description + 128K + value + 128K + default + + + + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r2 + description + Revision 2 + + + value + r4 + description + Revision 4 + + + value + jiffydos + description + JiffyDOS v6.01 + + + value + quikslvr + description + QuickSilver 128 + + + + + name + exp + description + Expansion + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + devname + c64_1700reu + + + value + reu1750 + description + 1750 RAM Expansion Unit + devname + c64_1750reu + + + value + reu1764 + description + 1764 RAM Expansion Unit + devname + c64_1764reu + + + value + 16k + description + C64 16KB EPROM Cartridge + devname + c64_16kb + + + value + buscard + description + C64 BusCard Cartridge + devname + c64_buscard + + + value + buscard2 + description + C64 BusCard II Cartridge + devname + c64_buscard2 + + + value + cpm + description + C64 CP/M Cartridge + devname + c64_cpm + + + value + dqbb + description + C64 Double Quick Brown Box Cartridge + devname + c64_dqbb + + + value + easyflash + description + C64 EasyFlash Cartridge + devname + c64_easyflash + + + value + georam + description + C64 GeoRAM Cartridge + devname + c64_georam + + + value + ide64 + description + C64 IDE64 Cartridge + devname + c64_ide64 + + + value + midimap + description + C64 Maplin MIDI + devname + c64_midimap + + + value + music64 + description + C64 Music 64 Cartridge + devname + c64_music64 + + + value + midins + description + C64 Namesoft MIDI + devname + c64_midins + + + value + neoram + description + C64 NeoRAM Cartridge + devname + c64_neoram + + + value + midipp + description + C64 Passport MIDI + devname + c64_midipp + + + value + midisci + description + C64 Sequential Circuits MIDI + devname + c64_midisci + + + value + sfxse + description + C64 SFX Sound Expander Cartridge + devname + c64_sfxse + + + value + midisiel + description + C64 Siel MIDI + devname + c64_midisiel + + + value + supercpu + description + C64 SuperCPU V2 + SuperRAM + devname + c64_supercpu + + + value + swiftlink + description + C64 SwiftLink Cartridge + devname + c64_swiftlink + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 Cartridge + devname + c64_tibdd001 + + + value + turbo232 + description + C64 Turbo232 Cartridge + devname + c64_turbo232 + + + value + speakez + description + PPP Speakeasy 64 + devname + c64_speakeasy + + + + + name + user + description + User + options + + + value + + description + —None— + default + + + + value + bn1541 + description + C64 Burst Nibbler 1541/1571 Parallel Cable + devname + c64_bn1541 + + + value + 4dxh + description + C64 DXH 4-Player Adapter + devname + c64_4dxh + + + value + geocable + description + C64 GeoCable + devname + c64_geocable + + + value + 4ksa + description + C64 Kingsoft 4-Player Adapter + devname + c64_4ksa + + + value + 4cga + description + C64 Protovision 4 Player Interface + devname + c64_4cga + + + value + 4tba + description + C64 Tie Break Adapter + devname + c64_4tba + + + value + rs232 + description + VIC-1011 RS-232C + devname + vic1011 + + + + + name + iec4 + description + IEC 4 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec8 + description + IEC 8 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + default + + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec9 + description + IEC 9 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec10 + description + IEC 10 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec11 + description + IEC 11 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + tape + description + Tape + options + + + value + + description + —None— + default + + + + value + c1530 + description + Commodore 1530 Datassette + default + + devname + c1530 + media + + cass + 1 + + + + value + c2n + description + Commodore C2N Datassette + devname + c2n + media + + cass + 1 + + + + + + devices + + + name + bluechip + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + 1 + description + 1 + + + value + 2 + description + 2 + + + + + + + name + c1526 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r05 + description + Revision 5 + + + value + r07c + description + Revision 7c + + + value + r07b + description + Revision 7b (Swe/Fin) + + + value + grafik + description + MPS802 GrafikROM II v60.12 + + + + + + + name + c1541 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + value + r3 + description + Revision 3 + + + value + r4 + description + Revision 4 + + + value + r5 + description + Revision 5 + + + value + r6 + description + Revision 6 + + + value + jiffydos + description + JiffyDOS v6.01 + + + value + speeddos + description + SpeedDOS-Plus+ + + + value + rolo27 + description + Rolo DOS v2.7 + + + value + tt34 + description + TurboTrans v3.4 + + + value + digidos + description + DigiDOS + + + + + + + name + c1541c + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + + + + + name + c1541ii + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + jiffydos + description + JiffyDOS v6.01 + + + + + + + name + c1541pdc + slots + + + name + :centronics + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + + + name + c1571 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r3 + description + Revision 3 + + + value + r5 + description + Revision 5 + + + value + jiffydos + description + JiffyDOS v6.01 + + + + + + + name + c1581 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + beta + description + Beta + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + value + jiffydos + description + JiffyDOS v6.01 + + + + + + + name + c4040 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + dos20r1 + description + DOS 2.0 Revision 1 + + + value + dos20r2 + description + DOS 2.0 Revision 2 + + + + + + + name + c64_buscard + slots + + + name + :ieee4 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee8 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee9 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee10 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee11 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee12 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee13 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee14 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee15 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :p4 + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_buscard2 + slots + + + name + :ieee4 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee8 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee9 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee10 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee11 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee12 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee13 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee14 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee15 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :centronics + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_geocable + slots + + + name + :centronics + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + + + name + c64_ide64 + slots + + + name + :ata:0 + options + + + value + + description + —None— + default + + + + value + cdrom + description + CD-ROM + default + + media + + cdrom + 1 + + + + value + hdd + description + Hard Disk + default + + media + + hard + 1 + + + + value + zip100 + description + Iomega Zip 100MB IDE Drive + default + + + + value + cr589 + description + Matsushita CR589 CD-ROM Drive + default + + + + value + xm3301 + description + Toshiba XM-3301 CD-ROM Drive + default + + + + + + name + :ata:1 + options + + + value + + description + —None— + default + + + + value + cdrom + description + CD-ROM + default + + media + + cdrom + 1 + + + + value + hdd + description + Hard Disk + default + + media + + hard + 1 + + + + value + zip100 + description + Iomega Zip 100MB IDE Drive + default + + + + value + cr589 + description + Matsushita CR589 CD-ROM Drive + default + + + + value + xm3301 + description + Toshiba XM-3301 CD-ROM Drive + default + + + + + + + + name + c64_midimap + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midins + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midipp + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midisci + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midisiel + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_music64 + slots + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_sfxse + slots + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_supercpu + slots + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_swiftlink + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + c64_turbo232 + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + c8050 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + dos25r1 + description + DOS 2.5 Revision 1 + + + value + dos25r2 + description + DOS 2.5 Revision 2 + + + value + dos25r3 + description + DOS 2.5 Revision 3 + + + value + dos27 + description + DOS 2.7 + + + + + name + :fdc:0 + options + + + value + + description + —None— + default + + + + value + 525ssqd + description + 5.25" single-sided quad density floppy drive + default + + + + + + name + :fdc:1 + options + + + value + + description + —None— + default + + + + value + 525ssqd + description + 5.25" single-sided quad density floppy drive + default + + + + + + + + name + c8250 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + dos25r1 + description + DOS 2.5 Revision 1 + + + value + dos25r2 + description + DOS 2.5 Revision 2 + + + value + dos25r3 + description + DOS 2.5 Revision 3 + + + value + dos27 + description + DOS 2.7 + + + + + name + :fdc:0 + options + + + value + + description + —None— + default + + + + value + 525qd + description + 5.25" quad density floppy drive + default + + media + + floppy_5_25 + 1 + + + + + + name + :fdc:1 + options + + + value + + description + —None— + default + + + + value + 525qd + description + 5.25" quad density floppy drive + default + + media + + floppy_5_25 + 1 + + + + + + + + name + c8280 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + + + name + :5e:0 + options + + + value + + description + —None— + default + + + + value + 8dsdd + description + 8" double-sided double density floppy drive + default + + media + + floppy_8 + 1 + + + + + + name + :5e:1 + options + + + value + + description + —None— + default + + + + value + 8dsdd + description + 8" double-sided double density floppy drive + default + + media + + floppy_8 + 1 + + + + + + + + name + cbm_interpod + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v14 + description + Version 1.4 + + + value + v16 + description + Version 1.6 + + + + + name + :ieee4 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee8 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee9 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee10 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee11 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee12 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee13 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee14 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee15 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + cmdhd + slots + + + name + :scsi:1 + options + + + value + + description + —None— + default + + + + value + harddisk + description + Hard Disk + default + + media + + hard + 1 + + + + + + + + name + d9060 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + ra + description + Revision A + + + value + rb + description + Revision B + + + value + rc + description + Revision C + + + + + name + :sasi:1 + options + + + value + + description + —None— + default + + + + value + harddisk + description + Hard Disk + default + + media + + hard + 1 + + + + + + + + name + d9090 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + ra + description + Revision A + + + value + rb + description + Revision B + + + value + rc + description + Revision C + + + + + name + :sasi:1 + options + + + value + + description + —None— + default + + + + value + harddisk + description + Hard Disk + default + + media + + hard + 1 + + + + + + + + name + fd2000 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v134 + description + Version 1.34 + + + value + v140 + description + Version 1.40 + + + + + + + name + fd4000 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v134 + description + Version 1.34 + + + value + v140 + description + Version 1.40 + + + + + + + name + fsd2 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + ra + description + Revision A + + + value + rb + description + Revision B + + + value + jiffydos + description + JiffyDOS v5.0 + + + value + rexdos + description + REX-DOS + + + + + + + name + hardbox + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v2.3 + description + Version 2.3 (Corvus) + + + value + v2.4 + description + Version 2.4 (Corvus) + + + value + v3.1 + description + Version 3.1 (Sunol) + + + + + + + name + minichif + slots + + + name + :isa1 + options + + + value + + description + —None— + default + + + + value + wd1002a_wx1 + description + WD1002A-WX1 + default + + + + + + + + name + mshark + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + pet_softbox + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + 19810908 + description + 8/9/81 + + + value + 19811027 + description + 27-Oct-81 + + + value + 19830609 + description + 09-June-1983 + + + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + px320a + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v106 + description + Firmware v1.06 + + + value + v105 + description + Firmware v1.05 + + + value + v104 + description + Firmware v1.04a + + + value + v103 + description + Firmware v1.03 + + + value + v102 + description + Firmware v1.02 + + + + + + + name + rs232_patch_box + slots + + + name + :dce + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + scorpion_ic + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + 61203 + description + Version 61203 (3rd Dec 1986) + + + + + + + name + sfd1001 + slots + + + name + :fdc:0 + options + + + value + + description + —None— + default + + + + value + 525qd + description + 5.25" quad density floppy drive + default + + media + + floppy_5_25 + 1 + + + + + + + + name + sunkbd_adaptor + slots + + + name + :keyboard + options + + + value + + description + —None— + default + + + + value + type3hle + description + Sun Type 3 Keyboard (HLE) + default + + + + value + type4hle + description + Sun Type 4 Keyboard (HLE) + default + + + + value + type5gbhle + description + Sun Type 5 Keyboard (Great Britain - HLE) + default + + + + value + type5jphle + description + Sun Type 5 Keyboard (Japan - HLE) + default + + + + value + type5sehle + description + Sun Type 5 Keyboard (Sweden - HLE) + default + + + + value + type5hle + description + Sun Type 5 Keyboard (U.S.A. - HLE) + default + + + + + + + + name + vic1011 + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + vic1520 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r01 + description + 325340-01 + + + value + r03 + description + 325340-03 + + + + + + + software + + + name + c128_cart.xml + filter + NTSC + + + name + c128_flop.xml + filter + NTSC + + + name + c128_rom.xml + filter + NTSC + + + name + c64_cart.xml + filter + NTSC + + + name + c64_cass.xml + filter + NTSC + + + name + vic10.xml + filter + NTSC + + + name + c64_flop_orig.xml + filter + NTSC + + + name + c64_flop_misc.xml + filter + NTSC + + + + diff --git a/Ample/Resources/c64.plist b/Ample/Resources/c64.plist new file mode 100644 index 0000000..0f7e640 --- /dev/null +++ b/Ample/Resources/c64.plist @@ -0,0 +1,11489 @@ + + + + + value + c64 + description + Commodore 64 (NTSC) + media + + + resolution + + 418 + 235 + + slots + + + name + ramsize + description + RAM + options + + + intValue + 65536 + description + 64K + value + 64K + default + + + + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Kernal rev. 1 + + + value + r2 + description + Kernal rev. 2 + + + value + r3 + description + Kernal rev. 3 + + + value + jiffydos + description + JiffyDOS v6.01 + + + value + speeddos + description + SpeedDOS + + + value + speeddos20 + description + SpeedDOS-Plus+ v2.0 + + + value + speeddos27 + description + SpeedDOS-Plus+ v2.7 + + + value + prodos + description + Professional-DOS v1 + + + value + prodos2 + description + Professional-DOS Release 2/4L2 + + + value + prodos3 + description + Professional-DOS Release 3/5L2 + + + value + turborom + description + Cockroach Turbo-ROM + + + value + dosrom + description + DOS-ROM v1.2 + + + value + turborom2 + description + Datel Turbo ROM II (PAL) + + + value + mercury + description + Mercury-ROM v3 (NTSC) + + + value + dolphin + description + Dolphin-DOS 1.0 + + + value + dolphin201au + description + Dolphin-DOS 2.0 1 au + + + value + dolphin201 + description + Dolphin-DOS 2.0 1 + + + value + dolphin202 + description + Dolphin-DOS 2.0 2 + + + value + dolphin203 + description + Dolphin-DOS 2.0 3 + + + value + dolphin30 + description + Dolphin-DOS 3.0 + + + value + taccess + description + TurboAccess v2.6 + + + value + ttrans301 + description + TurboTrans v3.0 1 + + + value + ttrans302 + description + TurboTrans v3.0 2 + + + value + tprocess + description + Turbo-Process (PAL) + + + value + tprocessn + description + Turbo-Process (NTSC) + + + value + exos3 + description + EXOS v3 + + + value + exos4 + description + EXOS v4 + + + value + digidos + description + DigiDOS + + + value + magnum + description + Magnum Load + + + value + mercury31s + description + Mercury-ROM v3.1s + + + + + name + exp + description + Expansion + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + devname + c64_1700reu + + + value + reu1750 + description + 1750 RAM Expansion Unit + devname + c64_1750reu + + + value + reu1764 + description + 1764 RAM Expansion Unit + devname + c64_1764reu + + + value + 16k + description + C64 16KB EPROM Cartridge + devname + c64_16kb + + + value + buscard + description + C64 BusCard Cartridge + devname + c64_buscard + + + value + buscard2 + description + C64 BusCard II Cartridge + devname + c64_buscard2 + + + value + cpm + description + C64 CP/M Cartridge + devname + c64_cpm + + + value + dqbb + description + C64 Double Quick Brown Box Cartridge + devname + c64_dqbb + + + value + easyflash + description + C64 EasyFlash Cartridge + devname + c64_easyflash + + + value + georam + description + C64 GeoRAM Cartridge + devname + c64_georam + + + value + ide64 + description + C64 IDE64 Cartridge + devname + c64_ide64 + + + value + midimap + description + C64 Maplin MIDI + devname + c64_midimap + + + value + music64 + description + C64 Music 64 Cartridge + devname + c64_music64 + + + value + midins + description + C64 Namesoft MIDI + devname + c64_midins + + + value + neoram + description + C64 NeoRAM Cartridge + devname + c64_neoram + + + value + midipp + description + C64 Passport MIDI + devname + c64_midipp + + + value + midisci + description + C64 Sequential Circuits MIDI + devname + c64_midisci + + + value + sfxse + description + C64 SFX Sound Expander Cartridge + devname + c64_sfxse + + + value + midisiel + description + C64 Siel MIDI + devname + c64_midisiel + + + value + supercpu + description + C64 SuperCPU V2 + SuperRAM + devname + c64_supercpu + + + value + swiftlink + description + C64 SwiftLink Cartridge + devname + c64_swiftlink + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 Cartridge + devname + c64_tibdd001 + + + value + turbo232 + description + C64 Turbo232 Cartridge + devname + c64_turbo232 + + + value + speakez + description + PPP Speakeasy 64 + devname + c64_speakeasy + + + + + name + user + description + User + options + + + value + + description + —None— + default + + + + value + bn1541 + description + C64 Burst Nibbler 1541/1571 Parallel Cable + devname + c64_bn1541 + + + value + 4dxh + description + C64 DXH 4-Player Adapter + devname + c64_4dxh + + + value + geocable + description + C64 GeoCable + devname + c64_geocable + + + value + 4ksa + description + C64 Kingsoft 4-Player Adapter + devname + c64_4ksa + + + value + 4cga + description + C64 Protovision 4 Player Interface + devname + c64_4cga + + + value + 4tba + description + C64 Tie Break Adapter + devname + c64_4tba + + + value + rs232 + description + VIC-1011 RS-232C + devname + vic1011 + + + + + name + iec4 + description + IEC 4 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec8 + description + IEC 8 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + default + + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec9 + description + IEC 9 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec10 + description + IEC 10 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec11 + description + IEC 11 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + tape + description + Tape + options + + + value + + description + —None— + default + + + + value + c1530 + description + Commodore 1530 Datassette + default + + devname + c1530 + media + + cass + 1 + + + + value + c2n + description + Commodore C2N Datassette + devname + c2n + media + + cass + 1 + + + + + + devices + + + name + bluechip + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + 1 + description + 1 + + + value + 2 + description + 2 + + + + + + + name + c1526 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r05 + description + Revision 5 + + + value + r07c + description + Revision 7c + + + value + r07b + description + Revision 7b (Swe/Fin) + + + value + grafik + description + MPS802 GrafikROM II v60.12 + + + + + + + name + c1541 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + value + r3 + description + Revision 3 + + + value + r4 + description + Revision 4 + + + value + r5 + description + Revision 5 + + + value + r6 + description + Revision 6 + + + value + jiffydos + description + JiffyDOS v6.01 + + + value + speeddos + description + SpeedDOS-Plus+ + + + value + rolo27 + description + Rolo DOS v2.7 + + + value + tt34 + description + TurboTrans v3.4 + + + value + digidos + description + DigiDOS + + + + + + + name + c1541c + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + + + + + name + c1541ii + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + jiffydos + description + JiffyDOS v6.01 + + + + + + + name + c1541pdc + slots + + + name + :centronics + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + + + name + c1571 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r3 + description + Revision 3 + + + value + r5 + description + Revision 5 + + + value + jiffydos + description + JiffyDOS v6.01 + + + + + + + name + c1581 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + beta + description + Beta + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + value + jiffydos + description + JiffyDOS v6.01 + + + + + + + name + c4040 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + dos20r1 + description + DOS 2.0 Revision 1 + + + value + dos20r2 + description + DOS 2.0 Revision 2 + + + + + + + name + c64_buscard + slots + + + name + :ieee4 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee8 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee9 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee10 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee11 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee12 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee13 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee14 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee15 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :p4 + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_buscard2 + slots + + + name + :ieee4 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee8 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee9 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee10 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee11 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee12 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee13 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee14 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee15 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :centronics + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_geocable + slots + + + name + :centronics + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + + + name + c64_ide64 + slots + + + name + :ata:0 + options + + + value + + description + —None— + default + + + + value + cdrom + description + CD-ROM + default + + media + + cdrom + 1 + + + + value + hdd + description + Hard Disk + default + + media + + hard + 1 + + + + value + zip100 + description + Iomega Zip 100MB IDE Drive + default + + + + value + cr589 + description + Matsushita CR589 CD-ROM Drive + default + + + + value + xm3301 + description + Toshiba XM-3301 CD-ROM Drive + default + + + + + + name + :ata:1 + options + + + value + + description + —None— + default + + + + value + cdrom + description + CD-ROM + default + + media + + cdrom + 1 + + + + value + hdd + description + Hard Disk + default + + media + + hard + 1 + + + + value + zip100 + description + Iomega Zip 100MB IDE Drive + default + + + + value + cr589 + description + Matsushita CR589 CD-ROM Drive + default + + + + value + xm3301 + description + Toshiba XM-3301 CD-ROM Drive + default + + + + + + + + name + c64_midimap + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midins + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midipp + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midisci + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midisiel + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_music64 + slots + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_sfxse + slots + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_supercpu + slots + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_swiftlink + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + c64_turbo232 + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + c8050 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + dos25r1 + description + DOS 2.5 Revision 1 + + + value + dos25r2 + description + DOS 2.5 Revision 2 + + + value + dos25r3 + description + DOS 2.5 Revision 3 + + + value + dos27 + description + DOS 2.7 + + + + + name + :fdc:0 + options + + + value + + description + —None— + default + + + + value + 525ssqd + description + 5.25" single-sided quad density floppy drive + default + + + + + + name + :fdc:1 + options + + + value + + description + —None— + default + + + + value + 525ssqd + description + 5.25" single-sided quad density floppy drive + default + + + + + + + + name + c8250 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + dos25r1 + description + DOS 2.5 Revision 1 + + + value + dos25r2 + description + DOS 2.5 Revision 2 + + + value + dos25r3 + description + DOS 2.5 Revision 3 + + + value + dos27 + description + DOS 2.7 + + + + + name + :fdc:0 + options + + + value + + description + —None— + default + + + + value + 525qd + description + 5.25" quad density floppy drive + default + + media + + floppy_5_25 + 1 + + + + + + name + :fdc:1 + options + + + value + + description + —None— + default + + + + value + 525qd + description + 5.25" quad density floppy drive + default + + media + + floppy_5_25 + 1 + + + + + + + + name + c8280 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + + + name + :5e:0 + options + + + value + + description + —None— + default + + + + value + 8dsdd + description + 8" double-sided double density floppy drive + default + + media + + floppy_8 + 1 + + + + + + name + :5e:1 + options + + + value + + description + —None— + default + + + + value + 8dsdd + description + 8" double-sided double density floppy drive + default + + media + + floppy_8 + 1 + + + + + + + + name + cbm_interpod + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v14 + description + Version 1.4 + + + value + v16 + description + Version 1.6 + + + + + name + :ieee4 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee8 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee9 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee10 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee11 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee12 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee13 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee14 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee15 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + cmdhd + slots + + + name + :scsi:1 + options + + + value + + description + —None— + default + + + + value + harddisk + description + Hard Disk + default + + media + + hard + 1 + + + + + + + + name + d9060 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + ra + description + Revision A + + + value + rb + description + Revision B + + + value + rc + description + Revision C + + + + + name + :sasi:1 + options + + + value + + description + —None— + default + + + + value + harddisk + description + Hard Disk + default + + media + + hard + 1 + + + + + + + + name + d9090 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + ra + description + Revision A + + + value + rb + description + Revision B + + + value + rc + description + Revision C + + + + + name + :sasi:1 + options + + + value + + description + —None— + default + + + + value + harddisk + description + Hard Disk + default + + media + + hard + 1 + + + + + + + + name + fd2000 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v134 + description + Version 1.34 + + + value + v140 + description + Version 1.40 + + + + + + + name + fd4000 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v134 + description + Version 1.34 + + + value + v140 + description + Version 1.40 + + + + + + + name + fsd2 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + ra + description + Revision A + + + value + rb + description + Revision B + + + value + jiffydos + description + JiffyDOS v5.0 + + + value + rexdos + description + REX-DOS + + + + + + + name + hardbox + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v2.3 + description + Version 2.3 (Corvus) + + + value + v2.4 + description + Version 2.4 (Corvus) + + + value + v3.1 + description + Version 3.1 (Sunol) + + + + + + + name + minichif + slots + + + name + :isa1 + options + + + value + + description + —None— + default + + + + value + wd1002a_wx1 + description + WD1002A-WX1 + default + + + + + + + + name + mshark + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + pet_softbox + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + 19810908 + description + 8/9/81 + + + value + 19811027 + description + 27-Oct-81 + + + value + 19830609 + description + 09-June-1983 + + + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + px320a + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v106 + description + Firmware v1.06 + + + value + v105 + description + Firmware v1.05 + + + value + v104 + description + Firmware v1.04a + + + value + v103 + description + Firmware v1.03 + + + value + v102 + description + Firmware v1.02 + + + + + + + name + rs232_patch_box + slots + + + name + :dce + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + scorpion_ic + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + 61203 + description + Version 61203 (3rd Dec 1986) + + + + + + + name + sfd1001 + slots + + + name + :fdc:0 + options + + + value + + description + —None— + default + + + + value + 525qd + description + 5.25" quad density floppy drive + default + + media + + floppy_5_25 + 1 + + + + + + + + name + sunkbd_adaptor + slots + + + name + :keyboard + options + + + value + + description + —None— + default + + + + value + type3hle + description + Sun Type 3 Keyboard (HLE) + default + + + + value + type4hle + description + Sun Type 4 Keyboard (HLE) + default + + + + value + type5gbhle + description + Sun Type 5 Keyboard (Great Britain - HLE) + default + + + + value + type5jphle + description + Sun Type 5 Keyboard (Japan - HLE) + default + + + + value + type5sehle + description + Sun Type 5 Keyboard (Sweden - HLE) + default + + + + value + type5hle + description + Sun Type 5 Keyboard (U.S.A. - HLE) + default + + + + + + + + name + vic1011 + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + vic1520 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r01 + description + 325340-01 + + + value + r03 + description + 325340-03 + + + + + + + software + + + name + vic10.xml + filter + NTSC + + + name + c64_cart.xml + filter + NTSC + + + name + c64_cass.xml + filter + NTSC + + + name + c64_flop_orig.xml + filter + NTSC + + + name + c64_flop_misc.xml + filter + NTSC + + + + diff --git a/Ample/Resources/c64c.plist b/Ample/Resources/c64c.plist new file mode 100644 index 0000000..646e45b --- /dev/null +++ b/Ample/Resources/c64c.plist @@ -0,0 +1,11321 @@ + + + + + value + c64c + description + Commodore 64C (NTSC) + media + + + resolution + + 418 + 235 + + slots + + + name + ramsize + description + RAM + options + + + intValue + 65536 + description + 64K + value + 64K + default + + + + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + cbm + description + Original + + + value + pdc + description + ProLogic-DOS Classic + + + + + name + exp + description + Expansion + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + devname + c64_1700reu + + + value + reu1750 + description + 1750 RAM Expansion Unit + devname + c64_1750reu + + + value + reu1764 + description + 1764 RAM Expansion Unit + devname + c64_1764reu + + + value + 16k + description + C64 16KB EPROM Cartridge + devname + c64_16kb + + + value + buscard + description + C64 BusCard Cartridge + devname + c64_buscard + + + value + buscard2 + description + C64 BusCard II Cartridge + devname + c64_buscard2 + + + value + cpm + description + C64 CP/M Cartridge + devname + c64_cpm + + + value + dqbb + description + C64 Double Quick Brown Box Cartridge + devname + c64_dqbb + + + value + easyflash + description + C64 EasyFlash Cartridge + devname + c64_easyflash + + + value + georam + description + C64 GeoRAM Cartridge + devname + c64_georam + + + value + ide64 + description + C64 IDE64 Cartridge + devname + c64_ide64 + + + value + midimap + description + C64 Maplin MIDI + devname + c64_midimap + + + value + music64 + description + C64 Music 64 Cartridge + devname + c64_music64 + + + value + midins + description + C64 Namesoft MIDI + devname + c64_midins + + + value + neoram + description + C64 NeoRAM Cartridge + devname + c64_neoram + + + value + midipp + description + C64 Passport MIDI + devname + c64_midipp + + + value + midisci + description + C64 Sequential Circuits MIDI + devname + c64_midisci + + + value + sfxse + description + C64 SFX Sound Expander Cartridge + devname + c64_sfxse + + + value + midisiel + description + C64 Siel MIDI + devname + c64_midisiel + + + value + supercpu + description + C64 SuperCPU V2 + SuperRAM + devname + c64_supercpu + + + value + swiftlink + description + C64 SwiftLink Cartridge + devname + c64_swiftlink + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 Cartridge + devname + c64_tibdd001 + + + value + turbo232 + description + C64 Turbo232 Cartridge + devname + c64_turbo232 + + + value + speakez + description + PPP Speakeasy 64 + devname + c64_speakeasy + + + + + name + user + description + User + options + + + value + + description + —None— + default + + + + value + bn1541 + description + C64 Burst Nibbler 1541/1571 Parallel Cable + devname + c64_bn1541 + + + value + 4dxh + description + C64 DXH 4-Player Adapter + devname + c64_4dxh + + + value + geocable + description + C64 GeoCable + devname + c64_geocable + + + value + 4ksa + description + C64 Kingsoft 4-Player Adapter + devname + c64_4ksa + + + value + 4cga + description + C64 Protovision 4 Player Interface + devname + c64_4cga + + + value + 4tba + description + C64 Tie Break Adapter + devname + c64_4tba + + + value + rs232 + description + VIC-1011 RS-232C + devname + vic1011 + + + + + name + iec4 + description + IEC 4 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec8 + description + IEC 8 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + default + + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec9 + description + IEC 9 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec10 + description + IEC 10 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + iec11 + description + IEC 11 + options + + + value + + description + —None— + default + + + + value + bluechip + description + Amtech Blue Chip Disk Drive + devname + bluechip + media + + floppy_5_25 + 1 + + + + value + cmdhd + description + CMD HD + devname + cmdhd + + + value + cmdrc2 + description + Commander C-II Disk Drive + devname + cmdrc2 + media + + floppy_5_25 + 1 + + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + devname + c1526 + + + value + c1540 + description + Commodore 1540 Disk Drive + devname + c1540 + media + + floppy_5_25 + 1 + + + + value + c1541 + description + Commodore 1541 Disk Drive + devname + c1541 + media + + floppy_5_25 + 1 + + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + devname + c1541dd + media + + floppy_5_25 + 1 + + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + devname + c1541pd + media + + floppy_5_25 + 1 + + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + devname + c1541pdc + media + + floppy_5_25 + 1 + + + + value + c1541ii + description + Commodore 1541-II Disk Drive + devname + c1541ii + media + + floppy_5_25 + 1 + + + + value + c1541c + description + Commodore 1541C Disk Drive + devname + c1541c + media + + floppy_5_25 + 1 + + + + value + c1570 + description + Commodore 1570 Disk Drive + devname + c1570 + media + + floppy_5_25 + 1 + + + + value + c1571 + description + Commodore 1571 Disk Drive + devname + c1571 + media + + floppy_5_25 + 1 + + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + devname + c1581 + media + + floppy_3_5 + 1 + + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + devname + mps1200 + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + devname + mps1250 + + + value + csd1 + description + CSD-1 Disk Drive + devname + csd1 + media + + floppy_5_25 + 1 + + + + value + diag264 + description + Diag264 Serial Loopback + devname + diag264_serial_loopback + + + value + enh2000 + description + Enhancer 2000 Disk Drive + devname + enh2000 + media + + floppy_5_25 + 1 + + + + value + fd2000 + description + FD-2000 Disk Drive + devname + fd2000 + media + + floppy_3_5 + 1 + + + + value + fd4000 + description + FD-4000 Disk Drive + devname + fd4000 + media + + floppy_3_5 + 1 + + + + value + fsd1 + description + FSD-1 Disk Drive + devname + fsd1 + media + + floppy_5_25 + 1 + + + + value + fsd2 + description + FSD-2 Disk Drive + devname + fsd2 + media + + floppy_5_25 + 1 + + + + value + minichief + description + ICT Mini Chief Disk Drive + devname + minichif + media + + floppy_5_25 + 1 + + + + value + indusgt + description + Indus GT Disk Drive + devname + indusgt + media + + floppy_5_25 + 1 + + + + value + msdsd1 + description + MSD SD-1 Disk Drive + devname + msdsd1 + media + + floppy_5_25 + 1 + + + + value + msdsd2 + description + MSD SD-2 Disk Drive + devname + msdsd2 + media + + floppy_5_25 + 1 + + + + value + interpod + description + Oxford Computer Systems Interpod + devname + cbm_interpod + + + value + fd148 + description + Rapid Access FD-148 Disk Drive + devname + fd148 + media + + floppy_5_25 + 1 + + + + value + serialbox + description + Serial Box + devname + cbm_serbox + + + value + nl10 + description + Star NL-10 C64 Interface Cartridge + devname + c64_nl10 + + + value + vic1515 + description + VIC-1515 Graphic Printer + devname + vic1515 + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + devname + vic1520 + + + value + technica + description + Westfalia Technica Disk Drive + devname + technica + media + + floppy_5_25 + 1 + + + + + + name + tape + description + Tape + options + + + value + + description + —None— + default + + + + value + c1530 + description + Commodore 1530 Datassette + default + + devname + c1530 + media + + cass + 1 + + + + value + c2n + description + Commodore C2N Datassette + devname + c2n + media + + cass + 1 + + + + + + devices + + + name + bluechip + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + 1 + description + 1 + + + value + 2 + description + 2 + + + + + + + name + c1526 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r05 + description + Revision 5 + + + value + r07c + description + Revision 7c + + + value + r07b + description + Revision 7b (Swe/Fin) + + + value + grafik + description + MPS802 GrafikROM II v60.12 + + + + + + + name + c1541 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + value + r3 + description + Revision 3 + + + value + r4 + description + Revision 4 + + + value + r5 + description + Revision 5 + + + value + r6 + description + Revision 6 + + + value + jiffydos + description + JiffyDOS v6.01 + + + value + speeddos + description + SpeedDOS-Plus+ + + + value + rolo27 + description + Rolo DOS v2.7 + + + value + tt34 + description + TurboTrans v3.4 + + + value + digidos + description + DigiDOS + + + + + + + name + c1541c + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + + + + + name + c1541ii + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + jiffydos + description + JiffyDOS v6.01 + + + + + + + name + c1541pdc + slots + + + name + :centronics + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + + + name + c1571 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r3 + description + Revision 3 + + + value + r5 + description + Revision 5 + + + value + jiffydos + description + JiffyDOS v6.01 + + + + + + + name + c1581 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + beta + description + Beta + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + value + jiffydos + description + JiffyDOS v6.01 + + + + + + + name + c4040 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + dos20r1 + description + DOS 2.0 Revision 1 + + + value + dos20r2 + description + DOS 2.0 Revision 2 + + + + + + + name + c64_buscard + slots + + + name + :ieee4 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee8 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee9 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee10 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee11 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee12 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee13 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee14 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee15 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :p4 + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_buscard2 + slots + + + name + :ieee4 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee8 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee9 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee10 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee11 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee12 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee13 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee14 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee15 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :centronics + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_geocable + slots + + + name + :centronics + options + + + value + + description + —None— + default + + + + value + printer + description + Centronics Printer + default + + + + value + pl80 + description + COMX PL-80 + default + + + + value + covox_stereo + description + Covox (Stereo-in-1) + default + + + + value + covox + description + Covox Speech Thing + default + + + + value + digiblst + description + Digiblaster (DIY) + default + + + + value + ap2000 + description + Epson ActionPrinter 2000 + default + + + + value + ex800 + description + Epson EX-800 + default + + + + value + lx800 + description + Epson LX-800 + default + + + + value + lx810l + description + Epson LX-810L + default + + + + value + p72 + description + NEC PinWriter P72 + default + + + + value + samdac + description + SAMDAC + default + + + + value + nlq401 + description + Schneider NLQ 401 Matrix Printer + default + + + + value + chessmec + description + Tasc ChessMachine EC Interface + default + + + + value + smartboard + description + Tasc SmartBoard SB30 Interface + default + + + + + + + + name + c64_ide64 + slots + + + name + :ata:0 + options + + + value + + description + —None— + default + + + + value + cdrom + description + CD-ROM + default + + media + + cdrom + 1 + + + + value + hdd + description + Hard Disk + default + + media + + hard + 1 + + + + value + zip100 + description + Iomega Zip 100MB IDE Drive + default + + + + value + cr589 + description + Matsushita CR589 CD-ROM Drive + default + + + + value + xm3301 + description + Toshiba XM-3301 CD-ROM Drive + default + + + + + + name + :ata:1 + options + + + value + + description + —None— + default + + + + value + cdrom + description + CD-ROM + default + + media + + cdrom + 1 + + + + value + hdd + description + Hard Disk + default + + media + + hard + 1 + + + + value + zip100 + description + Iomega Zip 100MB IDE Drive + default + + + + value + cr589 + description + Matsushita CR589 CD-ROM Drive + default + + + + value + xm3301 + description + Toshiba XM-3301 CD-ROM Drive + default + + + + + + + + name + c64_midimap + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midins + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midipp + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midisci + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_midisiel + slots + + + name + :mdin + options + + + value + + description + —None— + default + + + + value + midiin + description + MIDI In port + default + + media + + midiin + 1 + + + + + + name + :mdout + options + + + value + + description + —None— + default + + + + value + midiout + description + MIDI Out port + default + + media + + midiout + 1 + + + + + + + + name + c64_music64 + slots + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_sfxse + slots + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_supercpu + slots + + + name + :exp + options + + + value + + description + —None— + default + + + + value + reu1700 + description + 1700 RAM Expansion Unit + default + + + + value + reu1750 + description + 1750 RAM Expansion Unit + default + + + + value + reu1764 + description + 1764 RAM Expansion Unit + default + + + + value + 16k + description + C64 16KB EPROM cartridge + default + + + + value + buscard + description + C64 BusCard cartridge + default + + + + value + buscard2 + description + C64 BusCard II cartridge + default + + + + value + cpm + description + C64 CP/M cartridge + default + + + + value + dqbb + description + C64 Double Quick Brown Box cartridge + default + + + + value + easyflash + description + C64 EasyFlash cartridge + default + + + + value + georam + description + C64 GeoRAM cartridge + default + + + + value + ide64 + description + C64 IDE64 cartridge + default + + media + + hard + 1 + + + + value + midimap + description + C64 Maplin MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + music64 + description + C64 Music 64 cartridge + default + + + + value + midins + description + C64 Namesoft MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + neoram + description + C64 NeoRAM cartridge + default + + + + value + midipp + description + C64 Passport MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + midisci + description + C64 Sequential Circuits MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + sfxse + description + C64 SFX Sound Expander cartridge + default + + + + value + midisiel + description + C64 Siel MIDI + default + + media + + midiin + 1 + midiout + 1 + + + + value + supercpu + description + C64 SuperCPU v2 + SuperRAM + default + + + + value + swiftlink + description + C64 SwiftLink cartridge + default + + + + value + tibdd001 + description + C64 TIB Disc Drive DD-001 cartridge + default + + + + value + turbo232 + description + C64 Turbo232 cartridge + default + + + + value + speakez + description + PPP Speakeasy 64 + default + + + + + + + + name + c64_swiftlink + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + c64_turbo232 + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + c8050 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + dos25r1 + description + DOS 2.5 Revision 1 + + + value + dos25r2 + description + DOS 2.5 Revision 2 + + + value + dos25r3 + description + DOS 2.5 Revision 3 + + + value + dos27 + description + DOS 2.7 + + + + + name + :fdc:0 + options + + + value + + description + —None— + default + + + + value + 525ssqd + description + 5.25" single-sided quad density floppy drive + default + + + + + + name + :fdc:1 + options + + + value + + description + —None— + default + + + + value + 525ssqd + description + 5.25" single-sided quad density floppy drive + default + + + + + + + + name + c8250 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + dos25r1 + description + DOS 2.5 Revision 1 + + + value + dos25r2 + description + DOS 2.5 Revision 2 + + + value + dos25r3 + description + DOS 2.5 Revision 3 + + + value + dos27 + description + DOS 2.7 + + + + + name + :fdc:0 + options + + + value + + description + —None— + default + + + + value + 525qd + description + 5.25" quad density floppy drive + default + + media + + floppy_5_25 + 1 + + + + + + name + :fdc:1 + options + + + value + + description + —None— + default + + + + value + 525qd + description + 5.25" quad density floppy drive + default + + media + + floppy_5_25 + 1 + + + + + + + + name + c8280 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r1 + description + Revision 1 + + + value + r2 + description + Revision 2 + + + + + name + :5e:0 + options + + + value + + description + —None— + default + + + + value + 8dsdd + description + 8" double-sided double density floppy drive + default + + media + + floppy_8 + 1 + + + + + + name + :5e:1 + options + + + value + + description + —None— + default + + + + value + 8dsdd + description + 8" double-sided double density floppy drive + default + + media + + floppy_8 + 1 + + + + + + + + name + cbm_interpod + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v14 + description + Version 1.4 + + + value + v16 + description + Version 1.6 + + + + + name + :ieee4 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee8 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee9 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee10 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee11 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee12 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee13 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee14 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :ieee15 + options + + + value + + description + —None— + default + + + + value + c2031 + description + Commodore 2031 + default + + + + value + c2040 + description + Commodore 2040 + default + + + + value + c3040 + description + Commodore 3040 + default + + + + value + c4023 + description + Commodore 4023 Printer + default + + + + value + c4040 + description + Commodore 4040 + default + + + + value + c8050 + description + Commodore 8050 + default + + + + value + c8250 + description + Commodore 8250 + default + + media + + floppy_5_25 + 2 + + + + value + c8280 + description + Commodore 8280 + default + + media + + floppy_8 + 2 + + + + value + d9060 + description + Commodore D9060 + default + + media + + hard + 1 + + + + value + d9090 + description + Commodore D9090 + default + + media + + hard + 1 + + + + value + sfd1001 + description + Commodore SFD-1001 + default + + media + + floppy_5_25 + 1 + + + + value + shark + description + Mator SHARK + default + + + + value + hardbox + description + SSE HardBox + default + + + + value + softbox + description + SSE SoftBox + default + + + + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + cmdhd + slots + + + name + :scsi:1 + options + + + value + + description + —None— + default + + + + value + harddisk + description + Hard Disk + default + + media + + hard + 1 + + + + + + + + name + d9060 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + ra + description + Revision A + + + value + rb + description + Revision B + + + value + rc + description + Revision C + + + + + name + :sasi:1 + options + + + value + + description + —None— + default + + + + value + harddisk + description + Hard Disk + default + + media + + hard + 1 + + + + + + + + name + d9090 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + ra + description + Revision A + + + value + rb + description + Revision B + + + value + rc + description + Revision C + + + + + name + :sasi:1 + options + + + value + + description + —None— + default + + + + value + harddisk + description + Hard Disk + default + + media + + hard + 1 + + + + + + + + name + fd2000 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v134 + description + Version 1.34 + + + value + v140 + description + Version 1.40 + + + + + + + name + fd4000 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v134 + description + Version 1.34 + + + value + v140 + description + Version 1.40 + + + + + + + name + fsd2 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + ra + description + Revision A + + + value + rb + description + Revision B + + + value + jiffydos + description + JiffyDOS v5.0 + + + value + rexdos + description + REX-DOS + + + + + + + name + hardbox + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v2.3 + description + Version 2.3 (Corvus) + + + value + v2.4 + description + Version 2.4 (Corvus) + + + value + v3.1 + description + Version 3.1 (Sunol) + + + + + + + name + minichif + slots + + + name + :isa1 + options + + + value + + description + —None— + default + + + + value + wd1002a_wx1 + description + WD1002A-WX1 + default + + + + + + + + name + mshark + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + pet_softbox + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + 19810908 + description + 8/9/81 + + + value + 19811027 + description + 27-Oct-81 + + + value + 19830609 + description + 09-June-1983 + + + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + px320a + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + v106 + description + Firmware v1.06 + + + value + v105 + description + Firmware v1.05 + + + value + v104 + description + Firmware v1.04a + + + value + v103 + description + Firmware v1.03 + + + value + v102 + description + Firmware v1.02 + + + + + + + name + rs232_patch_box + slots + + + name + :dce + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + scorpion_ic + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + 61203 + description + Version 61203 (3rd Dec 1986) + + + + + + + name + sfd1001 + slots + + + name + :fdc:0 + options + + + value + + description + —None— + default + + + + value + 525qd + description + 5.25" quad density floppy drive + default + + media + + floppy_5_25 + 1 + + + + + + + + name + sunkbd_adaptor + slots + + + name + :keyboard + options + + + value + + description + —None— + default + + + + value + type3hle + description + Sun Type 3 Keyboard (HLE) + default + + + + value + type4hle + description + Sun Type 4 Keyboard (HLE) + default + + + + value + type5gbhle + description + Sun Type 5 Keyboard (Great Britain - HLE) + default + + + + value + type5jphle + description + Sun Type 5 Keyboard (Japan - HLE) + default + + + + value + type5sehle + description + Sun Type 5 Keyboard (Sweden - HLE) + default + + + + value + type5hle + description + Sun Type 5 Keyboard (U.S.A. - HLE) + default + + + + + + + + name + vic1011 + slots + + + name + :rs232 + options + + + value + + description + —None— + default + + + + value + ie15 + description + IE15 Terminal + default + + + + value + scorpion + description + Micro-Robotics Scorpion Intelligent Controller + default + + + + value + msystems_mouse + description + Mouse Systems Non-rotatable Mouse (HLE) + default + + + + value + nss_tvi + description + Novag Super System TV Interface + default + + + + value + pty + description + Pseudo Terminal + default + + + + value + rs_printer + description + Radio Shack Serial Printer + default + + + + value + loopback + description + RS-232 Loopback + default + + + + value + dec_loopback + description + RS-232 Loopback (DEC 12-15336-00) + default + + + + value + null_modem + description + RS-232 Null Modem + default + + media + + bitbanger + 1 + + + + value + patch + description + RS-232 Patch Box + default + + + + value + rs232_sync_io + description + RS-232 Synchronous I/O + default + + media + + bitbanger + 1 + + + + value + keyboard + description + Serial Keyboard + default + + + + value + printer + description + Serial Printer + default + + + + value + terminal + description + Serial Terminal + default + + + + value + sunkbd + description + Sun Keyboard Adaptor + default + + + + value + mockingboard + description + Sweet Micro Systems Mockingboard D + default + + + + value + swtpc8212 + description + SWTPC8212 Terminal + default + + + + + + + + name + vic1520 + slots + + + name + bios + description + ROM + options + + + value + + description + —Default— + default + + + + value + r01 + description + 325340-01 + + + value + r03 + description + 325340-03 + + + + + + + software + + + name + vic10.xml + filter + NTSC + + + name + c64_cart.xml + filter + NTSC + + + name + c64_cass.xml + filter + NTSC + + + name + c64_flop_orig.xml + filter + NTSC + + + name + c64_flop_misc.xml + filter + NTSC + + + + diff --git a/Ample/Resources/models~extra.plist b/Ample/Resources/models~extra.plist index 06c5196..c85c625 100644 --- a/Ample/Resources/models~extra.plist +++ b/Ample/Resources/models~extra.plist @@ -988,6 +988,33 @@ + + description + Commodore + value + c64 + children + + + description + Commodore 64 (NTSC) + value + c64 + + + description + Commodore 64C (NTSC) + value + c64c + + + description + Commodore 128 (NTSC) + value + c128 + + + description DEC VT diff --git a/Ample/Resources/roms~extra.plist b/Ample/Resources/roms~extra.plist index a5b52f4..b62407e 100644 --- a/Ample/Resources/roms~extra.plist +++ b/Ample/Resources/roms~extra.plist @@ -266,6 +266,12 @@ description Amiga 500 (PAL) + + value + bluechip + description + Amtech Blue Chip Disk Drive + value apple3 @@ -608,6 +614,42 @@ description Buddha IDE Controller + + value + c64_buscard + description + C64 BusCard Cartridge + + + value + c64_buscard2 + description + C64 BusCard II Cartridge + + + value + c64_cspeech + description + C64 Currah Speech + + + value + c64_mscr + description + C64 Multiscreen Cartridge + + + value + c64_supercpu + description + C64 SuperCPU V2 + SuperRAM + + + value + c64_xl80 + description + C64 XL 80 Cartridge + value zorro_a2091 @@ -644,6 +686,12 @@ description CFFA Compact Flash For Apple I + + value + cmdhd + description + CMD HD + value bbc_tube_cms6809 @@ -662,6 +710,12 @@ description COMX PL-80 + + value + csd1 + description + CSD-1 Disk Drive + value bbc_cc500 @@ -788,6 +842,102 @@ description Color Computer 1/2 + + value + cmdrc2 + description + Commander C-II Disk Drive + + + value + c128 + description + Commodore 128 (NTSC) + + + value + c1526 + description + Commodore 1526/MPS-802 Dot Matrix Printer + + + value + c1540 + description + Commodore 1540 Disk Drive + + + value + c1541 + description + Commodore 1541 Disk Drive + + + value + c1541dd + description + Commodore 1541 Dolphin-DOS 2.0 Disk Drive + + + value + c1541pdc + description + Commodore 1541 ProLogic-DOS Classic Disk Drive + + + value + c1541pd + description + Commodore 1541 Professional-DOS V1 Disk Drive + + + value + c1541ii + description + Commodore 1541-II Disk Drive + + + value + c1541c + description + Commodore 1541C Disk Drive + + + value + c1570 + description + Commodore 1570 Disk Drive + + + value + c1571 + description + Commodore 1571 Disk Drive + + + value + c1581 + description + Commodore 1581 3.5" Disk Drive + + + value + c64 + description + Commodore 64 (NTSC) + + + value + mps1200 + description + Commodore MPS-1200 Dot Matrix Printer + + + value + mps1250 + description + Commodore MPS-1250 Dot Matrix Printer + value bbc_integrab @@ -872,6 +1022,12 @@ description DSD A4432 Floppy Disk Interface + + value + c64_z80videopak + description + Data20 Z80 Video Pak + value zorro_ar1 @@ -980,6 +1136,12 @@ description ElkSD64 Electron SD Interface + + value + enh2000 + description + Enhancer 2000 Disk Drive + value ap2000 @@ -1004,6 +1166,30 @@ description Epson LX-810L + + value + fd2000 + description + FD-2000 Disk Drive + + + value + fd4000 + description + FD-4000 Disk Drive + + + value + fsd1 + description + FSD-1 Disk Drive + + + value + fsd2 + description + FSD-2 Disk Drive + value pds30_emac @@ -1226,6 +1412,12 @@ description IBS AP-16 80 Column Card (Alt. Version) + + value + minichif + description + ICT Mini Chief Disk Drive + value ie15_device @@ -1256,6 +1448,12 @@ description Indigo2 (R4400, 150MHz) + + value + indusgt + description + Indus GT Disk Drive + value indy_4610 @@ -1388,6 +1586,18 @@ description MC-10 + + value + msdsd1 + description + MSD SD-1 Disk Drive + + + value + msdsd2 + description + MSD SD-2 Disk Drive + value mac128k @@ -1748,6 +1958,12 @@ description Oric-1 + + value + cbm_interpod + description + Oxford Computer Systems Interpod + value electron_ap1 @@ -1910,6 +2126,12 @@ description Radius Two Page Display Video Card + + value + fd148 + description + Rapid Access FD-148 Disk Drive + value nb_c264 @@ -2006,6 +2228,12 @@ description Seikou Excel-9 + + value + cbm_serbox + description + Serial Box + value pd3_lviw @@ -2126,6 +2354,12 @@ description Sprow ARM7TDMI Co-Processor + + value + c64_nl10 + description + Star NL-10 C64 Interface Cartridge + value a2q68 @@ -2318,6 +2552,18 @@ description Unknown Videoterm Clone + + value + vic1515 + description + VIC-1515 Graphic Printer + + + value + vic1520 + description + VIC-1520 Color Printer Plotter + value vt100 @@ -2396,6 +2642,12 @@ description Watford Electronics DDB3 1770 FDC + + value + technica + description + Westfalia Technica Disk Drive + value electron_sidewndr diff --git a/python/machines.py b/python/machines.py index ab18872..f701ed0 100644 --- a/python/machines.py +++ b/python/machines.py @@ -69,6 +69,9 @@ MACHINES_EXTRA = MACHINES + ( # acorn "bbcb", "bbca", "bbcb_de", "bbcb_us", "bbcb_no", "bbcbp", "bbcbp128", "bbcm", "bbcmt", "bbcmc", "electron", + # commodore + "c64", "c64c", "c128", + # amiga "a500", "a500n", "a1000", "a1000n", "a2000", "a2000n", @@ -131,6 +134,9 @@ SLOTS = ( # coco/trs "ext", "floppy0", "floppy1", "floppy2", "floppy3", + + # commodore + "user", "iec4", "iec8", "iec9", "iec10", "iec11", "tape" ) SLOT_NAMES = { @@ -223,6 +229,19 @@ SLOT_NAMES = { "floppy1": "Floppy 2", "floppy2": "Floppy 3", "floppy3": "Floppy 4", + + # commodore + "user": "User", + "tape": "Tape", + "iec4": "IEC 4", + "iec5": "IEC 5", + "iec6": "IEC 6", + "iec7": "IEC 7", + "iec8": "IEC 8", + "iec9": "IEC 9", + "iec10": "IEC 10", + "iec11": "IEC 11", + "iec12": "IEC 12", } diff --git a/python/mkmachines.py b/python/mkmachines.py index 2529c3c..98e5a93 100644 --- a/python/mkmachines.py +++ b/python/mkmachines.py @@ -114,6 +114,9 @@ def load_machine_recursive(name): if devname in processed: continue pending.add(devname) + # also include if there's a bios... + if m.find('./biosset') is not None: count = count + 1 + if count: # print(" slots: {}".format(name)) submachines[name] = m @@ -273,17 +276,33 @@ def find_media(parent, include_slots=False): # special case for the pc transporter. not in the xml but it adds 2 5.25" floppies # n.b. - floppies are 5.25" 360k or 180k. not bootable, not usable from prodos # without special prodos file or loading driver into pc transporter ram. - if parent.get("name") == "pcxport": + + name = parent.get("name") + sourcefile = parent.get("sourcefile") + if name == "pcxport": media["floppy_5_25"] = media.get("floppy_5_25", 0) + 2 + # special case for commodore disk drives... + if sourcefile.endswith("/cbmiec/c1541.cpp"): + media["floppy_5_25"] = media.get("floppy_5_25", 0) + 1 + + if sourcefile.endswith("/cbmiec/c1571.cpp"): + media["floppy_5_25"] = media.get("floppy_5_25", 0) + 1 + + if sourcefile.endswith("/cbmiec/c1581.cpp"): + media["floppy_3_5"] = media.get("floppy_3_5", 0) + 1 + + if sourcefile.endswith("/cbmiec/fd2000.cpp"): + media["floppy_3_5"] = media.get("floppy_3_5", 0) + 1 + # special case for a2romusr - if parent.get("name") == "a2romusr": + if name == "a2romusr": media["rom"] = media.get("rom", 0) + 1 # scsibus:1 is special cd-rom - if parent.get("name") == "a2scsi": + if name == "a2scsi": media["cdrom"] = media.get("cdrom", 0) + 1 if not media: return None diff --git a/python/mkmodels.py b/python/mkmodels.py index 06a0ea7..61a3a79 100644 --- a/python/mkmodels.py +++ b/python/mkmodels.py @@ -68,6 +68,7 @@ oric_children = [ amiga_children = ["a500", "a500n", "a1000", "a1000n", "a2000", "a2000n" ] acorn_children = [ "bbcb", "bbca", "bbcb_de", "bbcb_us", "bbcb_no", "bbcbp", "bbcbp128", "bbcm", "bbcmt", "bbcmc", "electron" ] +commodore_children = ["c64", "c64c", "c128"] dec_vt_children = ["vt52", "vt100", "vt101", "vt102", "vt240"] dec_children = ["ds2100", "ds3100", "ds5k133", "pdp11qb", "pdp11ub", "pdp11ub2"] @@ -108,6 +109,7 @@ TREE = [ TREE_EXTRA = TREE + [ ("Acorn", None, acorn_children), ("Amiga", None, amiga_children), + ("Commodore", "c64", commodore_children), ("DEC VT", None, dec_vt_children), ("DEC", None, dec_children), ("HP 9000", None, hp_9000_children),