summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seta2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seta2.c')
-rw-r--r--src/mame/drivers/seta2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/seta2.c b/src/mame/drivers/seta2.c
index 906234f5504..e751c39d46f 100644
--- a/src/mame/drivers/seta2.c
+++ b/src/mame/drivers/seta2.c
@@ -2071,7 +2071,7 @@ static INPUT_PORTS_START( funcube4 )
// Inverted this dip by default to allow game to be played
PORT_MODIFY("DEBUG")
- PORT_DIPNAME( 0x00400000, 0x00000000, "Debug 6" )
+ PORT_DIPNAME( 0x00400000, 0x00000000, "Debug 6" )
PORT_DIPSETTING( 0x00000000, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00400000, DEF_STR( On ) )
INPUT_PORTS_END