c64 state: crush a bit harder

This commit is contained in:
feos 2018-09-08 23:32:44 +03:00
parent 1cf29c8310
commit fe8b6bffc0
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64.Serial
ser.Sync("SystemCpuClockNumerator", ref _cpuClockNum); ser.Sync("SystemCpuClockNumerator", ref _cpuClockNum);
ser.Sync("SystemDriveCpuRatioDifference", ref _ratioDifference); ser.Sync("SystemDriveCpuRatioDifference", ref _ratioDifference);
ser.Sync("DriveLightOffTime", ref _driveLightOffTime); 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("DiskDensityCounter", ref _diskDensityCounter);
ser.Sync("DiskSupplementaryCounter", ref _diskSupplementaryCounter); ser.Sync("DiskSupplementaryCounter", ref _diskSupplementaryCounter);