Skip to content

Commit

Permalink
c64 state: it wasn't a wild stab
Browse files Browse the repository at this point in the history
  • Loading branch information
feos committed Sep 8, 2018
1 parent aeca800 commit 83f4645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -309,7 +309,7 @@ public override void WriteDF00(int addr, int val)

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);
Expand Down
Expand Up @@ -100,7 +100,7 @@ public override void SyncState(Serializer ser)
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);
Expand Down

0 comments on commit 83f4645

Please sign in to comment.