mirror of https://github.com/stella-emu/stella.git
CS.
This commit is contained in:
parent
666028b66d
commit
594c460bc7
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue