mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
put keydelta back to 5 so you can actually enter a high score. no whatsnew.
This commit is contained in:
parent
7304410120
commit
bee2e6c5bb
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user