note about tharrier dips (nw)

This commit is contained in:
David Haywood 2014-10-03 16:10:34 +00:00
parent 25daf865a0
commit 47dcaafbf9

View File

@ -273,8 +273,13 @@ READ16_MEMBER(nmk16_state::tharrier_mcu_r)
return res << 8; return res << 8;
} }
else else
{
// the above statement appears to be incorrect, it should also read DSW1 from here, almost certainly
// through the MCU. The weird 0x080202 address where we read IN2 is also probably just a mirror of 0x080002 (here)
return ~ioport("IN1")->read(); return ~ioport("IN1")->read();
} }
}
WRITE16_MEMBER(nmk16_state::macross2_sound_reset_w) WRITE16_MEMBER(nmk16_state::macross2_sound_reset_w)
{ {