add tk3000

This commit is contained in:
Kelvin Sherlock 2021-03-14 13:23:43 -04:00
parent e1eecac557
commit 0d13fa7167
16 changed files with 5983 additions and 3 deletions

View File

@ -144,6 +144,7 @@
B6DDECD52505A86E0093587A /* eject-hover-16x16@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = B6DDECCA2505A86E0093587A /* eject-hover-16x16@3x.png */; };
B6DDECD62505A86E0093587A /* eject-16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = B6DDECCB2505A86E0093587A /* eject-16x16.png */; };
B6DDECD72505A86E0093587A /* eject-16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = B6DDECCB2505A86E0093587A /* eject-16x16.png */; };
B6DE323325FE7BD400418375 /* tk3000.plist in Resources */ = {isa = PBXBuildFile; fileRef = B6DE323225FE7BD400418375 /* tk3000.plist */; };
B6E08076252574690075F4E1 /* vmnet_helper in CopyFiles */ = {isa = PBXBuildFile; fileRef = B6841BD0251EC913006A5C39 /* vmnet_helper */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; };
B6E4B5B024FDE2670094A35C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B6BA258724E99BEB005FB8FF /* main.m */; };
B6E4B5B124FDE2670094A35C /* LaunchWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = B6D6DE4024FADFAC00661A5F /* LaunchWindowController.m */; };
@ -384,6 +385,7 @@
B6DDECC92505A86E0093587A /* eject-hover-16x16@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "eject-hover-16x16@2x.png"; sourceTree = "<group>"; };
B6DDECCA2505A86E0093587A /* eject-hover-16x16@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "eject-hover-16x16@3x.png"; sourceTree = "<group>"; };
B6DDECCB2505A86E0093587A /* eject-16x16.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "eject-16x16.png"; sourceTree = "<group>"; };
B6DE323225FE7BD400418375 /* tk3000.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = tk3000.plist; sourceTree = "<group>"; };
B6E4B5FA24FDE2670094A35C /* Ample Lite.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Ample Lite.app"; sourceTree = BUILT_PRODUCTS_DIR; };
B6E9A17E25088B1B005E7525 /* NewSlotViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NewSlotViewController.h; sourceTree = "<group>"; };
B6E9A17F25088B1B005E7525 /* NewSlotViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NewSlotViewController.m; sourceTree = "<group>"; };
@ -479,6 +481,7 @@
B6109A0D24F5F374005CB652 /* prav82.plist */,
B61099F024F5F36E005CB652 /* space84.plist */,
B61099FF24F5F371005CB652 /* spectred.plist */,
B6DE323225FE7BD400418375 /* tk3000.plist */,
B61099FA24F5F370005CB652 /* uniap2en.plist */,
B61099EE24F5F36E005CB652 /* uniap2pt.plist */,
B6109A0224F5F371005CB652 /* uniap2ti.plist */,
@ -761,6 +764,7 @@
B6109A1924F5F377005CB652 /* apple2ees.plist in Resources */,
B6109A3924F5F377005CB652 /* prav8c.plist in Resources */,
B6109A1C24F5F377005CB652 /* ivelultr.plist in Resources */,
B6DE323325FE7BD400418375 /* tk3000.plist in Resources */,
B6109A3824F5F377005CB652 /* maxxi.plist in Resources */,
B6109A2E24F5F377005CB652 /* apple2eefr.plist in Resources */,
B6109A2C24F5F377005CB652 /* spectred.plist in Resources */,

View File

@ -149,6 +149,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>
@ -254,6 +262,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>

View File

@ -191,6 +191,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>
@ -296,6 +304,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>

View File

@ -3399,6 +3399,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>
@ -3504,6 +3512,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>

View File

@ -3439,6 +3439,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>
@ -3544,6 +3552,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>

View File

@ -3439,6 +3439,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>
@ -3544,6 +3552,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>

View File

@ -380,6 +380,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>

View File

@ -189,6 +189,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>
@ -294,6 +302,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>

View File

@ -1265,6 +1265,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>
@ -1370,6 +1378,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>

View File

@ -1265,6 +1265,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>
@ -1370,6 +1378,14 @@
<key>devname</key>
<string>null_modem</string>
</dict>
<dict>
<key>value</key>
<string>rs232_sync_io</string>
<key>description</key>
<string>RS232 Synchronous I/O</string>
<key>devname</key>
<string>rs232_sync_io</string>
</dict>
<dict>
<key>value</key>
<string>keyboard</string>

View File

@ -278,6 +278,12 @@
<key>value</key>
<string>spectred</string>
</dict>
<dict>
<key>description</key>
<string>TK3000//e</string>
<key>value</key>
<string>tk3000</string>
</dict>
<dict>
<key>description</key>
<string>Zi Jin I</string>

View File

@ -63,6 +63,9 @@
<string>apple1</string>
<string>apple2</string>
<string>apple2c</string>
<string>apple2c0</string>
<string>apple2c3</string>
<string>apple2c4</string>
<string>apple2cp</string>
<string>apple2e</string>
<string>apple2ee</string>
@ -73,6 +76,8 @@
<string>apple2euk</string>
<string>apple2gs</string>
<string>apple2gsr0</string>
<string>apple2gsr0p</string>
<string>apple2gsr0p2</string>
<string>apple2gsr1</string>
<string>apple2jp</string>
<string>apple2p</string>
@ -144,6 +149,7 @@
<string>space84</string>
<string>spectred</string>
<string>swtpc8212_device</string>
<string>tk3000</string>
<string>uniap2en</string>
<string>uniap2pt</string>
<string>uniap2ti</string>

5828
Ample/Resources/tk3000.plist Normal file

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@ MACHINES = (
"laser128", "laser2c", "las128ex", "las128e2",
# IIe clones
"mprof3", "prav8c", "spectred",
"mprof3", "prav8c", "spectred", "tk3000",
# II clones
"ace100", "agat7", "agat9", "albert",
"am100", "am64", "basis108", "craft2p",

View File

@ -20,7 +20,7 @@ ii_clones_children = ["ace100", "albert",
"dodo", "elppa", "hkc8800a", "ivelultr",
"maxxi", "microeng", "prav82", "prav8m",
"space84", "uniap2en", "uniap2pt", "uniap2ti"]
iie_clones_children = ["mprof3", "prav8c", "spectred", "zijini"]
iie_clones_children = ["mprof3", "prav8c", "spectred", "tk3000", "zijini"]
cec_children = ["cec2000", "cece", "cecg", "ceci", "cecm"]
agat_children = ["agat7", "agat9"]

View File

@ -21,7 +21,7 @@ EXTRA_MACHINES = [
'kb_pc83',
'kb_pcxt83',
'keytronic_pc3270',
'apple2gsr0p'
'apple2gsr0p',
'apple2gsr0p2',
'apple2c0',
'apple2c3',