1
0
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:
Thomas Harte
2018-11-04 21:06:25 -05:00
parent 0446e350d3
commit 014da41471
6 changed files with 43 additions and 30 deletions
+1 -1
View File
@@ -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));