From 2fe0ceb52a4041e52c03086f367ca991182b4a97 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 13 Jan 2018 22:19:41 -0500 Subject: [PATCH] Sets TMS input gamma. --- Components/9918/9918.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Components/9918/9918.cpp b/Components/9918/9918.cpp index efcf1cecb..a28cc3ea9 100644 --- a/Components/9918/9918.cpp +++ b/Components/9918/9918.cpp @@ -70,6 +70,7 @@ TMS9918::TMS9918(Personality p) { "}"); crt_->set_output_device(Outputs::CRT::OutputDevice::Monitor); crt_->set_visible_area(Outputs::CRT::Rect(0.055f, 0.025f, 0.9f, 0.9f)); + crt_->set_input_gamma(2.8f); } Outputs::CRT::CRT *TMS9918::get_crt() {