From: notaz Date: Mon, 11 Sep 2017 22:26:49 +0000 (+0300) Subject: musashi: run same amount of cycles as other cores X-Git-Tag: v1.92~46 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=picodrive.git;a=commitdiff_plain;h=e01cf375cbae14cd9f881e54915379f7fe3b156c musashi: run same amount of cycles as other cores for consistency --- diff --git a/cpu/musashi/m68kcpu.c b/cpu/musashi/m68kcpu.c index 72bb217..38469f3 100644 --- a/cpu/musashi/m68kcpu.c +++ b/cpu/musashi/m68kcpu.c @@ -808,7 +808,7 @@ int m68k_execute(int num_cycles) // notaz m68ki_trace_t1(); - while(GET_CYCLES() >= 0) + while(GET_CYCLES() > 0) // do { /* Set tracing accodring to T1. (T0 is done inside instruction) */