mirror of https://github.com/stella-emu/stella.git
Oops, forgot to remove some debugging info.
This commit is contained in:
parent
fb5daa483b
commit
73fe5f3b40
|
@ -1015,7 +1015,6 @@ void TIA::onFrameStart()
|
|||
{
|
||||
myColorLossActive = myFrameManager.scanlinesLastFrame() & 0x1;
|
||||
|
||||
cerr << "change: " << myColorLossActive << endl;
|
||||
myMissile0.applyColorLoss();
|
||||
myMissile1.applyColorLoss();
|
||||
myPlayer0.applyColorLoss();
|
||||
|
|
Loading…
Reference in New Issue