summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2023-11-27 04:28:12 +0100
committer Vas Crabb <vas@vastheman.com>2023-11-28 06:32:11 +1100
commitefc5a4a215831f67b1e02973d05bd19e958870d6 (patch)
tree4277d3a66c2c202c0695c55bed200306f8141c27
parent37b022f993821b6217600411a96dce370b21923f (diff)
taito/taito_o.cpp: fix Credit at start dip default
-rw-r--r--src/mame/taito/taito_o.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/taito/taito_o.cpp b/src/mame/taito/taito_o.cpp
index e0e7f699950..3bfbbe506c1 100644
--- a/src/mame/taito/taito_o.cpp
+++ b/src/mame/taito/taito_o.cpp
@@ -287,7 +287,7 @@ static INPUT_PORTS_START( parentj )
// dip descriptions and defaults taken from dip sheet
// NOTE: bit 0 = loc 8, bit 7 = loc 1
PORT_START("DSWA")
- PORT_DIPNAME(0x01, 0x00, "Credits at start") PORT_DIPLOCATION("DSWA:8")
+ PORT_DIPNAME(0x01, 0x01, "Credits at start") PORT_DIPLOCATION("DSWA:8")
PORT_DIPSETTING( 0x00, "500" )
PORT_DIPSETTING( 0x01, "0" )
PORT_DIPNAME(0x02, 0x02, "Key Up / Clear") PORT_DIPLOCATION("DSWA:7")