summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/cpu.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index 48d2f317f55..de0f2fe40d8 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -691,6 +691,8 @@ end
if CPUS["H8"] then
files {
+ MAME_DIR .. "src/devices/cpu/h8/c77.cpp",
+ MAME_DIR .. "src/devices/cpu/h8/c77.h",
MAME_DIR .. "src/devices/cpu/h8/h8.cpp",
MAME_DIR .. "src/devices/cpu/h8/h8.h",
MAME_DIR .. "src/devices/cpu/h8/h8h.cpp",