summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dynduke.cpp
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2016-12-24 19:51:21 +0100
committer angelosa <salese_corp_ltd@email.it>2016-12-24 19:51:21 +0100
commit8bedf24995871f2a60ffc2b9831aaeca1b54ac61 (patch)
treecee4963fb12ad412b82d321a11d7c15f0193ece6 /src/mame/drivers/dynduke.cpp
parent2f3e89b5dfc57c60950948147841c7bbf5041f94 (diff)
Few dip-sw updates, nw
Diffstat (limited to 'src/mame/drivers/dynduke.cpp')
-rw-r--r--src/mame/drivers/dynduke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dynduke.cpp b/src/mame/drivers/dynduke.cpp
index 8f5daf72b5c..349636b6d57 100644
--- a/src/mame/drivers/dynduke.cpp
+++ b/src/mame/drivers/dynduke.cpp
@@ -197,7 +197,7 @@ static INPUT_PORTS_START( dynduke )
PORT_DIPSETTING( 0x0080, DEF_STR( Off ) )
PORT_DIPSETTING( 0x0000, DEF_STR( On ) )
PORT_BIT( 0x0300, 0x0300, IPT_UNUSED ) /* "SW2:1,2" - Always OFF according to the manual */
- PORT_DIPNAME( 0x0c00, 0x0400, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW2:3,4")
+ PORT_DIPNAME( 0x0c00, 0x0400, "Bonus D.Punch" ) PORT_DIPLOCATION("SW2:3,4") // smart bomb extends
PORT_DIPSETTING( 0x0c00, "80K 100K+" )
PORT_DIPSETTING( 0x0800, "100K 100K+" )
PORT_DIPSETTING( 0x0400, "120K 100K+" )