diff --git a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IStatable.cs b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IStatable.cs index d02f1fccd1..6621fa6f5d 100644 --- a/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IStatable.cs +++ b/BizHawk.Emulation.Cores/Computers/AppleII/AppleII.IStatable.cs @@ -47,6 +47,8 @@ namespace BizHawk.Emulation.Cores.Computers.AppleII ser.Sync("PrevDiskPressed", ref _prevPressed); ser.Sync("NextDiskPressed", ref _nextPressed); ser.Sync("CurrentDisk", ref _currentDisk); + ser.Sync("WhiteAppleDown", ref Keyboard.WhiteAppleDown); + ser.Sync("BlackAppleDown", ref Keyboard.BlackAppleDown); ser.BeginSection("Events"); _machine.Events.Sync(ser);