mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Actually start using the new physical sector stuff.
This commit is contained in:
@@ -197,10 +197,6 @@ public:
|
||||
inputFile.read((char*)data.begin(), data.size());
|
||||
const auto& sector = image->put(track, head, sectorId);
|
||||
sector->status = Sector::OK;
|
||||
sector->logicalTrack = track;
|
||||
sector->physicalTrack = Mapper::remapTrackLogicalToPhysical(track);
|
||||
sector->logicalSide = sector->physicalHead = head;
|
||||
sector->physicalSector = sectorId;
|
||||
sector->data = data;
|
||||
|
||||
physical->add_sector(sectorId);
|
||||
|
||||
Reference in New Issue
Block a user