vsnes.cpp: Fixed Balloon Fight bonus life DIP settings (MT8147). (#8962)

This commit is contained in:
0kmg 2021-12-12 08:35:17 -09:00 committed by GitHub
parent 03ac15805e
commit f4ee98d24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -748,11 +748,11 @@ static INPUT_PORTS_START( balonfgt )
PORT_DIPNAME( 0x10, 0x00, "Enemy Regeneration" ) PORT_DIPLOCATION("SW2:!5")
PORT_DIPSETTING( 0x00, DEF_STR( Low ) )
PORT_DIPSETTING( 0x10, DEF_STR( High ) )
PORT_DIPNAME( 0x60, 0x20, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:!6,!7")
PORT_DIPSETTING( 0x60, "10,000 Pts" )
PORT_DIPSETTING( 0x20, "20,000 Pts" )
PORT_DIPSETTING( 0x40, "40,000 Pts" )
PORT_DIPSETTING( 0x00, DEF_STR( None ) )
PORT_DIPNAME( 0x60, 0x40, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:!6,!7")
PORT_DIPSETTING( 0x00, "10,000 Pts" )
PORT_DIPSETTING( 0x40, "20,000 Pts" )
PORT_DIPSETTING( 0x20, "40,000 Pts" )
PORT_DIPSETTING( 0x60, DEF_STR( None ) )
PORT_DIPUNUSED_DIPLOC( 0x80, 0x00, "SW2:!8" ) /* Manual states this is Unused */
INPUT_PORTS_END