ZXHawk: Removed RomData object from SynState (this should always be deterministic anyway after a core reboot)

This commit is contained in:
Asnivor 2018-03-27 14:14:04 +01:00
parent 86dd0b4a06
commit 2cd641701e
1 changed files with 0 additions and 1 deletions

View File

@ -338,7 +338,6 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
ser.Sync("ROMhigh", ref ROMhigh);
ser.Sync("ROMlow", ref ROMlow);
RomData.SyncState(ser);
KeyboardDevice.SyncState(ser);
BuzzerDevice.SyncState(ser);
TapeBuzzer.SyncState(ser);