Previous 199869 Revisions Next

r32585 Wednesday 8th October, 2014 at 18:45:00 UTC by Curt Coder
clang compile fix. (nw)
[src/emu/bus/intv]slot.c

trunk/src/emu/bus/intv/slot.c
r32584r32585
470470     
471471      core_fread(m_file, rom, len);
472472
473      if (rom[0] == 0xa8 && (rom[1] == rom[2] ^ 0xff ))
473      if (rom[0] == 0xa8 && (rom[1] == (rom[2] ^ 0xff)))
474474      {
475475         // it's .ROM file, so that we don't have currently any way to distinguish RAM-equipped carts
476476      }

Previous 199869 Revisions Next


© 1997-2024 The MAME Team