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:
parent
cde9bb7ebc
commit
414849f166
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user