summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2011-08-23 01:44:59 +0000
committer Brian Troha <briantro@users.noreply.github.com>2011-08-23 01:44:59 +0000
commit479c16a84852bb9be192f9c34794436295c25e16 (patch)
tree4c94068bd51d44b9e72bf23f08c58a7a55408b2d /src
parentc689afcb945f82f0a79d0a6fa23471ab9526fda3 (diff)
paradise.c: Slightly better dipswitch info for Penky - NW
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/paradise.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/paradise.c b/src/mame/drivers/paradise.c
index bcd030173b7..c62321f8cdb 100644
--- a/src/mame/drivers/paradise.c
+++ b/src/mame/drivers/paradise.c
@@ -310,7 +310,7 @@ INPUT_PORTS_END
static INPUT_PORTS_START( penky )
PORT_START("DSW1") /* port $2020 */
- PORT_DIPNAME( 0x03, 0x03, "Time for 1 Player" ) PORT_DIPLOCATION("SW1:1,2")
+ PORT_DIPNAME( 0x03, 0x03, "Time" ) PORT_DIPLOCATION("SW1:1,2")
PORT_DIPSETTING( 0x00, "0:40" )
PORT_DIPSETTING( 0x01, "0:50" )
PORT_DIPSETTING( 0x02, "1:00" )
@@ -322,7 +322,7 @@ static INPUT_PORTS_START( penky )
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x30, 0x30, "Fill % to Win" ) PORT_DIPLOCATION("SW1:5,6")
- PORT_DIPSETTING( 0x30, "Majority at Time Over" )
+ PORT_DIPSETTING( 0x30, "Majority at Time or 99.9%" )
PORT_DIPSETTING( 0x20, "Majority at Time or 90%" )
PORT_DIPSETTING( 0x10, "Majority at Time or 85%" )
PORT_DIPSETTING( 0x00, "Majority at Time or 80%" )