m68000: Unexpectedly, device reset time warps?

This commit is contained in:
Olivier Galibert 2023-02-23 13:44:06 +01:00
parent 2ef8679738
commit ce7f89d949

View File

@ -322,6 +322,7 @@ void m68000_device::device_reset()
m_count_before_instruction_step = 0;
m_post_run = 0;
m_post_run_cycles = 0;
m_last_vpa_time = 0;
update_user_super();
}