diff --git a/src/mame/drivers/parodius.cpp b/src/mame/drivers/parodius.cpp index a06b4792169..0584b35f22b 100644 --- a/src/mame/drivers/parodius.cpp +++ b/src/mame/drivers/parodius.cpp @@ -156,7 +156,7 @@ static INPUT_PORTS_START( parodius ) PORT_DIPNAME( 0x04, 0x00, DEF_STR( Cabinet ) ) PORT_DIPLOCATION("SW2:3") PORT_DIPSETTING( 0x00, DEF_STR( Upright ) ) PORT_DIPSETTING( 0x04, DEF_STR( Cocktail ) ) - PORT_DIPNAME( 0x18, 0x18, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:4,5") + PORT_DIPNAME( 0x18, 0x10, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:4,5") PORT_DIPSETTING( 0x18, "20000 80000" ) PORT_DIPSETTING( 0x10, "30000 100000" ) PORT_DIPSETTING( 0x08, "20000" )