summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2024-02-25 21:04:29 +0100
committer hap <happppp@users.noreply.github.com>2024-02-25 21:04:41 +0100
commit8528c4c14bc20597e8eac5404328d98fd6bdd080 (patch)
treeb3d1e5662ae67359964de06672c8d0bdf307fbc3 /scripts/src/cpu.lua
parent8b33ac0d0d8d1a43add3f741d0de93f44d1ad2de (diff)
h8: add basic support for h8/3217,
h8_watchdog: clock divider table was the wrong way around
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r--scripts/src/cpu.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index 881e4ca7338..23f66cd7d5c 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -701,8 +701,6 @@ if CPUS["H8"] then
MAME_DIR .. "src/devices/cpu/h8/h8s2600.h",
MAME_DIR .. "src/devices/cpu/h8/h8325.cpp",
MAME_DIR .. "src/devices/cpu/h8/h8325.h",
- MAME_DIR .. "src/devices/cpu/h8/h83337.cpp",
- MAME_DIR .. "src/devices/cpu/h8/h83337.h",
MAME_DIR .. "src/devices/cpu/h8/h83002.cpp",
MAME_DIR .. "src/devices/cpu/h8/h83002.h",
MAME_DIR .. "src/devices/cpu/h8/h83003.cpp",
@@ -717,6 +715,10 @@ if CPUS["H8"] then
MAME_DIR .. "src/devices/cpu/h8/h83042.h",
MAME_DIR .. "src/devices/cpu/h8/h83048.cpp",
MAME_DIR .. "src/devices/cpu/h8/h83048.h",
+ MAME_DIR .. "src/devices/cpu/h8/h83217.cpp",
+ MAME_DIR .. "src/devices/cpu/h8/h83217.h",
+ MAME_DIR .. "src/devices/cpu/h8/h83337.cpp",
+ MAME_DIR .. "src/devices/cpu/h8/h83337.h",
MAME_DIR .. "src/devices/cpu/h8/h8s2245.cpp",
MAME_DIR .. "src/devices/cpu/h8/h8s2245.h",
MAME_DIR .. "src/devices/cpu/h8/h8s2320.cpp",