mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
fixed compile (nw)
This commit is contained in:
parent
8c961ddc56
commit
467a771067
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user