mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
atari/starshp1.cpp: Set thrust control to slow when not pushing button. (#10667)
This commit is contained in:
parent
b0656a3201
commit
fcd61dd5bc
@ -195,7 +195,7 @@ static INPUT_PORTS_START( starshp1 )
|
||||
PORT_DIPNAME( 0x20, 0x20, "Extended Play" )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( No ) )
|
||||
PORT_DIPSETTING( 0x20, DEF_STR( Yes ) )
|
||||
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON3 ) // Speed lever - spring-returned to SLOW unless held down for FAST
|
||||
PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_BUTTON3 ) PORT_NAME("Thrust Control") // Speed lever - spring-returned to SLOW unless held down for FAST
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_COIN1 )
|
||||
|
||||
PORT_START("VBLANK")
|
||||
|
Loading…
Reference in New Issue
Block a user