From: Mike Green [mailto:mikedx@gmail.com]

Subject: mametesters bug #614

Please find attached fix for bug 614

acceleration pedal now on up/down key.

It makes sense that the "down" key means push pedal down and "up"
means lift pedal up, however I am unsure that this is what the player
may expect.

http://mametesters.org/mantis/view.php?id=614


Best regards

Mike
This commit is contained in:
Aaron Giles 2008-09-11 15:15:17 +00:00
parent b10a182054
commit d30fa0bcfb

View File

@ -155,7 +155,7 @@ static INPUT_PORTS_START( sspeedr )
PORT_START("IN1")
/* The gas pedal is adjusted physically so the encoder is at position 2 when the pedal is not pressed. */
/* It also only uses half of the encoder. */
PORT_BIT( 0x1f, 0x00, IPT_POSITIONAL ) PORT_POSITIONS(30) PORT_REMAP_TABLE(sspeedr_controller_table + 2) PORT_SENSITIVITY(25) PORT_KEYDELTA(20)
PORT_BIT( 0x1f, 0x00, IPT_POSITIONAL_V ) PORT_POSITIONS(30) PORT_REMAP_TABLE(sspeedr_controller_table + 2) PORT_SENSITIVITY(25) PORT_KEYDELTA(20)
PORT_START("DSW")
PORT_DIPNAME( 0x03, 0x00, DEF_STR( Coinage ) )