summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/polepos.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-05-28 15:59:16 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-05-28 15:59:16 +0000
commitab7d486957a72dda1e82641b5c3ca156b04f3a31 (patch)
tree6bb11fa8672488c6b06bd01087a6d37b55bf0fa7 /src/mame/drivers/polepos.c
parentee50133db625b420a4c729ae949b0ae99dd09005 (diff)
Cleanups and version bump.
Diffstat (limited to 'src/mame/drivers/polepos.c')
-rw-r--r--src/mame/drivers/polepos.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/polepos.c b/src/mame/drivers/polepos.c
index d63f820b017..5bfed9c2ce0 100644
--- a/src/mame/drivers/polepos.c
+++ b/src/mame/drivers/polepos.c
@@ -414,7 +414,7 @@ static READ8_DEVICE_HANDLER( steering_changed_r )
UINT8 steer_new = input_port_read(device->machine, "STEER");
steer_accum += (INT8)(steer_new - steer_last);
steer_last = steer_new;
-
+
/* if we have delta, clock things */
if (steer_accum < 0)
{
@@ -551,7 +551,7 @@ static INPUT_PORTS_START( polepos )
PORT_DIPNAME( 0x80, 0x80, "Nr. of Laps" )
PORT_DIPSETTING( 0x80, "3" )
PORT_DIPSETTING( 0x00, "4" )
-
+
PORT_START("DSWA_HI")
PORT_BIT( 0x0f, 0x00, IPT_SPECIAL ) PORT_CUSTOM(shifted_port_r, "DSWA")
@@ -580,7 +580,7 @@ static INPUT_PORTS_START( polepos )
PORT_DIPNAME( 0x80, 0x00, DEF_STR( Demo_Sounds ) )
PORT_DIPSETTING( 0x80, DEF_STR( Off ))
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
-
+
PORT_START("DSWB_HI")
PORT_BIT( 0x0f, 0x00, IPT_SPECIAL ) PORT_CUSTOM(shifted_port_r, "DSWB")
@@ -631,7 +631,7 @@ static INPUT_PORTS_START( poleposa )
PORT_DIPNAME( 0x01, 0x01, "Nr. of Laps" )
PORT_DIPSETTING( 0x01, "3" )
PORT_DIPSETTING( 0x00, "4" )
-
+
PORT_START("DSWA_HI")
PORT_BIT( 0x0f, 0x00, IPT_SPECIAL ) PORT_CUSTOM(shifted_port_r, "DSWA")
@@ -709,7 +709,7 @@ static INPUT_PORTS_START( topracra )
PORT_DIPNAME( 0x80, 0x80, "Nr. of Laps" )
PORT_DIPSETTING( 0x80, "3" )
PORT_DIPSETTING( 0x00, "4" )
-
+
PORT_START("DSWA_HI")
PORT_BIT( 0x0f, 0x00, IPT_SPECIAL ) PORT_CUSTOM(shifted_port_r, "DSWA")
@@ -790,7 +790,7 @@ static INPUT_PORTS_START( polepos2 )
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) ) /* docs say "freeze", but it doesn't seem to work */
PORT_DIPSETTING( 0x01, DEF_STR( Off ))
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
-
+
PORT_START("DSWA_HI")
PORT_BIT( 0x0f, 0x00, IPT_SPECIAL ) PORT_CUSTOM(shifted_port_r, "DSWA")