1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Confirmed: pixel counters are not paused by programmatic vertical blank.

This commit is contained in:
Thomas Harte 2015-08-16 17:34:20 -04:00
parent cde9bb7ebc
commit 414849f166

View File

@ -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);