1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 02:17:08 +00:00

Corrects monochrome composite generation.

This commit is contained in:
Thomas Harte
2018-11-24 21:55:15 -05:00
parent 6a62cf9146
commit 6c92853461
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ ScanTarget::~ScanTarget() {
}
void ScanTarget::set_modals(Modals modals) {
modals.display_type = DisplayType::SVideo;
modals.display_type = DisplayType::CompositeMonochrome;
modals_ = modals;