mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-02 02:49:34 +02:00
musashi: run same amount of cycles as other cores
for consistency
This commit is contained in:
@@ -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) */
|
||||
|
||||
Reference in New Issue
Block a user