summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/citycon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/citycon.c')
-rw-r--r--src/mame/drivers/citycon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/citycon.c b/src/mame/drivers/citycon.c
index 1ac70962f6b..50d1b43feb7 100644
--- a/src/mame/drivers/citycon.c
+++ b/src/mame/drivers/citycon.c
@@ -125,9 +125,9 @@ static INPUT_PORTS_START( citycon )
PORT_DIPUNKNOWN_DIPLOC( 0x20, 0x00, "SW2:6" )
PORT_DIPUNKNOWN_DIPLOC( 0x40, 0x00, "SW2:7" )
/* According to manual this is Flip Screen setting */
-// PORT_DIPNAME( 0x80, 0x80, DEF_STR( Flip Screen ) ) PORT_DIPLOCATION("SW2:8")
-// PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
-// PORT_DIPSETTING( 0x00, DEF_STR( On ) )
+// PORT_DIPNAME( 0x80, 0x80, DEF_STR( Flip Screen ) ) PORT_DIPLOCATION("SW2:8")
+// PORT_DIPSETTING( 0x80, DEF_STR( Off ) )
+// PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPUNKNOWN_DIPLOC( 0x80, 0x80, "SW2:8" )
INPUT_PORTS_END