summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/nitedrvr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/nitedrvr.c')
-rw-r--r--src/mame/drivers/nitedrvr.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/nitedrvr.c b/src/mame/drivers/nitedrvr.c
index 08661115523..dce92f5097e 100644
--- a/src/mame/drivers/nitedrvr.c
+++ b/src/mame/drivers/nitedrvr.c
@@ -58,7 +58,7 @@ ADDRESS_MAP_END
/* Input Ports */
static INPUT_PORTS_START( nitedrvr )
- PORT_START // fake
+ PORT_START_TAG("DSW0") // fake
PORT_DIPNAME( 0x30, 0x10, DEF_STR( Coinage ) )
PORT_DIPSETTING( 0x30, DEF_STR( 2C_1C ) )
//PORT_DIPSETTING( 0x20, DEF_STR( 1C_1C ) ) // not a typo
@@ -70,7 +70,7 @@ static INPUT_PORTS_START( nitedrvr )
PORT_DIPSETTING( 0x80, "100" )
PORT_DIPSETTING( 0xC0, "125" )
- PORT_START // fake
+ PORT_START_TAG("DSW1") // fake
PORT_DIPNAME( 0x10, 0x00, "Track Set" )
PORT_DIPSETTING( 0x00, DEF_STR( Normal ) )
PORT_DIPSETTING( 0x10, DEF_STR( Reverse ) )
@@ -80,20 +80,20 @@ static INPUT_PORTS_START( nitedrvr )
PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_VBLANK )
PORT_SERVICE( 0x80, IP_ACTIVE_LOW )
- PORT_START // fake
+ PORT_START_TAG("GEARS") // fake
PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_BUTTON5 ) PORT_NAME("1st Gear")
PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_BUTTON6 ) PORT_NAME("2nd Gear")
PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_BUTTON7 ) PORT_NAME("3rd Gear")
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_BUTTON8 ) PORT_NAME("4th Gear")
- PORT_START // fake
+ PORT_START_TAG("DSW2") // fake
PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_UNKNOWN ) // Spare
PORT_DIPNAME( 0x20, 0x00, "Difficult Bonus" )
PORT_DIPSETTING( 0x00, DEF_STR( Normal ) )
PORT_DIPSETTING( 0x20, "Difficult" )
PORT_BIT( 0xc0, IP_ACTIVE_HIGH, IPT_UNUSED )
- PORT_START // fake
+ PORT_START_TAG("IN0") // fake
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_START1 )
@@ -103,7 +103,7 @@ static INPUT_PORTS_START( nitedrvr )
PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_BUTTON4 ) PORT_NAME("Pro Track")
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_SPECIAL ) // Alternating signal?
- PORT_START // fake
+ PORT_START_TAG("STEER") // fake
PORT_BIT( 0xff, 0x00, IPT_DIAL ) PORT_SENSITIVITY(100) PORT_KEYDELTA(10)
PORT_START_TAG("MOTOR")