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