From 2c31452629515366ef41b4a088198ae8b62b0dc4 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Thu, 23 Nov 2023 15:19:31 -0500 Subject: [PATCH] Add TODO, as exposition. --- Machines/PCCompatible/PCCompatible.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Machines/PCCompatible/PCCompatible.cpp b/Machines/PCCompatible/PCCompatible.cpp index 84c67d29f..68373b59a 100644 --- a/Machines/PCCompatible/PCCompatible.cpp +++ b/Machines/PCCompatible/PCCompatible.cpp @@ -89,6 +89,8 @@ class MDA { struct CRTCOutputter { CRTCOutputter() : crt(882, 9, 382, 3, Outputs::Display::InputDataType::Red2Green2Blue2) + // TODO: really this should be a Luminance8 and set an appropriate modal tint colour; + // consider whether that's worth building into the scan target. { // crt.set_visible_area(Outputs::Display::Rect(0.1072f, 0.1f, 0.842105263157895f, 0.842105263157895f)); crt.set_display_type(Outputs::Display::DisplayType::RGB);