mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Add exposition.
This commit is contained in:
parent
39f2c8097e
commit
cbe5e69aa1
@ -90,6 +90,11 @@ std::shared_ptr<::Storage::Disk::Track> NIB::get_track_at_position(::Storage::Di
|
|||||||
end = (end + track_data.size() - 1) % track_data.size();
|
end = (end + track_data.size() - 1) % track_data.size();
|
||||||
sync_locations.insert(end);
|
sync_locations.insert(end);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Experimental!! Permit only one run of sync locations.
|
||||||
|
// That should synchronise the Disk II to the nibble stream
|
||||||
|
// such that it remains synchronised from then on. At least,
|
||||||
|
// while this remains a read-only format.
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user