diff options
author | 2024-02-06 18:08:36 +0100 | |
---|---|---|
committer | 2024-02-06 18:08:45 +0100 | |
commit | c144c79ee3437d0240a798e69a8089bddd031760 (patch) | |
tree | 93118300e5c7de3b946feab770c759c885cf4df6 /scripts/src | |
parent | ccc00d3ecbc1d769dc4d35415806af388e3262fc (diff) |
h8: add preliminary h8/325
New systems marked not working
------------------------------
Kasparov Prisma [hap, Sean Riddle]
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/cpu.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua index cad69070127..61f91225e57 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -699,6 +699,8 @@ if CPUS["H8"] then MAME_DIR .. "src/devices/cpu/h8/h8s2000.h", MAME_DIR .. "src/devices/cpu/h8/h8s2600.cpp", 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", |