mirror of https://github.com/stella-emu/stella.git
CS.
This commit is contained in:
parent
3a4827e0b8
commit
95c1d2b08c
|
@ -193,7 +193,7 @@ bool TIA::poke(uInt16 address, uInt8 value)
|
|||
break;
|
||||
|
||||
case COLUBK:
|
||||
myLinesSinceChange = 0;
|
||||
myLinesSinceChange = 0;
|
||||
myColorBk = value & 0xFE;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in New Issue