mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Update m72.cpp - flip bchopper/mrheli Demo Sounds switch (#13203)
This commit is contained in:
parent
d805c6904f
commit
cd064ab4e4
@ -1099,9 +1099,9 @@ static INPUT_PORTS_START( bchopper )
|
||||
PORT_DIPSETTING( 0x0002, "2" )
|
||||
PORT_DIPSETTING( 0x0003, "3" )
|
||||
PORT_DIPSETTING( 0x0001, "4" )
|
||||
PORT_DIPNAME( 0x0004, 0x0000, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW1:3")
|
||||
PORT_DIPSETTING( 0x0004, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x0004, 0x0004, DEF_STR( Demo_Sounds ) ) PORT_DIPLOCATION("SW1:3")
|
||||
PORT_DIPSETTING( 0x0000, DEF_STR( Off ) )
|
||||
PORT_DIPSETTING( 0x0004, DEF_STR( On ) )
|
||||
PORT_DIPNAME( 0x0008, 0x0008, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW1:4")
|
||||
PORT_DIPSETTING( 0x0008, "80K 200K 350K" )
|
||||
PORT_DIPSETTING( 0x0000, "100K 250K 400K" )
|
||||
|
Loading…
Reference in New Issue
Block a user