diff --git a/Machines/Atari2600.cpp b/Machines/Atari2600.cpp index 9a0fd0342..cf248f688 100644 --- a/Machines/Atari2600.cpp +++ b/Machines/Atari2600.cpp @@ -241,7 +241,7 @@ void Machine::output_pixels(unsigned int count) } } - if(state == OutputState::Pixel)//_horizontalTimer < (_vBlankExtend ? 152 : 160)) + if(_horizontalTimer < (_vBlankExtend ? 152 : 160)) { if(_outputBuffer) get_output_pixel(&_outputBuffer[_lastOutputStateDuration * 4], 159 - _horizontalTimer);