musashi: run same amount of cycles as other cores
authornotaz <notasas@gmail.com>
Mon, 11 Sep 2017 22:26:49 +0000 (01:26 +0300)
committernotaz <notasas@gmail.com>
Tue, 12 Sep 2017 22:54:10 +0000 (01:54 +0300)
for consistency

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