oops, savestates for mapper 254

This commit is contained in:
adelikat 2016-09-16 10:04:32 -04:00
parent 2001978a3e
commit 087bf23504
1 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,12 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
return true;
}
public override void SyncState(Serializer ser)
{
base.SyncState(ser);
ser.Sync("regs", ref regs);
}
public override byte ReadWRAM(int addr)
{
if (regs[0] > 0)