From 2cd641701ea789e57478594a2f3ca231a419b681 Mon Sep 17 00:00:00 2001 From: Asnivor Date: Tue, 27 Mar 2018 14:14:04 +0100 Subject: [PATCH] ZXHawk: Removed RomData object from SynState (this should always be deterministic anyway after a core reboot) --- .../Computers/SinclairSpectrum/Machine/SpectrumBase.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.cs b/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.cs index af68ff0587..bfcccda887 100644 --- a/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.cs +++ b/BizHawk.Emulation.Cores/Computers/SinclairSpectrum/Machine/SpectrumBase.cs @@ -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);