| 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 |
| r32584 | r32585 | |
|---|---|---|
| 470 | 470 | |
| 471 | 471 | core_fread(m_file, rom, len); |
| 472 | 472 | |
| 473 | if (rom[0] == 0xa8 && (rom[1] == rom[2] ^ 0xff | |
| 473 | if (rom[0] == 0xa8 && (rom[1] == (rom[2] ^ 0xff))) | |
| 474 | 474 | { |
| 475 | 475 | // it's .ROM file, so that we don't have currently any way to distinguish RAM-equipped carts |
| 476 | 476 | } |
| Previous | 199869 Revisions | Next |