'Start from Reset' now working, plus some cleanup. We're getting there godspeed !

This commit is contained in:
grinvader
2005-03-24 01:08:06 +00:00
parent f933b5a9ec
commit 0db1e6b865
2 changed files with 24 additions and 20 deletions

View File

@@ -1809,6 +1809,11 @@ extern unsigned int spcnumread, spchalted;
extern unsigned char NextLineCache, sramsavedis, sndrot, regsbackup[3019];
extern unsigned char yesoutofmemory;
void SetupROM();
void initsnes();
void outofmemfix();
void GUIDoReset();
void powercycle()
{
memset(sram, 0xFF, 8192*4);