summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cinemat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cinemat.c')
-rw-r--r--src/mame/drivers/cinemat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cinemat.c b/src/mame/drivers/cinemat.c
index bcde46f8117..80a62d2ca18 100644
--- a/src/mame/drivers/cinemat.c
+++ b/src/mame/drivers/cinemat.c
@@ -631,13 +631,13 @@ static INPUT_PORTS_START( warrior )
PORT_BIT( 0xe000, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_START("SWITCHES")
- PORT_DIPNAME( 0x03, 0x02, "Time" ) PORT_DIPLOCATION("SW1:!1,!2")
+ PORT_DIPNAME( 0x03, 0x02, "Time" ) PORT_DIPLOCATION("SW1:!1,!2")
PORT_DIPSETTING( 0x00, "0:30/coin" )
PORT_DIPSETTING( 0x02, "1:00/coin" )
PORT_DIPSETTING( 0x01, "1:30/coin" )
PORT_DIPSETTING( 0x03, "2:00/coin" )
PORT_SERVICE_DIPLOC( 0x04, IP_ACTIVE_HIGH, "SW1:!3" )
- PORT_DIPNAME( 0x08, 0x08, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW1:!4")
+ PORT_DIPNAME( 0x08, 0x08, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW1:!4")
PORT_DIPSETTING( 0x00, DEF_STR( 2C_1C ) )
PORT_DIPSETTING( 0x08, DEF_STR( 1C_1C ) )
PORT_DIPUNUSED_DIPLOC( 0x10, IP_ACTIVE_HIGH, "SW1:!5" )