mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
This might be more accurate? Probably not. Who knows?
This commit is contained in:
parent
518c134348
commit
da361be3ee
@ -533,7 +533,7 @@ inline void Machine::update_pixels_to_position(int x, int y)
|
||||
if(_currentOutputLine == 8)
|
||||
{
|
||||
_currentOutputLine = 0;
|
||||
_startLineAddress += ((_screen_mode > 3) ? 40 : 80) * 8 - 8;
|
||||
_startLineAddress = _currentScreenAddress - 7;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user