mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Corrects reported ZX80/81 scan status.
This commit is contained in:
parent
c398aa60c1
commit
03d23aad41
@ -111,5 +111,5 @@ void Video::set_scan_target(Outputs::Display::ScanTarget *scan_target) {
|
||||
}
|
||||
|
||||
Outputs::Display::ScanStatus Video::get_scaled_scan_status() const {
|
||||
return crt_.get_scaled_scan_status() / 0.5f;
|
||||
return crt_.get_scaled_scan_status() / 2.0f;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user