mirror of https://github.com/stella-emu/stella.git
Fix fractiona counter initial value.
This commit is contained in:
parent
2bd5074828
commit
7fad9b7cfa
|
@ -96,7 +96,7 @@ void TIA::reset()
|
||||||
myColorBk = 0;
|
myColorBk = 0;
|
||||||
|
|
||||||
myLastCycle = 0;
|
myLastCycle = 0;
|
||||||
mySubClock = 2;
|
mySubClock = 0;
|
||||||
|
|
||||||
myPlayfield.reset();
|
myPlayfield.reset();
|
||||||
myMissile0.reset();
|
myMissile0.reset();
|
||||||
|
|
Loading…
Reference in New Issue