diff options
author | 2017-02-17 14:17:50 -0500 | |
---|---|---|
committer | 2017-02-17 14:17:50 -0500 | |
commit | a49ec949bcc9ac68a39e9779a1249ccdc9fc969f (patch) | |
tree | 5d55b88c1922305ebe42823323e2bb572dd6d4dd /src | |
parent | 8536d065e23e2235727e720b274bab50de1ebb1c (diff) |
polepos2bi: One more DIP switch identified (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/polepos.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/polepos.cpp b/src/mame/drivers/polepos.cpp index e038e2db0df..bcddb13d8b2 100644 --- a/src/mame/drivers/polepos.cpp +++ b/src/mame/drivers/polepos.cpp @@ -796,9 +796,9 @@ static INPUT_PORTS_START( polepos2bi ) PORT_DIPNAME( 0x40, 0x00, DEF_STR( Game_Time ) ) PORT_DIPLOCATION("SWB:6") PORT_DIPSETTING( 0x00, "90 secs." ) PORT_DIPSETTING( 0x40, "120 secs." ) - PORT_DIPNAME( 0x80, 0x00, "Always On" ) PORT_DIPLOCATION("SWB:8") - PORT_DIPSETTING( 0x80, DEF_STR( Off )) - PORT_DIPSETTING( 0x00, DEF_STR( On ) ) + PORT_DIPNAME( 0x80, 0x00, DEF_STR( Pause ) ) PORT_DIPLOCATION("SWB:8") + PORT_DIPSETTING( 0x00, DEF_STR( Off )) + PORT_DIPSETTING( 0x80, DEF_STR( On ) ) INPUT_PORTS_END |