mirror of
https://github.com/holub/mame
synced 2025-07-03 17:08:39 +03:00
hgokou: Disable the correct inputs
This commit is contained in:
parent
590f70e7c3
commit
9eef7523d5
@ -1615,11 +1615,17 @@ INPUT_PORTS_START( dynax_hanafuda_6keys_bet )
|
|||||||
PORT_MODIFY("KEY3")
|
PORT_MODIFY("KEY3")
|
||||||
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
|
|
||||||
PORT_MODIFY("KEY6")
|
PORT_MODIFY("KEY4")
|
||||||
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
|
|
||||||
PORT_MODIFY("KEY7")
|
PORT_MODIFY("KEY7")
|
||||||
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
|
|
||||||
|
PORT_MODIFY("KEY8")
|
||||||
|
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
|
|
||||||
|
PORT_MODIFY("KEY9")
|
||||||
|
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||||
INPUT_PORTS_END
|
INPUT_PORTS_END
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Loading…
Reference in New Issue
Block a user