clang compile fix. (nw)

This commit is contained in:
Curt Coder 2014-10-08 18:45:00 +00:00
parent 871ac829c2
commit d9330a96d6

View File

@ -470,7 +470,7 @@ void intv_cart_slot_device::get_default_card_software(astring &result)
core_fread(m_file, rom, len);
if (rom[0] == 0xa8 && (rom[1] == rom[2] ^ 0xff ))
if (rom[0] == 0xa8 && (rom[1] == (rom[2] ^ 0xff)))
{
// it's .ROM file, so that we don't have currently any way to distinguish RAM-equipped carts
}