Remove redundant memset() calls

This commit is contained in:
retro-wertz
2018-11-26 10:43:06 +08:00
parent 9d9c48007d
commit e07255c87c
2 changed files with 0 additions and 3 deletions

View File

@@ -75,7 +75,6 @@ static void SSSNROMPower(void) {
regs[0] = regs[1] = regs[2] = regs[3] = regs[4] = regs[5] = regs[6] = 0;
regs[7] = 0xff;
Sync();
memset(WRAM, 0x00, WRAMSIZE);
/* SetWriteHandler(0x0000,0x1FFF,SSSNROMRamWrite); */
SetReadHandler(0x0800, 0x1FFF, CartBR);
SetWriteHandler(0x0800, 0x1FFF, CartBW);