summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2016-09-28 12:33:09 +0200
committer GitHub <noreply@github.com>2016-09-28 12:33:09 +0200
commit4727ff5e6a1e0aaa1d2b146b819250a6a83e8448 (patch)
tree39a33a02533c5a7c62423f8fc2dfe4fc893aecf0 /scripts/src/cpu.lua
parent4d462536c7092f2b9775384d9da34905edf4d9c3 (diff)
parent7465cdc2f9e4ad61e701ba89f2a894dbdff283dd (diff)
SH-2: added read-back for BCR1 register, fixing missing polygons in Daytona USA CE for Saturn [Mednafen, Angelo Salese]
Added stub bus/sci/wdt devices for sh7604, this part will require more work as h8 and sh2 shares same chips, damn
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r--scripts/src/cpu.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index a9dfe0ecd70..315412fb946 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -646,6 +646,12 @@ if (CPUS["SH2"]~=null) then
MAME_DIR .. "src/devices/cpu/sh2/sh2.cpp",
MAME_DIR .. "src/devices/cpu/sh2/sh2.h",
MAME_DIR .. "src/devices/cpu/sh2/sh2fe.cpp",
+ MAME_DIR .. "src/devices/cpu/sh2/sh7604_bus.cpp",
+ MAME_DIR .. "src/devices/cpu/sh2/sh7604_bus.h",
+ MAME_DIR .. "src/devices/cpu/sh2/sh7604_sci.cpp",
+ MAME_DIR .. "src/devices/cpu/sh2/sh7604_sci.h",
+ MAME_DIR .. "src/devices/cpu/sh2/sh7604_wdt.cpp",
+ MAME_DIR .. "src/devices/cpu/sh2/sh7604_wdt.h",
--MAME_DIR .. "src/devices/cpu/sh2/sh2comn.cpp",
--MAME_DIR .. "src/devices/cpu/sh2/sh2comn.h",
--MAME_DIR .. "src/devices/cpu/sh2/sh2drc.cpp",