Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak immediate ball rendering after RESBL -> fixes Keystone Kappers
  • Loading branch information
DirtyHairy committed Dec 19, 2016
1 parent 17c0007 commit f66a61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emucore/tia/Ball.cxx
Expand Up @@ -74,7 +74,7 @@ void Ball::resbl(uInt8 counter)
myCounter = counter;

myIsRendering = true;
myRenderCounter = Count::renderCounterOffset;
myRenderCounter = Count::renderCounterOffset + (counter - 157);
}

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit f66a61f

Please sign in to comment.