Compile Fix (nw)

This commit is contained in:
Scott Stone 2014-09-02 06:48:44 +00:00
parent e1db142336
commit 297b45de1e

View File

@ -1766,7 +1766,7 @@ WRITE8_MEMBER(a400_state::disable_cart)
m_cartslot->write_d5xx(space, offset, data);
break;
case A800_OSSM091:
if (offset & 0x9 == 0x08)
if ((offset & 0x9) == 0x08)
setup_ram(2, m_ram->size());
else
{