summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-06-19 23:51:50 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-06-19 23:51:50 -0400
commit5b502b74c5585ece3e0bf27f0675cb8d9bfeec5f (patch)
tree2df6684595503822ce058730e2db4d375813dd92 /scripts/src
parentbba36a40182a578e43189e136b5d7875d694d2eb (diff)
Correct cycle counts for TLCS-900/H CPU core; prepare to add support for original TLCS-900 devices
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/cpu.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index 8dd9849b2f6..6bd787f0036 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -2570,6 +2570,7 @@ 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/900htbl.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",