From 0ee40e85562ea5556500be3c1203570e4ed25674 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 31 Mar 2018 20:57:45 -0400 Subject: [PATCH] Reintroduces 90% crop for VIC output. --- Components/6560/6560.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/6560/6560.hpp b/Components/6560/6560.hpp index 4f47f89e0..ba461ea38 100644 --- a/Components/6560/6560.hpp +++ b/Components/6560/6560.hpp @@ -144,7 +144,7 @@ template class MOS6560 { } crt_->set_new_display_type(static_cast(timing_.cycles_per_line*4), display_type); -// crt_->set_visible_area(Outputs::CRT::Rect(0.05f, 0.05f, 0.9f, 0.9f)); + crt_->set_visible_area(Outputs::CRT::Rect(0.1f, 0.05f, 0.9f, 0.9f)); // switch(output_mode) { // case OutputMode::PAL: