mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
taito_z: sci BUTTON4 duplicate, MT7448 (nw)
This commit is contained in:
parent
3b45b19a7a
commit
eadc0eb471
@ -2601,7 +2601,7 @@ static INPUT_PORTS_START( sci )
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
|
||||
PORT_START("IN1")
|
||||
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Turbo")
|
||||
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("Turbo")
|
||||
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_TILT )
|
||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_SERVICE2 ) PORT_NAME("Center")
|
||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_START1 )
|
||||
|
Loading…
Reference in New Issue
Block a user