diff --git a/Machines/AppleII/Video.cpp b/Machines/AppleII/Video.cpp index 9cad6039f..76287c2c9 100644 --- a/Machines/AppleII/Video.cpp +++ b/Machines/AppleII/Video.cpp @@ -25,7 +25,7 @@ VideoBase::VideoBase(bool is_iie, std::function &&target) : // Show only the centre 75% of the TV frame. crt_->set_video_signal(Outputs::CRT::VideoSignal::Composite); - crt_->set_visible_area(Outputs::CRT::Rect(0.115f, 0.122f, 0.77f, 0.77f)); + crt_->set_visible_area(Outputs::CRT::Rect(0.118f, 0.122f, 0.77f, 0.77f)); crt_->set_immediate_default_phase(0.0f); }