mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
core vdp, reset fix
This commit is contained in:
parent
2531b6fd16
commit
96e5982134
2 changed files with 8 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue