summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gradius3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gradius3.c')
-rw-r--r--src/mame/drivers/gradius3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gradius3.c b/src/mame/drivers/gradius3.c
index c02cfd3c8ae..4b6d990b7b2 100644
--- a/src/mame/drivers/gradius3.c
+++ b/src/mame/drivers/gradius3.c
@@ -280,7 +280,7 @@ static INPUT_PORTS_START( gradius3 )
PORT_DIPSETTING( 0xb0, DEF_STR( 1C_5C ) )
PORT_DIPSETTING( 0xa0, DEF_STR( 1C_6C ) )
PORT_DIPSETTING( 0x90, DEF_STR( 1C_7C ) )
-// PORT_DIPSETTING( 0x00, "Invalid" )
+// PORT_DIPSETTING( 0x00, "Invalid" )
PORT_START("DSW2")
PORT_DIPNAME( 0x03, 0x02, DEF_STR( Lives ) )