diff options
| author | 2020-01-26 12:36:51 +1100 | |
|---|---|---|
| committer | 2020-01-26 12:39:27 +1100 | |
| commit | a7fec751edac3808f3b64986c2409be4240c7eb9 (patch) | |
| tree | 71241d1d0afe70d39511bab822cba278a5b3009f /src/devices/cpu/sh | |
| parent | 832c38bb8d20142a44c694d43e7670c938d19377 (diff) | |
srcclean, manual adjustments (nw)
Diffstat (limited to 'src/devices/cpu/sh')
| -rw-r--r-- | src/devices/cpu/sh/sh3comn.cpp | 2 |
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; |
