diff options
Diffstat (limited to 'src/devices/cpu/m68000/m68kops.cpp')
-rw-r--r-- | src/devices/cpu/m68000/m68kops.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/m68000/m68kops.cpp b/src/devices/cpu/m68000/m68kops.cpp index 3535926fbf9..06b30a61553 100644 --- a/src/devices/cpu/m68000/m68kops.cpp +++ b/src/devices/cpu/m68000/m68kops.cpp @@ -20216,6 +20216,7 @@ void m68000_base_device::x4e7b_movec_l_4() { m_pmmu_enabled = 0; } + m_instruction_restart = m_pmmu_enabled || m_emmu_enabled; break; case 0x004: /* ITT0 */ m_mmu_itt0 = REG_DA()[(word2 >> 12) & 15]; |