Rename Sector.logicalSector to Sector.physicalSector.

This commit is contained in:
David Given
2022-09-10 18:59:06 +02:00
parent 7f1017ebd9
commit 1a4caccd07
46 changed files with 72 additions and 72 deletions

View File

@@ -127,7 +127,7 @@ public:
sector->logicalTrack = header.track;
sector->physicalTrack = Mapper::remapTrackLogicalToPhysical(header.track);
sector->logicalSide = sector->physicalHead = head;
sector->logicalSector = header.sector;
sector->physicalSector = header.sector;
sector->data = data;
}