summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-06-18 18:13:31 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-06-18 18:15:41 -0400
commit9c36794ded21e8869b50041981676b69f4a64412 (patch)
treeef02da9597dbfe5847101a68deeb6a3ae9ec7c36 /scripts/src/cpu.lua
parent8d9c2d219d35bf31ec81556ec855330fb104e6df (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/cpu.lua')
-rw-r--r--scripts/src/cpu.lua4
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