musashi: run same amount of cycles as other cores
[picodrive.git] / cpu / musashi / m68kcpu.c
index 72bb217..38469f3 100644 (file)
@@ -808,7 +808,7 @@ int m68k_execute(int num_cycles)
                // notaz\r
                m68ki_trace_t1();\r
 \r
-               while(GET_CYCLES() >= 0)\r
+               while(GET_CYCLES() > 0)\r
 //             do\r
                {\r
                        /* Set tracing accodring to T1. (T0 is done inside instruction) */\r