mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Two passes of the index hole => no sector found.
This commit is contained in:
@@ -134,7 +134,7 @@ class FMParser: public Storage::Disk::Drive {
|
|||||||
return sector;
|
return sector;
|
||||||
}
|
}
|
||||||
|
|
||||||
return sector;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::shared_ptr<Storage::Encodings::MFM::Sector> get_sector(uint8_t sector)
|
std::shared_ptr<Storage::Encodings::MFM::Sector> get_sector(uint8_t sector)
|
||||||
|
Reference in New Issue
Block a user