summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh3comn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh/sh3comn.cpp')
-rw-r--r--src/devices/cpu/sh/sh3comn.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/sh/sh3comn.cpp b/src/devices/cpu/sh/sh3comn.cpp
index 36c951840d4..77f4b079414 100644
--- a/src/devices/cpu/sh/sh3comn.cpp
+++ b/src/devices/cpu/sh/sh3comn.cpp
@@ -125,7 +125,7 @@ READ32_MEMBER( sh3_base_device::sh3_internal_high_r )
case SH3_INTEVT_ADDR:
//logerror("'%s' (%08x): unmapped internal read from %08x mask %08x (SH3 INTEVT - %08x)\n",tag(), m_sh2_state->pc & SH34_AM,(offset *4)+SH3_UPPER_REGBASE,mem_mask, m_sh3internal_upper[offset]);
return m_sh3internal_upper[offset];
-
+
case SH3_SCSSR_ADDR:
// hack until SCI is not implemented
return 0x84<<24;