cleanup
This commit is contained in:
parent
34c8981151
commit
aaec642b0b
|
@ -53,7 +53,7 @@
|
||||||
06-aug-2008 - zeromus - restore the debugger snap functionality
|
06-aug-2008 - zeromus - restore the debugger snap functionality
|
||||||
06-aug-2008 - zeromus - add memory.readbyterange to emulua
|
06-aug-2008 - zeromus - add memory.readbyterange to emulua
|
||||||
06-aug-2008 - zeromus - auto-fill .fcs extension in save state as dialog
|
06-aug-2008 - zeromus - auto-fill .fcs extension in save state as dialog
|
||||||
06-aug-2008 - zeromus - mmc5 - 64KB games now work correctly
|
06-aug-2008 - zeromus - mmc5 - 64KB WRAM games now work correctly
|
||||||
06-aug-2008 - zeromus - mmc5 - use of chr A regs for BG in sprite 8x8 mode is fixed
|
06-aug-2008 - zeromus - mmc5 - use of chr A regs for BG in sprite 8x8 mode is fixed
|
||||||
06-aug-2008 - zeromus - debugger - debugger window is now resizeable
|
06-aug-2008 - zeromus - debugger - debugger window is now resizeable
|
||||||
|
|
||||||
|
|
|
@ -679,7 +679,6 @@ void FCEU_ClearGameSave(CartInfo *LocalHWInfo)
|
||||||
{
|
{
|
||||||
if(LocalHWInfo->battery && LocalHWInfo->SaveGame[0])
|
if(LocalHWInfo->battery && LocalHWInfo->SaveGame[0])
|
||||||
{
|
{
|
||||||
FILE *sp;
|
|
||||||
for(int x=0;x<4;x++)
|
for(int x=0;x<4;x++)
|
||||||
if(LocalHWInfo->SaveGame[x])
|
if(LocalHWInfo->SaveGame[x])
|
||||||
memset(LocalHWInfo->SaveGame[x],0,LocalHWInfo->SaveGameLen[x]);
|
memset(LocalHWInfo->SaveGame[x],0,LocalHWInfo->SaveGameLen[x]);
|
||||||
|
|
Loading…
Reference in New Issue