mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
minor 68k timing tuning
This commit is contained in:
parent
12da51c27a
commit
3e5b912cf8
3 changed files with 3 additions and 2 deletions
|
@ -929,6 +929,7 @@ famec_Exec:
|
|||
u32 line;
|
||||
m68kcontext.io_cycle_counter = cycles_needed;
|
||||
cycles_needed = 0;
|
||||
if (m68kcontext.io_cycle_counter <= 0) goto famec_End;
|
||||
line=interrupt_chk__();
|
||||
if (line>0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue