Make the compiler happy.

This commit is contained in:
Stephen Anthony 2016-12-17 21:21:09 -03:30
parent 7b7f8767aa
commit afcaf8581f
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ bool TIADebug::collision(CollisionBit id) const
case Cx_BLPF: return myTIA.collCXBLPF() & 0x80;
case Cx_P0P1: return myTIA.collCXPPMM() & 0x80;
case Cx_M0M1: return myTIA.collCXPPMM() & 0x40;
default: return false; // make compiler happy
}
}