From abc5c50b2e6bada0ecaf66bea321a93e7961f41c Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 2 Jul 2018 21:51:53 -0400 Subject: [PATCH] Added some additional exposition. --- Storage/Disk/Drive.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Storage/Disk/Drive.cpp b/Storage/Disk/Drive.cpp index d74df7011..cce6362b3 100644 --- a/Storage/Disk/Drive.cpp +++ b/Storage/Disk/Drive.cpp @@ -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_) {