Fix fractiona counter initial value.

This commit is contained in:
Christian Speckner 2016-11-26 00:18:18 +01:00
parent 2bd5074828
commit 7fad9b7cfa
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ void TIA::reset()
myColorBk = 0;
myLastCycle = 0;
mySubClock = 2;
mySubClock = 0;
myPlayfield.reset();
myMissile0.reset();