Reset to old state

Forgot i changed this when debugging.
This commit is contained in:
alyosha-tas 2016-09-22 17:54:46 -04:00 committed by GitHub
parent 1c1c2b7f69
commit 7d644b4a10
1 changed files with 2 additions and 2 deletions

View File

@ -245,7 +245,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
}
else
{
ram[i] = 0xFF;
ram[i] = 0x00;
}
}
}