This commit is contained in:
Christian Speckner 2016-11-22 21:56:50 +01:00
parent 3a4827e0b8
commit 95c1d2b08c
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ bool TIA::poke(uInt16 address, uInt8 value)
break; break;
case COLUBK: case COLUBK:
myLinesSinceChange = 0; myLinesSinceChange = 0;
myColorBk = value & 0xFE; myColorBk = value & 0xFE;
break; break;