summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/sh2/sh2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/sh2/sh2.c')
-rw-r--r--src/emu/cpu/sh2/sh2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/cpu/sh2/sh2.c b/src/emu/cpu/sh2/sh2.c
index 5d934e94d6b..bbebb2a40a3 100644
--- a/src/emu/cpu/sh2/sh2.c
+++ b/src/emu/cpu/sh2/sh2.c
@@ -169,7 +169,6 @@ INLINE UINT32 RL(sh2_state *sh2, offs_t A)
INLINE void WB(sh2_state *sh2, offs_t A, UINT8 V)
{
-
if (A >= 0xe0000000)
{
sh2_internal_w(sh2->internal, (A & 0x1fc)>>2, V << (((~A) & 3)*8), 0xff << (((~A) & 3)*8));