Update m72.cpp - flip bchopper/mrheli Demo Sounds switch (#13203)

This commit is contained in:
mamehaze 2025-01-11 12:48:39 +00:00 committed by GitHub
parent d805c6904f
commit cd064ab4e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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