mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Compile Fix (nw)
This commit is contained in:
parent
e1db142336
commit
297b45de1e
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user