From 8528c4c14bc20597e8eac5404328d98fd6bdd080 Mon Sep 17 00:00:00 2001 From: hap Date: Sun, 25 Feb 2024 21:04:29 +0100 Subject: h8: add basic support for h8/3217, h8_watchdog: clock divider table was the wrong way around --- scripts/src/cpu.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts/src/cpu.lua') 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", -- cgit v1.2.3-70-g09d2