diff options
author | 2023-04-22 14:58:42 -0400 | |
---|---|---|
committer | 2023-04-22 15:01:09 -0400 | |
commit | 5a037bccb2d43b4562cca698703703f82451c971 (patch) | |
tree | 4cdcae71fc20b6a46d9b3182797106843752dbe8 /scripts/src/machine.lua | |
parent | 2f5b4b5052cc7572a9d2792df93958cea83e0393 (diff) |
wicat: Add MCU dump and LLE of keyboard; update layout to include keyboard LEDs [AJR, Bitsavers]
* im6402: Remove ugly hack to force bits into receiver and make it work the normal way instead
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index d79cf1f0ee3..1155df5b3c7 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1926,6 +1926,18 @@ 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 --------------------------------------------------- |