ZXHawk: Removed RomData object from SynState (this should always be deterministic anyway after a core reboot)
This commit is contained in:
parent
86dd0b4a06
commit
2cd641701e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue