ZXHawk: Interrupt bool missing from savestate

This commit is contained in:
Asnivor 2018-06-13 18:07:07 +01:00
parent 2bae423df8
commit e0b417a9b5
2 changed files with 2 additions and 0 deletions

View File

@ -1049,6 +1049,8 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
ser.Sync("LastULATick", ref LastULATick);
ser.Sync("ULACycleCounter", ref ULACycleCounter);
ser.Sync("FrameEnd", ref FrameEnd);
ser.Sync("InterruptRaised", ref InterruptRaised);
ser.EndSection();
}

Binary file not shown.