mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
cd/Memory.s improvements, reset fixed?
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@71 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4ff2d52753
commit
5c69a605ae
8 changed files with 213 additions and 254 deletions
|
@ -77,6 +77,7 @@ int PicoReset(int hard)
|
|||
// reset VDP state, VRAM and PicoMisc
|
||||
//memset(&Pico.video,0,sizeof(Pico.video));
|
||||
//memset(&Pico.vram,0,sizeof(Pico.vram));
|
||||
memset(Pico.ioports,0,sizeof(Pico.ioports)); // needed for MCD to reset properly
|
||||
memset(&Pico.m,0,sizeof(Pico.m));
|
||||
Pico.video.pending_ints=0;
|
||||
emustatus = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue