Execute the mem_unprotect call only on 64-bit platforms (where it may be needed), since
it seems to break on OS X 10.4 32-bit, at least
src/sh4/mmu.c
it seems to break on OS X 10.4 32-bit, at least
src/sh4/mmu.c
Add the current bus_cycle timing (not used yet, but may as well add it while
we're breaking the save state anyway)
src/sh4/sh4.h
we're breaking the save state anyway)
src/sh4/sh4.h
Exit immediately on an unconditional exception - makes those blocks a little simpler and shorter
src/sh4/ia32abi.h
src/sh4/sh4x86.in
src/sh4/ia32abi.h
src/sh4/sh4x86.in
Fix icache entry not matching following an xlat block mode mismatch (can happen legitimately)
src/sh4/sh4trans.c
src/sh4/sh4trans.c
Merge lxdream-mem branch back to trunk
Makefile.in
src/Makefile.am
src/Makefile.in
src/aica/aica.c
src/aica/aica.h
src/aica/armcore.h
src/aica/armmem.c
src/aica/audio.c
src/asic.c
src/dreamcast.c
...
Makefile.in
src/Makefile.am
src/Makefile.in
src/aica/aica.c
src/aica/aica.h
src/aica/armcore.h
src/aica/armmem.c
src/aica/audio.c
src/asic.c
src/dreamcast.c
...
Tidy up exceptions+resets
Implement manual reset on general exception when SR.BL == 1
src/dreamcast.c
src/sh4/mmu.c
src/sh4/sh4.c
src/sh4/sh4core.h
src/sh4/sh4core.in
src/test/testsh4x86.c
Implement manual reset on general exception when SR.BL == 1
src/dreamcast.c
src/sh4/mmu.c
src/sh4/sh4.c
src/sh4/sh4core.h
src/sh4/sh4core.in
src/test/testsh4x86.c
.