diff --git a/Machines/AppleII/Video.cpp b/Machines/AppleII/Video.cpp index c65117f9f..fb064673b 100644 --- a/Machines/AppleII/Video.cpp +++ b/Machines/AppleII/Video.cpp @@ -20,7 +20,7 @@ VideoBase::VideoBase(bool is_iie, std::function &&target) : crt_->set_composite_sampling_function( "float composite_sample(usampler2D sampler, vec2 coordinate, float phase, float amplitude)" "{" - "return clamp(texture(sampler, coordinate).r, 0.0, 1.0);" + "return clamp(texture(sampler, coordinate).r, 0.0, 0.66);" "}"); // Show only the centre 75% of the TV frame.