From 36eeedc3a55321d9ede614e5497a4a9787db9be1 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 22 Aug 2025 09:42:39 -0400 Subject: 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] --- scripts/src/machine.lua | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'scripts/src/machine.lua') 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 @@ -1922,18 +1922,6 @@ if (MACHINES["KB3600"]~=null) then } 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 -- cgit v1.2.3