musashi: run same amount of cycles as other cores

for consistency
This commit is contained in:
notaz 2017-09-12 01:26:49 +03:00
parent 0104fd873b
commit e01cf375cb

View file

@ -808,7 +808,7 @@ int m68k_execute(int num_cycles)
// notaz // notaz
m68ki_trace_t1(); m68ki_trace_t1();
while(GET_CYCLES() >= 0) while(GET_CYCLES() > 0)
// do // do
{ {
/* Set tracing accodring to T1. (T0 is done inside instruction) */ /* Set tracing accodring to T1. (T0 is done inside instruction) */