summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Jack Li <jackrjli@berkeley.edu>2017-05-06 12:51:12 -0700
committer Jack Li <jackrjli@berkeley.edu>2017-05-06 12:51:12 -0700
commit0c31dcf98e5017cb7fa9774aa043c90a36a06fa5 (patch)
treecaffe7c2252028e65285d73c85a22b1b6a575328 /src
parentfe01a1342c41b33601a8cd93904335b5039feda7 (diff)
Fixed default dipswitch settings for Parodius
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/parodius.cpp2
1 files changed, 1 insertions, 1 deletions
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" )