mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Adds but presently disables a diagnostic for border elimination.
This commit is contained in:
parent
acfe2c63b8
commit
a7cfb840ef
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user