summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2024-05-20 02:15:23 +0200
committer GitHub <noreply@github.com>2024-05-20 02:15:23 +0200
commitedcc2d728095cd370f748c5f03bf2261203968f9 (patch)
tree84aa9be759520c4aea22e072b00be9eddecd083e /src
parent7f4c212d86da91b210b365f1822a3f0bb868d63b (diff)
subsino/subsino2.cpp: fix wtrnymph duplicate SW4:6
Diffstat (limited to 'src')
-rw-r--r--src/mame/subsino/subsino2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/subsino/subsino2.cpp b/src/mame/subsino/subsino2.cpp
index 44eeba32108..de8ddbc1083 100644
--- a/src/mame/subsino/subsino2.cpp
+++ b/src/mame/subsino/subsino2.cpp
@@ -2711,7 +2711,7 @@ static INPUT_PORTS_START( wtrnymph )
PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW4:4")
PORT_DIPSETTING( 0x00, "5k" )
PORT_DIPSETTING( 0x08, "10k" )
- PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW4:6")
+ PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW4:5")
PORT_DIPSETTING( 0x10, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SW4:6")