Init'd a ton of sound vars. Rewind backups more sound vars. Netplay fixes round 4.

This commit is contained in:
n-a-c-h
2005-02-07 17:00:57 +00:00
parent d796b6c999
commit 9f3c9f6b97
5 changed files with 45 additions and 28 deletions

View File

@@ -1334,6 +1334,20 @@ void clearmem2()
clearSPCRAM();
}
extern unsigned char BRRBuffer[32];
extern unsigned char echoon0;
extern unsigned int PHdspsave;
extern unsigned int PHdspsave2;
void clearvidsound()
{
memset(vram, 0, 65536);
memset(vidmemch2, 0, 4096);
memset(vidmemch4, 0, 4096);
memset(vidmemch8, 0, 4096);
memset(&BRRBuffer, 0, PHdspsave);
memset(&echoon0, 0, PHdspsave2);
}
/*