diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper254.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper254.cs index b84701d568..bcd6112fd4 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper254.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/Mapper254.cs @@ -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)