From ce7f89d949b49a233ed8f95689253084f461c629 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Thu, 23 Feb 2023 13:44:06 +0100 Subject: [PATCH] m68000: Unexpectedly, device reset time warps? --- src/devices/cpu/m68000/m68000.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/cpu/m68000/m68000.cpp b/src/devices/cpu/m68000/m68000.cpp index 341d62193a0..e102321f7aa 100644 --- a/src/devices/cpu/m68000/m68000.cpp +++ b/src/devices/cpu/m68000/m68000.cpp @@ -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(); }