diff options
| author | 2009-05-07 15:27:03 +0000 | |
|---|---|---|
| committer | 2009-05-07 15:27:03 +0000 | |
| commit | 6790318845cd291415ae6ce0234bc8da3ebb2ffa (patch) | |
| tree | 85315ab05808e0350440acf109544789b9b74db8 /src | |
| parent | 1e81454f3ea904a8f6098eb41a17464b964a24d6 (diff) | |
Moved mapping for 'skip to next level' buttons to Q,W. Feel free to change them to anything else if you like.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/taitosj.c | 4 |
1 files changed, 2 insertions, 2 deletions
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" ) |
