put keydelta back to 5 so you can actually enter a high score. no whatsnew.

This commit is contained in:
Jonathan Gevaryahu 2010-03-18 02:17:58 +00:00
parent 7304410120
commit bee2e6c5bb

View File

@ -869,7 +869,7 @@ static INPUT_PORTS_START( moonwarp )
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_BUTTON1 )
PORT_START("P1_DIAL")
PORT_BIT( 0xff, 0x0, IPT_DIAL ) PORT_SENSITIVITY(25) PORT_KEYDELTA(10)
PORT_BIT( 0xff, 0x0, IPT_DIAL ) PORT_SENSITIVITY(25) PORT_KEYDELTA(5)
PORT_START("SYSTEM")