diff --git a/BizHawk.Emulation/Sound/Sunsoft5BAudio.cs b/BizHawk.Emulation/Sound/Sunsoft5BAudio.cs index 2ad2a055eb..746caebe9b 100644 --- a/BizHawk.Emulation/Sound/Sunsoft5BAudio.cs +++ b/BizHawk.Emulation/Sound/Sunsoft5BAudio.cs @@ -120,7 +120,11 @@ namespace BizHawk.Emulation.Sound ser.BeginSection("Sunsoft5BAudio"); ser.Sync("RegNum", ref RegNum); for (int i = 0; i < pulse.Length; i++) + { + ser.BeginSection("Pulse" + i); pulse[i].SyncState(ser); + ser.EndSection(); + } ser.EndSection(); }