mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
added zram clearing on reset for Psycho Pinball (does it happen on hw?)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@481 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d2721b08bb
commit
1832075ec7
1 changed files with 3 additions and 0 deletions
|
@ -156,6 +156,9 @@ int PicoReset(void)
|
|||
|
||||
Pico.m.dirtyPal = 1;
|
||||
|
||||
Pico.m.z80_bank68k = 0;
|
||||
memset(Pico.zram, 0, sizeof(Pico.zram)); // ??
|
||||
|
||||
PicoDetectRegion();
|
||||
Pico.video.status = 0x3428 | Pico.m.pal; // 'always set' bits | vblank | collision | pal
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue