mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
handle dbra wait loops, update cyclone
This commit is contained in:
parent
e71fae1f13
commit
ecc8036ee2
9 changed files with 60 additions and 12 deletions
|
@ -832,6 +832,8 @@ int m68k_execute(int num_cycles)
|
|||
m68ki_exception_if_trace(); /* auto-disable (see m68kcpu.h) */
|
||||
|
||||
m68ki_trace_t1(); /* notaz */
|
||||
|
||||
m68ki_cpu_p->not_polling = 1;
|
||||
} // while(GET_CYCLES() > 0); // notaz
|
||||
|
||||
/* set previous PC to current PC for the next entry into the loop */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue