From 53389bdd7bfa3c0747694c7d12fecc83c8898d4b Mon Sep 17 00:00:00 2001 From: angelosa Date: Thu, 11 Jul 2024 17:46:30 +0200 Subject: taito/buggychl.cpp: hookup unused DSW1:8 --- src/mame/taito/buggychl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/taito/buggychl.cpp b/src/mame/taito/buggychl.cpp index 25ee3212e91..bc5d41ee4c6 100644 --- a/src/mame/taito/buggychl.cpp +++ b/src/mame/taito/buggychl.cpp @@ -649,6 +649,7 @@ CUSTOM_INPUT_MEMBER( buggychl_state::pedal_in_r ) } +// defaults verified with manual, and yes: all ON for bank 2 while all OFF for banks 1/3 static INPUT_PORTS_START( buggychl ) PORT_START("DSW1") PORT_DIPNAME( 0x03, 0x03, "Game Over Bonus" ) PORT_DIPLOCATION("SW1:1,2") // Arks/Flags/Fuel @@ -668,7 +669,7 @@ static INPUT_PORTS_START( buggychl ) PORT_DIPNAME( 0x40, 0x40, DEF_STR( Flip_Screen ) ) PORT_DIPLOCATION("SW1:7") PORT_DIPSETTING( 0x40, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNUSED ) // Only listed as OFF in the manual + PORT_DIPUNUSED_DIPLOC( 0x80, 0x80, "SW1:8" ) // Only listed as OFF in the manual PORT_START("DSW2") PORT_DIPNAME( 0x0f, 0x00, DEF_STR( Coin_A ) ) PORT_DIPLOCATION("SW2:1,2,3,4") -- cgit v1.2.3