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