diff options
author | 2024-03-04 16:56:13 +0100 | |
---|---|---|
committer | 2024-03-04 16:56:23 +0100 | |
commit | 9d332ed7bed2a9ed82397b7d5372074e837a8eda (patch) | |
tree | 16b36610e729e664c5ec47dbf0eb78c8d2ff2525 /scripts/src/cpu.lua | |
parent | 36cf92be3709dec7c5f36a51a9317c0e532e1460 (diff) |
h8: add h8s/2319 family, make 2320 (now renamed to 2329) a subdevice,
h8_watchdog: apparently fix funcube watchdog reset issue,
mentor16: add lcd vertical layout to artwork
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r-- | scripts/src/cpu.lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index 8fee43f4ab1..c6215752954 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -721,8 +721,10 @@ if CPUS["H8"] then 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", - MAME_DIR .. "src/devices/cpu/h8/h8s2320.h", + MAME_DIR .. "src/devices/cpu/h8/h8s2319.cpp", + MAME_DIR .. "src/devices/cpu/h8/h8s2319.h", + MAME_DIR .. "src/devices/cpu/h8/h8s2329.cpp", + MAME_DIR .. "src/devices/cpu/h8/h8s2329.h", MAME_DIR .. "src/devices/cpu/h8/h8s2357.cpp", MAME_DIR .. "src/devices/cpu/h8/h8s2357.h", MAME_DIR .. "src/devices/cpu/h8/h8s2655.cpp", |