Added ULA state serialization
This commit is contained in:
parent
12f5df2b05
commit
a9d179d83a
|
@ -203,6 +203,7 @@ namespace BizHawk.Emulation.Cores.Computers.SinclairSpectrum
|
||||||
RomData.SyncState(ser);
|
RomData.SyncState(ser);
|
||||||
KeyboardDevice.SyncState(ser);
|
KeyboardDevice.SyncState(ser);
|
||||||
BuzzerDevice.SyncState(ser);
|
BuzzerDevice.SyncState(ser);
|
||||||
|
ULADevice.SyncState(ser);
|
||||||
|
|
||||||
if (AYDevice != null)
|
if (AYDevice != null)
|
||||||
AYDevice.SyncState(ser);
|
AYDevice.SyncState(ser);
|
||||||
|
|
Loading…
Reference in New Issue