diff options
author | 2020-06-18 18:13:31 -0400 | |
---|---|---|
committer | 2020-06-18 18:15:41 -0400 | |
commit | 9c36794ded21e8869b50041981676b69f4a64412 (patch) | |
tree | ef02da9597dbfe5847101a68deeb6a3ae9ec7c36 /scripts/src | |
parent | 8d9c2d219d35bf31ec81556ec855330fb104e6df (diff) |
tlcs900: Split derived types into separate files; no need for separate 8-bit and 16-bit maps now (nw)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/cpu.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 825f63b7c42..8dd9849b2f6 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -2570,6 +2570,10 @@ if (CPUS["TLCS900"]~=null) then MAME_DIR .. "src/devices/cpu/tlcs900/tlcs900.cpp", MAME_DIR .. "src/devices/cpu/tlcs900/tlcs900.h", MAME_DIR .. "src/devices/cpu/tlcs900/900tbl.hxx", + MAME_DIR .. "src/devices/cpu/tlcs900/tmp95c061.cpp", + MAME_DIR .. "src/devices/cpu/tlcs900/tmp95c061.h", + MAME_DIR .. "src/devices/cpu/tlcs900/tmp95c063.cpp", + MAME_DIR .. "src/devices/cpu/tlcs900/tmp95c063.h", } end |