X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fsek.c;h=8fece1a3fb1e67186435714d363fc91042f21dde;hb=refs%2Fheads%2Flibretro-reset;hp=031c54917f7e151eaf499987dd9abb47d10ad0a5;hpb=22814963ccbcba3a08ca49656fd80dc40de64710;p=picodrive.git diff --git a/pico/sek.c b/pico/sek.c index 031c549..8fece1a 100644 --- a/pico/sek.c +++ b/pico/sek.c @@ -34,6 +34,7 @@ static int do_ack(int level) // the VDP doesn't look at the 68k level if (pv->pending_ints & pv->reg[1] & 0x20) { pv->pending_ints &= ~0x20; + pv->status &= ~SR_F; return (pv->reg[0] & pv->pending_ints & 0x10) >> 2; } else if (pv->pending_ints & pv->reg[0] & 0x10)