bmxstunts: add difficulty switch

This commit is contained in:
hap 2022-08-21 12:31:29 +02:00
parent 21e3bf7730
commit c94ddebb94

View File

@ -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" )