mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
clang compile fix. (nw)
This commit is contained in:
parent
871ac829c2
commit
d9330a96d6
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user