c64 state: it wasn't a wild stab

This commit is contained in:
feos 2018-09-09 00:20:05 +03:00
parent aeca800c62
commit 83f464528d
2 changed files with 2 additions and 2 deletions

View File

@ -309,7 +309,7 @@ namespace BizHawk.Emulation.Cores.Computers.Commodore64.Cartridge
public override void SyncState(Serializer ser)
{
// feos: drop these 4MB of useful data from savestates until we learn why it's critical to store it
// feos: drop 4MB of ROM data from savestates
//SaveState.SyncDelta("MediaStateA", ser, _originalMediaA, ref _banksA);
//SaveState.SyncDelta("MediaStateB", ser, _originalMediaB, ref _banksB);
base.SyncState(ser);

View File

@ -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);
// feos: drop until we know why we save this 400KB thingy
// feos: drop 400KB of ROM data from savestates
//ser.Sync("TrackImageData", ref _trackImageData, useNull: false);
ser.Sync("DiskDensityCounter", ref _diskDensityCounter);