mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-30 19:30:17 +00:00
Corrects reported scan status for the Amstrad CPC.
This commit is contained in:
parent
03d23aad41
commit
43bf6aca67
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user