1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Causes the s-video path correctly to function.

This commit is contained in:
Thomas Harte
2018-03-30 18:24:18 -04:00
parent 163a61dd63
commit 912791d3d4
5 changed files with 35 additions and 11 deletions
+3
View File
@@ -65,6 +65,9 @@ template <class T> class MOS6560 {
"return vec2(yc.x, chroma);"
"}");
// default to s-video output
crt_->set_video_signal(Outputs::CRT::VideoSignal::SVideo);
// default to NTSC
set_output_mode(OutputMode::NTSC);
}