fame: fix roxr

also take interrupts on exit, like other cores do
This commit is contained in:
notaz 2017-10-10 02:00:28 +03:00
parent 0e4bde9b2d
commit c041308933
2 changed files with 2 additions and 2 deletions

View file

@ -938,7 +938,7 @@ famec_Exec:
u32 line;
m68kcontext.io_cycle_counter += cycles_needed;
cycles_needed = 0;
if (m68kcontext.io_cycle_counter <= 0) goto famec_End;
//if (m68kcontext.io_cycle_counter <= 0) goto famec_End;
line=interrupt_chk__();
if (line>0)
{