summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-01-26 12:36:51 +1100
committer Vas Crabb <vas@vastheman.com>2020-01-26 12:39:27 +1100
commita7fec751edac3808f3b64986c2409be4240c7eb9 (patch)
tree71241d1d0afe70d39511bab822cba278a5b3009f /src/devices/cpu/sh
parent832c38bb8d20142a44c694d43e7670c938d19377 (diff)
srcclean, manual adjustments (nw)
Diffstat (limited to 'src/devices/cpu/sh')
-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;