New frames always start on line 0.

This commit is contained in:
Christian Speckner 2017-03-05 14:41:08 +01:00
parent ebe50a1eca
commit c7da6c5b26
1 changed files with 1 additions and 1 deletions

View File

@ -841,7 +841,7 @@ void TIA::onFrameStart()
const Int32 x = myHctr - 68;
if (x > 0)
memset(myCurrentFrameBuffer.get() + 160 * myFrameManager.getY(), 0, x);
memset(myCurrentFrameBuffer.get(), 0, x);
for (uInt8 i = 0; i < 4; i++)
updatePaddle(i);