mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-22 08:16:42 +00:00
Ensures scan positions are communicated with a specified range, and switches manner of pixel clock communication.
This commit is contained in:
@@ -45,7 +45,7 @@ VideoOutput::VideoOutput(uint8_t *memory, Outputs::Display::ScanTarget *scan_tar
|
||||
|
||||
crt_.reset(new Outputs::CRT::CRT(
|
||||
crt_cycles_per_line,
|
||||
1024,
|
||||
1,
|
||||
Outputs::Display::Type::PAL50,
|
||||
Outputs::Display::ScanTarget::Modals::DataType::Red1Green1Blue1,
|
||||
scan_target));
|
||||
|
||||
Reference in New Issue
Block a user