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