diff options
author | 2021-10-27 04:21:46 -0400 | |
---|---|---|
committer | 2021-10-27 10:21:46 +0200 | |
commit | 935d28a67573f4cd1333639927f19798ce953f1e (patch) | |
tree | 6fccc4072e472f8caf6d062779d417b5eb820da1 /scripts/src/cpu.lua | |
parent | 163659b50aabc57aaeeb55e35e88d85523cdbc4c (diff) |
new NOT_WORKING machine (Casio CTK-2100) (#8757)
* ctk2100: preliminary work
* ctk2100: possible keyboard hookup
* ctk2100: hook up rudimentary timers
* ctk2100: add ports and hook up the LCD
* ctk2100: timer tweaks, input tweaks
* ctk2100: fix I/O port reads (stops constant LCD resets)
* gt913: increase key polling rate (fixes ctk2100 test mode)
* ctk2100: add ADCs, clean up and comment some other stuff
* lpc210x: add the PL190 VIC here too while i'm at it
* vic_pl192: fix clang build
* unidasm: add gt913
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r-- | scripts/src/cpu.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 9c612457313..78f18f4430a 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -160,6 +160,8 @@ if CPUS["ARM7"] then MAME_DIR .. "src/devices/cpu/arm7/arm7ops.cpp", MAME_DIR .. "src/devices/cpu/arm7/lpc210x.cpp", MAME_DIR .. "src/devices/cpu/arm7/lpc210x.h", + MAME_DIR .. "src/devices/cpu/arm7/upd800468.cpp", + MAME_DIR .. "src/devices/cpu/arm7/upd800468.h", MAME_DIR .. "src/devices/cpu/arm7/arm7core.h", MAME_DIR .. "src/devices/cpu/arm7/arm7core.hxx", MAME_DIR .. "src/devices/cpu/arm7/arm7drc.hxx", |