summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/imolagp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/imolagp.c')
-rw-r--r--src/mame/drivers/imolagp.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mame/drivers/imolagp.c b/src/mame/drivers/imolagp.c
index 79dfe3a193c..ed78ef4fa0b 100644
--- a/src/mame/drivers/imolagp.c
+++ b/src/mame/drivers/imolagp.c
@@ -487,16 +487,16 @@ static INPUT_PORTS_START( imolagp )
PORT_DIPSETTING( 0x80, DEF_STR( On ) )
PORT_START /* 2800 */ /* speed: 08 00 0F 1C 0F 00 1E 3D */
-// PORT_DIPNAME( 0x03, 0x03, "Pedal" )
-// PORT_DIPSETTING( 0x01, "STOPPED" )
-// PORT_DIPSETTING( 0x00, "SLOW" )
-// PORT_DIPSETTING( 0x02, "MEDIUM" )
-// PORT_DIPSETTING( 0x03, "FAST" )
+// PORT_DIPNAME( 0x03, 0x03, "Pedal" )
+// PORT_DIPSETTING( 0x01, "STOPPED" )
+// PORT_DIPSETTING( 0x00, "SLOW" )
+// PORT_DIPSETTING( 0x02, "MEDIUM" )
+// PORT_DIPSETTING( 0x03, "FAST" )
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 )
-// PORT_DIPNAME( 0x04, 0x04, "Stick Shift" )
-// PORT_DIPSETTING( 0x0, DEF_STR(Low) )
-// PORT_DIPSETTING( 0x4, DEF_STR(High) )
+// PORT_DIPNAME( 0x04, 0x04, "Stick Shift" )
+// PORT_DIPSETTING( 0x0, DEF_STR(Low) )
+// PORT_DIPSETTING( 0x4, DEF_STR(High) )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON3 )
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_COIN2 )