mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-30 11:34:54 +00:00
Gets a little more rigorous on "high resolution".
This commit is contained in:
parent
d8bc20b1ab
commit
9b634472c6
@ -341,7 +341,10 @@ 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.
|
||||
const size_t high_resolution_track_rate = 500000;
|
||||
//
|
||||
// "High" is defined as: two samples per clock relative to an idiomatic
|
||||
// 8Mhz disk controller and 300RPM disk speed.
|
||||
const size_t high_resolution_track_rate = 3200000;
|
||||
|
||||
if(!is_reading_) {
|
||||
is_reading_ = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user