diff options
author | 2023-12-17 19:57:09 +0100 | |
---|---|---|
committer | 2023-12-17 19:57:13 +0100 | |
commit | f9de60c4354ef27d8ca7c7922668511a7f2426e9 (patch) | |
tree | 0b28730e383c4949f737c97f6af9fbcec1355512 /scripts/src/cpu.lua | |
parent | 1ff5748ea09fd7656fd5ccc375420bf833d7884c (diff) |
sh: start adding the sh7042
Diffstat (limited to 'scripts/src/cpu.lua')
-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 2e76666aee0..5d691418f08 100644 --- a/scripts/src/cpu.lua +++ b/scripts/src/cpu.lua @@ -891,6 +891,8 @@ if CPUS["SH"] then MAME_DIR .. "src/devices/cpu/sh/sh7021.h", MAME_DIR .. "src/devices/cpu/sh/sh7032.cpp", MAME_DIR .. "src/devices/cpu/sh/sh7032.h", + MAME_DIR .. "src/devices/cpu/sh/sh7042.cpp", + MAME_DIR .. "src/devices/cpu/sh/sh7042.h", MAME_DIR .. "src/devices/cpu/sh/sh7604_bus.cpp", MAME_DIR .. "src/devices/cpu/sh/sh7604_bus.h", MAME_DIR .. "src/devices/cpu/sh/sh7604_sci.cpp", |