summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh/sh4.cpp')
-rw-r--r--src/devices/cpu/sh/sh4.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/sh/sh4.cpp b/src/devices/cpu/sh/sh4.cpp
index 3f48939f116..adaf1a53e46 100644
--- a/src/devices/cpu/sh/sh4.cpp
+++ b/src/devices/cpu/sh/sh4.cpp
@@ -1633,6 +1633,7 @@ void sh34_base_device::device_reset()
m_sh2_state->sleep_mode = 0;
m_sh4_mmu_enabled = 0;
+ m_cache_dirty = true;
}
/*-------------------------------------------------