summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2024-07-11 17:46:30 +0200
committer angelosa <lordkale4@gmail.com>2024-07-11 17:46:30 +0200
commit53389bdd7bfa3c0747694c7d12fecc83c8898d4b (patch)
tree08b55e361e73319e726120828fc6513c2f107891
parentf7c88fe421b368631ca8f3f17b99980dfb3672a9 (diff)
taito/buggychl.cpp: hookup unused DSW1:8
-rw-r--r--src/mame/taito/buggychl.cpp3
1 files changed, 2 insertions, 1 deletions
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")