diff options
author | 2013-01-11 19:43:14 +0000 | |
---|---|---|
committer | 2013-01-11 19:43:14 +0000 | |
commit | 1940866c70674f0a625a79677b90f9f4a33b2e25 (patch) | |
tree | 0b18ac32397ff89ef7fc1ed27ff03fb8fbc92fa6 /src/emu/cpu/sh4/sh4comn.c | |
parent | cff79778372c37b3b2eb9f64e31bd0abfdab978d (diff) |
output of new srcclean changes that are relatively small [smf]
Diffstat (limited to 'src/emu/cpu/sh4/sh4comn.c')
-rw-r--r-- | src/emu/cpu/sh4/sh4comn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/cpu/sh4/sh4comn.c b/src/emu/cpu/sh4/sh4comn.c index b92b6acb4c4..27570afd351 100644 --- a/src/emu/cpu/sh4/sh4comn.c +++ b/src/emu/cpu/sh4/sh4comn.c @@ -415,7 +415,6 @@ void sh4_exception(sh4_state *sh4, const char *message, int exception) // handle } else { - if (sh4->sr & BL) return; if (((sh4->exception_priority[exception] >> 8) & 255) <= ((sh4->sr >> 4) & 15)) @@ -1009,7 +1008,6 @@ void sh4_set_frt_input(device_t *device, int state) if (sh4->cpu_type == CPU_TYPE_SH4) { - if(sh4->m[5] & 0x8000) { if(state == CLEAR_LINE) { return; |