1
0
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:
Thomas Harte
2016-09-19 08:17:07 -04:00
parent 64f2538b1f
commit e025768604

View File

@@ -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)