1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-05 10:28:58 +00:00

Added some additional exposition.

This commit is contained in:
Thomas Harte 2018-07-02 21:51:53 -04:00
parent 1fcb461c42
commit abc5c50b2e

View File

@ -310,6 +310,8 @@ void Drive::write_bit(bool value) {
}
void Drive::end_writing() {
// If the user modifies a track, it's scaled up to a "high" resolution and modifications
// are plotted on top of that.
static const size_t high_resolution_track_rate = 500000;
if(!is_reading_) {