mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
bmxstunts: add difficulty switch
This commit is contained in:
parent
21e3bf7730
commit
c94ddebb94
@ -5622,7 +5622,9 @@ static INPUT_PORTS_START( bmxstunts )
|
||||
PORT_START("DSW1") // only one 6-dip bank
|
||||
PORT_DIPUNKNOWN_DIPLOC(0x01, 0x00, "SW1:1")
|
||||
PORT_DIPUNKNOWN_DIPLOC(0x02, 0x00, "SW1:2")
|
||||
PORT_DIPUNKNOWN_DIPLOC(0x04, 0x00, "SW1:3")
|
||||
PORT_DIPNAME( 0x04, 0x00, DEF_STR( Difficulty ) ) PORT_DIPLOCATION("SW1:3")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Easy ) )
|
||||
PORT_DIPSETTING( 0x04, DEF_STR( Hard ) )
|
||||
PORT_DIPNAME( 0x08, 0x00, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW1:4")
|
||||
PORT_DIPSETTING( 0x08, "A 2/1 B 1/3" )
|
||||
PORT_DIPSETTING( 0x00, "A 1/1 B 1/6" )
|
||||
|
Loading…
Reference in New Issue
Block a user