SH3/4 drc: reset drc cache

This commit is contained in:
MetalliC 2017-11-24 06:02:59 +02:00
parent 4fefa7401f
commit 077aaa2119

View File

@ -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;
}
/*-------------------------------------------------