oops, savestates for mapper 254
This commit is contained in:
parent
2001978a3e
commit
087bf23504
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue