From a7cfb840ef639e2d8dd7b6a5591cd38fdbd90f41 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sun, 8 Dec 2019 22:34:42 -0500 Subject: [PATCH] Adds but presently disables a diagnostic for border elimination. --- Machines/Atari/ST/Video.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Machines/Atari/ST/Video.cpp b/Machines/Atari/ST/Video.cpp index a97e2be12..6fa3a9aa0 100644 --- a/Machines/Atari/ST/Video.cpp +++ b/Machines/Atari/ST/Video.cpp @@ -419,7 +419,11 @@ void Video::update_output_mode() { return; } +// const auto old_frequency = field_frequency_; field_frequency_ = (sync_mode_ & 0x200) ? FieldFrequency::Fifty : FieldFrequency::Sixty; +// if(field_frequency_ != old_frequency) { +// printf("%d, %d -> %d\n", x_, y_, field_frequency_); +// } } // MARK: - The shifter