diff --git a/Machines/ZX8081/Video.cpp b/Machines/ZX8081/Video.cpp index 867a63600..51e352bd5 100644 --- a/Machines/ZX8081/Video.cpp +++ b/Machines/ZX8081/Video.cpp @@ -24,6 +24,9 @@ Video::Video() : "{" "return float(texture(texID, coordinate).r) / 255.0;" "}"); + + // Show only the centre 80% of the TV frame. + crt_->set_visible_area(Outputs::CRT::Rect(0.1f, 0.1f, 0.8f, 0.8f)); } void Video::run_for_cycles(int number_of_cycles) {