summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-04 09:45:43 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-04 09:52:49 -0400
commit1ae8286955a321ba7da022878baa367d640adf3d (patch)
treea7aa2d6e3f4fa455d3cbe8eb76dfd372855879ed /scripts
parentb44de7e85f04c34aaf7c284d4d3bb9380b1f9284 (diff)
cit101: Somewhat major improvements
- High level emulation of serial keyboard (only sort of works; probably should be less sophisticated) - Add double height and double width attributes - Adjustable start of screen pointer (necessary for SET-UP mode) - Reconfigure screen for 80/132-column and 50/60 Hz modes dikeyboard: Add scan_complete callback (nw, sort of hacky but cit101 keyboard works worse without it)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/target/mame/mess.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua
index 6c01dc9d4c0..a72f7e1e4f4 100644
--- a/scripts/target/mame/mess.lua
+++ b/scripts/target/mame/mess.lua
@@ -3569,6 +3569,8 @@ files {
MAME_DIR .. "src/mame/drivers/cd2650.cpp",
MAME_DIR .. "src/mame/drivers/cdc721.cpp",
MAME_DIR .. "src/mame/drivers/cit101.cpp",
+ MAME_DIR .. "src/mame/machine/cit101_kbd.cpp",
+ MAME_DIR .. "src/mame/machine/cit101_kbd.h",
MAME_DIR .. "src/mame/drivers/cit220.cpp",
MAME_DIR .. "src/mame/drivers/codata.cpp",
MAME_DIR .. "src/mame/drivers/controlid.cpp",