This commit is contained in:
Christian Speckner 2016-11-17 23:24:38 +01:00
parent baecc4e3a1
commit 666028b66d
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ bool TIA::poke(uInt16 address, uInt8 value)
switch (address) { switch (address) {
case WSYNC: case WSYNC:
// TODO: Make sure that we understand the +1... :)
mySystem->incrementCycles((227 - myHctr) / 3 + 1); mySystem->incrementCycles((227 - myHctr) / 3 + 1);
break; break;