mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-23 17:51:18 +01:00
musashi: run same amount of cycles as other cores
for consistency
This commit is contained in:
parent
0104fd873b
commit
e01cf375cb
@ -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) */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user