diff options
| author | 2025-08-22 09:42:39 -0400 | |
|---|---|---|
| committer | 2025-08-22 09:45:21 -0400 | |
| commit | 36eeedc3a55321d9ede614e5497a4a9787db9be1 (patch) | |
| tree | 6954cbeece67413e8ce1b89fa1f077f31f5e89e6 /scripts/src/machine.lua | |
| parent | 4cf03e5c08adcd17b1c55cdaceccf3f2bb8db6fc (diff) | |
Begin slotifying generic Keytronic serial keyboards [AJR]
* kayproii (& clones): Add dump of original serial keyboard (actually identical to that of Keytronic L2207) and make it the default option [AJR, retrocmp.de]
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 2b463c8deed..87732d0df8d 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1924,18 +1924,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/keytronic_l2207.h,MACHINES["KEYTRONIC_L2207"] = true ---------------------------------------------------- - -if (MACHINES["KEYTRONIC_L2207"]~=null) then - files { - MAME_DIR .. "src/devices/machine/keytronic_l2207.cpp", - MAME_DIR .. "src/devices/machine/keytronic_l2207.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/kr1601rr1.h,MACHINES["KR1601RR1"] = true --------------------------------------------------- |
