diff --git a/sdl/aiie.cpp b/sdl/aiie.cpp index 5899492..34002a1 100644 --- a/sdl/aiie.cpp +++ b/sdl/aiie.cpp @@ -176,7 +176,9 @@ static struct timespec runCPU(struct timespec now) if (debugger.active()) { debugger.step(); - // FIXME need to reset starttime for this and g_cpu->cycles + // reset time flags + cpuClockInitialized = false; + g_cpu->cycles = 0; } if (send_rst) {