1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Corrects reported scan status for the Amstrad CPC.

This commit is contained in:
Thomas Harte 2020-01-25 23:46:18 -05:00
parent 03d23aad41
commit 43bf6aca67

View File

@ -337,7 +337,7 @@ class CRTCBusHandler {
/// @returns The current scan status.
Outputs::Display::ScanStatus get_scaled_scan_status() const {
return crt_.get_scaled_scan_status() / 64.0f;
return crt_.get_scaled_scan_status() / 4.0f;
}
/// Sets the type of display.