core vdp, fix regression (switching V30->V28 in lines 225-239)

This commit is contained in:
kub 2023-02-07 23:10:22 +00:00
parent 9ec3b5ac0e
commit 572cf80e38

View file

@ -127,7 +127,7 @@ static int PicoFrameHints(void)
pv->v_counter &= 0xff;
}
if (y == (pv->reg[1] & 8 ? 240 : 224))
if ((y == 224 && !(pv->reg[1] & 8)) || y == 240)
break;
PAD_DELAY();