c64 state: crush a bit harder
This commit is contained in:
parent
1cf29c8310
commit
fe8b6bffc0
|
@ -100,7 +100,7 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64.Serial
|
|||
ser.Sync("SystemCpuClockNumerator", ref _cpuClockNum);
|
||||
ser.Sync("SystemDriveCpuRatioDifference", ref _ratioDifference);
|
||||
ser.Sync("DriveLightOffTime", ref _driveLightOffTime);
|
||||
ser.Sync("TrackImageData", ref _trackImageData, useNull: false);
|
||||
//ser.Sync("TrackImageData", ref _trackImageData, useNull: false); // feos: drop until we know why we save this 400KB thingy
|
||||
|
||||
ser.Sync("DiskDensityCounter", ref _diskDensityCounter);
|
||||
ser.Sync("DiskSupplementaryCounter", ref _diskSupplementaryCounter);
|
||||
|
|
Loading…
Reference in New Issue