summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m10.cpp')
-rw-r--r--src/mame/drivers/m10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m10.cpp b/src/mame/drivers/m10.cpp
index bf79f9707e5..430b49facba 100644
--- a/src/mame/drivers/m10.cpp
+++ b/src/mame/drivers/m10.cpp
@@ -772,7 +772,7 @@ static INPUT_PORTS_START( greenber )
PORT_START("DSW")
PORT_DIPNAME(0x03, 0x01, DEF_STR( Lives ) )
PORT_DIPSETTING ( 0x03, "2" )
-// PORT_DIPSETTING ( 0x02, "3" ) // dupe
+// PORT_DIPSETTING ( 0x02, "3" ) // dupe
PORT_DIPSETTING ( 0x01, "3" )
PORT_DIPSETTING ( 0x00, "4" )
PORT_DIPNAME(0x08, 0x00, "Replay" )