diff --git a/Machines/Oric/Video.cpp b/Machines/Oric/Video.cpp index 20db2a6ce..e29012803 100644 --- a/Machines/Oric/Video.cpp +++ b/Machines/Oric/Video.cpp @@ -45,7 +45,7 @@ VideoOutput::VideoOutput(uint8_t *memory) : crt_->set_composite_function_type(Outputs::CRT::CRT::CompositeSourceType::DiscreteFourSamplesPerCycle, 0.0f); set_output_device(Outputs::CRT::Television); - crt_->set_visible_area(crt_->get_rect_for_area(50, 224, 16 * 6, 40 * 6, 4.0f / 3.0f)); + crt_->set_visible_area(crt_->get_rect_for_area(53, 224, 16 * 6, 40 * 6, 4.0f / 3.0f)); } void VideoOutput::set_output_device(Outputs::CRT::OutputDevice output_device) {