1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-09 17:29:36 +00:00

Add exposition.

This commit is contained in:
Thomas Harte 2023-12-08 23:56:43 -05:00
parent 39f2c8097e
commit cbe5e69aa1

View File

@ -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();
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;
}
}