mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 16:18:04 -04:00
core, some save state fixes
This commit is contained in:
parent
f5c022a8e4
commit
c5ecd7a0bb
6 changed files with 14 additions and 7 deletions
|
@ -239,6 +239,7 @@ void PicoLoopPrepare(void)
|
|||
Pico.t.vcnt_wrap = 0xEB;
|
||||
Pico.t.vcnt_adj = 6;
|
||||
}
|
||||
PicoVideoFIFOMode(Pico.video.reg[1]&0x40, Pico.video.reg[12]&1);
|
||||
|
||||
Pico.m.dirtyPal = 1;
|
||||
rendstatus_old = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue