Moved mapping for 'skip to next level' buttons to Q,W. Feel free to change them to anything else if you like.

This commit is contained in:
Fabio Priuli 2009-05-07 15:27:03 +00:00
parent 1e81454f3e
commit 6790318845

View File

@ -717,10 +717,10 @@ static INPUT_PORTS_START( piratpet )
/* If cabinet is upright -> only 1 set of controls -> only P1 Skip Next Level */
/* If cabinet is cocktal -> 2 sets of controls -> both Skip Next Level bits work */
PORT_MODIFY("IN0")
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_OTHER ) PORT_CODE(KEYCODE_F1) PORT_NAME("P1 Skip Next Level") // Button 2 skips levels when Debug dips is on
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_OTHER ) PORT_CODE(KEYCODE_Q) PORT_NAME("P1 Skip Next Level") // Button 2 skips levels when Debug dips is on
PORT_MODIFY("IN1")
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_OTHER ) PORT_CODE(KEYCODE_F2) PORT_NAME("P2 Skip Next Level") // Button 2 skips levels when Debug dips is on
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_OTHER ) PORT_CODE(KEYCODE_W) PORT_NAME("P2 Skip Next Level") // Button 2 skips levels when Debug dips is on
PORT_MODIFY("DSW1")
PORT_DIPNAME( 0x04, 0x04, "Debug Mode" )