Previous 199869 Revisions Next

r32511 Friday 3rd October, 2014 at 16:10:34 UTC by David Haywood
note about tharrier dips (nw)
[src/mame/drivers]nmk16.c

trunk/src/mame/drivers/nmk16.c
r32510r32511
273273      return res << 8;
274274   }
275275   else
276   {
277      // the above statement appears to be incorrect, it should also read DSW1 from here, almost certainly
278      // through the MCU.  The weird 0x080202 address where we read IN2 is also probably just a mirror of 0x080002 (here)
279
276280      return ~ioport("IN1")->read();
281   }
277282}
278283
279284WRITE16_MEMBER(nmk16_state::macross2_sound_reset_w)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team