mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
musashi: run same amount of cycles as other cores
for consistency
This commit is contained in:
parent
0104fd873b
commit
e01cf375cb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue