core vdp, reset fix

This commit is contained in:
kub 2024-05-18 22:00:41 +02:00
parent 2531b6fd16
commit 96e5982134
2 changed files with 8 additions and 8 deletions

View file

@ -1180,7 +1180,7 @@ void PicoVideoReset(void)
Pico.m.dirtyPal = 1;
PicoDrawBgcDMA(NULL, 0, 0, 0, 0);
PicoVideoFIFOMode(0, 1);
PicoVideoFIFOMode(Pico.video.reg[1]&0x40, Pico.video.reg[12]&1);
}
void PicoVideoCacheSAT(int load)