From c0b4dd65da33dcdc3209d928f08b6bccdf8543ca Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 4 Apr 2018 19:01:18 -0400 Subject: [PATCH] Mades the expected video signal usage explicit. --- Machines/ZX8081/Video.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Machines/ZX8081/Video.cpp b/Machines/ZX8081/Video.cpp index 82c6e59bd..703086c01 100644 --- a/Machines/ZX8081/Video.cpp +++ b/Machines/ZX8081/Video.cpp @@ -22,6 +22,7 @@ Video::Video() : "}"); // Show only the centre 80% of the TV frame. + crt_->set_video_signal(Outputs::CRT::VideoSignal::Composite); crt_->set_visible_area(Outputs::CRT::Rect(0.1f, 0.1f, 0.8f, 0.8f)); }