diff options
author | 2020-07-27 22:25:18 -0400 | |
---|---|---|
committer | 2020-07-27 22:25:18 -0400 | |
commit | ff5144809cbd7b3d78e30c36baa438e3bbf2dc25 (patch) | |
tree | ba548bee642f131f4be567ff72a999f0898fa050 /scripts/src/cpu.lua | |
parent | 04b8abbb535aaf9a82c34cb2dbdbe8ba0984f5bc (diff) |
sigmab98.cpp: Change CPU to new KC82-derived type for Sigma/Banpresto games
* dashhero: Add back NVRAM (and more of it) now that memory map has been corrected
* getbass: Add KL5C80A16 I/O CPU to configuration
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r-- | scripts/src/cpu.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index db3e1e2441a..e2ed4badf4a 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -2614,10 +2614,16 @@ if (CPUS["Z80"]~=null) then MAME_DIR .. "src/devices/cpu/z80/tmpz84c011.h", MAME_DIR .. "src/devices/cpu/z80/tmpz84c015.cpp", MAME_DIR .. "src/devices/cpu/z80/tmpz84c015.h", + MAME_DIR .. "src/devices/cpu/z80/kc82.cpp", + MAME_DIR .. "src/devices/cpu/z80/kc82.h", MAME_DIR .. "src/devices/cpu/z80/kl5c80a12.cpp", MAME_DIR .. "src/devices/cpu/z80/kl5c80a12.h", + MAME_DIR .. "src/devices/cpu/z80/kl5c80a16.cpp", + MAME_DIR .. "src/devices/cpu/z80/kl5c80a16.h", MAME_DIR .. "src/devices/cpu/z80/kp69.cpp", MAME_DIR .. "src/devices/cpu/z80/kp69.h", + MAME_DIR .. "src/devices/cpu/z80/ky80.cpp", + MAME_DIR .. "src/devices/cpu/z80/ky80.h", MAME_DIR .. "src/devices/cpu/z80/lz8420m.cpp", MAME_DIR .. "src/devices/cpu/z80/lz8420m.h", } |