trunk/src/mame/drivers/kurukuru.cpp
| r253662 | r253663 | |
| 182 | 182 | * Pyon Pyon Jump: |
| 183 | 183 | |
| 184 | 184 | The game name could be translated as "Hop Hop Jump" |
| 185 | | Pyon is the sound of jumps. Jump means jump. |
| 185 | Pyon Pyon is an onomatopoeia for hopping or jumping lightly. |
| 186 | 186 | |
| 187 | 187 | How to play... |
| 188 | 188 | |
| r253662 | r253663 | |
| 620 | 620 | |
| 621 | 621 | static INPUT_PORTS_START( ppj ) |
| 622 | 622 | PORT_START("IN0") |
| 623 | | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_CODE(KEYCODE_Z) PORT_NAME("1st (Boketa)") |
| 624 | | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_CODE(KEYCODE_X) PORT_NAME("2nd (Kunio)") |
| 625 | | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_CODE(KEYCODE_C) PORT_NAME("3rd (Pyon-Pyon)") |
| 626 | | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_CODE(KEYCODE_V) PORT_NAME("4th (Pyokorin)") |
| 627 | | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_CODE(KEYCODE_B) PORT_NAME("5th (Botechin)") |
| 623 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_BUTTON1 ) PORT_NAME("1st (Boketa)") |
| 624 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_BUTTON2 ) PORT_NAME("2nd (Kunio)") |
| 625 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_BUTTON3 ) PORT_NAME("3rd (Pyon-Pyon)") |
| 626 | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("4th (Pyokorin)") |
| 627 | PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_BUTTON5 ) PORT_NAME("5th (Botechin)") |
| 628 | 628 | PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_OTHER ) PORT_CODE(KEYCODE_S) PORT_NAME("Unknown 70h - bit5") |
| 629 | 629 | PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_OTHER ) PORT_CODE(KEYCODE_D) PORT_NAME("Unknown 70h - bit6") |
| 630 | 630 | PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_START1 ) |
| 631 | 631 | |
| 632 | 632 | PORT_START("IN1") |
| 633 | | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_CODE(KEYCODE_9) PORT_NAME("Bookkeeping") |
| 633 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_GAMBLE_BOOK ) |
| 634 | 634 | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN3 ) PORT_NAME("Medal In") |
| 635 | 635 | PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_SERVICE ) PORT_CODE(KEYCODE_0) PORT_NAME("Reset Button") |
| 636 | 636 | PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_COIN2 ) |