From a5683dfb21a246c3428015ed1f8be644323b69ca Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Sat, 10 Dec 2016 15:19:48 -0500 Subject: [PATCH] Removed now untrue comment. --- Machines/Oric/Video.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Machines/Oric/Video.cpp b/Machines/Oric/Video.cpp index 28c2af5df..320cbd34b 100644 --- a/Machines/Oric/Video.cpp +++ b/Machines/Oric/Video.cpp @@ -28,7 +28,6 @@ VideoOutput::VideoOutput(uint8_t *memory) : counter_period_(PAL50Period), next_frame_is_sixty_hertz_(false), crt_(new Outputs::CRT::CRT(64*6, 6, Outputs::CRT::DisplayType::PAL50, 2)) { - // TODO: this is a copy and paste from the Electron; factor out. crt_->set_rgb_sampling_function( "vec3 rgb_sample(usampler2D sampler, vec2 coordinate, vec2 icoordinate)" "{" @@ -95,7 +94,7 @@ void VideoOutput::run_for_cycles(int number_of_cycles) // this is a pixel line if(!h_counter) { - ink_ = 0xf; + ink_ = 0x7; paper_ = 0x0; use_alternative_character_set_ = use_double_height_characters_ = blink_text_ = false; set_character_set_base_address();