silence warnings

This commit is contained in:
retro-wertz
2017-08-24 06:57:24 +08:00
parent cd54b02ba9
commit 08c9b25271
2 changed files with 2 additions and 2 deletions

View File

@@ -348,7 +348,7 @@ static void StateRestore(int version) {
static DECLFR(ReadLow) {
switch (A & 0x7700) {
case 0x5100: return reg[2] | reg[0] | reg[1] | reg[3] ^ 0xff; break;
case 0x5100: return reg[2] | reg[0] | reg[1] | (reg[3] ^ 0xff); break;
case 0x5500:
if (trigger)
return reg[2] | reg[1]; // Lei Dian Huang Bi Ka Qiu Chuan Shuo (NJ046) may broke other games