diff options
author | 2009-03-28 22:10:55 +0000 | |
---|---|---|
committer | 2009-03-28 22:10:55 +0000 | |
commit | 9c63c950435a3d896cfb5d0d8cb639d55f559819 (patch) | |
tree | be1350d8272557292cc78787c62b3a38791db700 /src/emu/cpu/sh4/sh4comn.c | |
parent | 1c61e96910d5ccf215c64aad8ea70e35da719bae (diff) |
Cleanups and version bump.mame0130u2
Diffstat (limited to 'src/emu/cpu/sh4/sh4comn.c')
-rw-r--r-- | src/emu/cpu/sh4/sh4comn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/sh4/sh4comn.c b/src/emu/cpu/sh4/sh4comn.c index c6509271c33..f10d5cd4f1e 100644 --- a/src/emu/cpu/sh4/sh4comn.c +++ b/src/emu/cpu/sh4/sh4comn.c @@ -650,7 +650,7 @@ WRITE32_HANDLER( sh4_internal_w ) printf("If you're seeing this, but running something other than a Naomi GD-ROM game then chances are it won't work\n"); printf("The MMU emulation is a hack specific to that system\n"); sh4->sh4_mmu_enabled = 1; - + // should be a different bit! { int i; @@ -659,7 +659,7 @@ WRITE32_HANDLER( sh4_internal_w ) sh4->sh4_tlb_address[i] = 0; sh4->sh4_tlb_data[i] = 0; } - + } } else |