fixed compile (nw)

This commit is contained in:
Miodrag Milanovic 2013-04-24 08:52:52 +00:00
parent 8c961ddc56
commit 467a771067

View File

@ -234,7 +234,7 @@ WRITE8_MEMBER(nes_ffe4_device::write_h)
prg16_89ab(data >> 2);
// This part is not fully documented, so we proceed a bit blindly...
if (data & 0x03 == 0)
if ((data & 0x03) == 0)
{
m_exram_enabled = 0;
chr8(0, CHRRAM);