summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vsnes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vsnes.c')
-rw-r--r--src/mame/drivers/vsnes.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/vsnes.c b/src/mame/drivers/vsnes.c
index 043500c3eec..5c5c4468bfa 100644
--- a/src/mame/drivers/vsnes.c
+++ b/src/mame/drivers/vsnes.c
@@ -413,7 +413,7 @@ static INPUT_PORTS_START( vsnes_zapper )
PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_UNUSED )
PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_UNUSED ) /* sprite hit */
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_BUTTON1 ) /* gun trigger */
-
+
PORT_START_TAG("IN1") /* IN1 */
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNUSED )
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNUSED )
@@ -423,7 +423,7 @@ static INPUT_PORTS_START( vsnes_zapper )
PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_UNUSED )
PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_UNUSED )
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNUSED )
-
+
PORT_START_TAG("COINS") /* IN2 */
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNUSED ) /* serial pin from controller */
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNKNOWN )
@@ -552,7 +552,7 @@ static INPUT_PORTS_START( golf4s )
PORT_MODIFY("IN0")
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_START3 ) /* START on a nes */
-
+
PORT_MODIFY("IN1")
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_START4 ) /* START on a nes */
INPUT_PORTS_END
@@ -1418,7 +1418,7 @@ static INPUT_PORTS_START( vsskykid )
PORT_MODIFY("IN0")
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_START2 ) /* START on a nes */
-
+
PORT_MODIFY("IN1")
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* SELECT on a nes */
@@ -1608,7 +1608,7 @@ INPUT_PORTS_END
static INPUT_PORTS_START( starlstr )
PORT_INCLUDE( vsnes_dual )
- PORT_START_TAG("DSW0")
+ PORT_START_TAG("DSW0")
PORT_DIPNAME( 0x03, 0x00, DEF_STR( Coinage ) )
PORT_DIPSETTING( 0x03, DEF_STR( 3C_1C ) )
PORT_DIPSETTING( 0x01, DEF_STR( 2C_1C ) )