mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
note about tharrier dips (nw)
This commit is contained in:
parent
25daf865a0
commit
47dcaafbf9
@ -273,8 +273,13 @@ READ16_MEMBER(nmk16_state::tharrier_mcu_r)
|
||||
return res << 8;
|
||||
}
|
||||
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();
|
||||
}
|
||||
}
|
||||
|
||||
WRITE16_MEMBER(nmk16_state::macross2_sound_reset_w)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user