From 6790318845cd291415ae6ce0234bc8da3ebb2ffa Mon Sep 17 00:00:00 2001 From: Fabio Priuli Date: Thu, 7 May 2009 15:27:03 +0000 Subject: Moved mapping for 'skip to next level' buttons to Q,W. Feel free to change them to anything else if you like. --- src/mame/drivers/taitosj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/mame/drivers/taitosj.c b/src/mame/drivers/taitosj.c index 97ca2b2d1a1..ddf60bb9e0b 100644 --- a/src/mame/drivers/taitosj.c +++ b/src/mame/drivers/taitosj.c @@ -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" ) -- cgit v1.2.3