This commit is contained in:
Christian Speckner 2016-11-17 23:25:13 +01:00
parent 666028b66d
commit 594c460bc7
1 changed files with 3 additions and 3 deletions

View File

@ -572,9 +572,9 @@ void TIA::delayedWrite(uInt8 address, uInt8 value)
myMovementInProgress = true;
if (!myExtendedHblank) {
myHblankCtr -= 8;
clearHmoveComb();
myExtendedHblank = true;
myHblankCtr -= 8;
clearHmoveComb();
myExtendedHblank = true;
}
myMissile0.startMovement();