Previous 199869 Revisions Next

r31868 Tuesday 2nd September, 2014 at 06:48:44 UTC by Tafoid
Compile Fix (nw)
[src/mess/drivers]atari400.c

trunk/src/mess/drivers/atari400.c
r31867r31868
17661766         m_cartslot->write_d5xx(space, offset, data);
17671767         break;         
17681768      case A800_OSSM091:
1769         if (offset & 0x9 == 0x08)
1769         if ((offset & 0x9) == 0x08)
17701770            setup_ram(2, m_ram->size());
17711771         else
17721772         {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team