]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
Simple prefetch emulation when 68030 MMU is switched on or off. Some programs switch...
authorToni Wilen <twilen@winuae.net>
Mon, 5 Jan 2015 11:32:41 +0000 (13:32 +0200)
committerToni Wilen <twilen@winuae.net>
Mon, 5 Jan 2015 11:32:41 +0000 (13:32 +0200)
commit7dfd7f276dd2faeefa1f4b2fdc9712b4ffa46f52
tree667f1aa181f15bcb561734c56ec4c15888ff39ba
parentdb0d9660666076db92bcce2162a6144e47634e79
Simple prefetch emulation when 68030 MMU is switched on or off. Some programs switch on MMU and then assume at least next opcode word (JMP (An)) has already been prefetched. Fix crash when switching MMU emulation on/off on the fly.
cpummu30.cpp
include/cpummu030.h
newcpu.cpp