mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
MT 06234 - fix mscoutm/imekura/mjegolf inputs
This commit is contained in:
parent
bdab9d1c96
commit
2873b1266f
@ -87,7 +87,7 @@ WRITE8_MEMBER(nbmj9195_state::dipswbitsel_w)
|
||||
|
||||
WRITE8_MEMBER(nbmj9195_state::mscoutm_inputportsel_w)
|
||||
{
|
||||
m_mscoutm_inputport = (data ^ 0xff);
|
||||
m_mscoutm_inputport = (data ^ 0x1f);
|
||||
}
|
||||
|
||||
READ8_MEMBER(nbmj9195_state::mscoutm_dipsw_0_r)
|
||||
|
Loading…
Reference in New Issue
Block a user