mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 03:32:01 +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)
|
if(_outputBuffer)
|
||||||
get_output_pixel(&_outputBuffer[_lastOutputStateDuration * 4], 159 - _horizontalTimer);
|
get_output_pixel(&_outputBuffer[_lastOutputStateDuration * 4], 159 - _horizontalTimer);
|
||||||
|
Loading…
Reference in New Issue
Block a user