silence warnings
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -99,7 +99,7 @@ static uint64 CartList[] =
|
||||
|
||||
int DetectPRGbonus(CartInfo *tmp) {
|
||||
int x, i = 0;
|
||||
uint64 partialmd5;
|
||||
uint64 partialmd5 = 0;
|
||||
|
||||
for (x = 0; x < 8; x++)
|
||||
partialmd5 |= (uint64)tmp->MD5[15 - x] << (x * 8);
|
||||
|
||||
Reference in New Issue
Block a user