branches/kale/src/mame/drivers/opwolf.c
| r244583 | r244584 | |
| 551 | 551 | static INPUT_PORTS_START( opwolf ) |
| 552 | 552 | /* 0x380000 -> 0x0ff028 (-$fd8,A5) (C-chip) */ |
| 553 | 553 | PORT_START("DSWA") |
| 554 | | PORT_DIPUNUSED( 0x01, IP_ACTIVE_LOW ) |
| 555 | | PORT_DIPNAME( 0x02, 0x02, DEF_STR( Allow_Continue ) ) |
| 554 | PORT_DIPUNUSED_DIPLOC( 0x01, IP_ACTIVE_LOW, "SW1:1" ) |
| 555 | PORT_DIPNAME( 0x02, 0x02, DEF_STR( Allow_Continue ) ) PORT_DIPLOCATION("SW1:2") |
| 556 | 556 | PORT_DIPSETTING( 0x02, DEF_STR( No ) ) |
| 557 | 557 | PORT_DIPSETTING( 0x00, DEF_STR( Yes ) ) |
| 558 | 558 | TAITO_DSWA_BITS_2_TO_3 |
| r244583 | r244584 | |
| 561 | 561 | /* 0x380002 -> 0x0ff02a (-$fd6,A5) (C-chip) */ |
| 562 | 562 | PORT_START("DSWB") |
| 563 | 563 | TAITO_DIFFICULTY |
| 564 | | PORT_DIPNAME( 0x0c, 0x0c, "Ammo Magazines at Start" ) |
| 564 | PORT_DIPNAME( 0x0c, 0x0c, "Ammo Magazines at Start" ) PORT_DIPLOCATION("SW2:3,4") |
| 565 | 565 | PORT_DIPSETTING( 0x00, "4" ) |
| 566 | 566 | PORT_DIPSETTING( 0x04, "5" ) |
| 567 | 567 | PORT_DIPSETTING( 0x0c, "6" ) |
| 568 | 568 | PORT_DIPSETTING( 0x08, "7" ) |
| 569 | | PORT_DIPUNUSED( 0x10, IP_ACTIVE_LOW ) |
| 570 | | PORT_DIPUNUSED( 0x20, IP_ACTIVE_LOW ) |
| 571 | | PORT_DIPNAME( 0x40, 0x00, "Discount When Continuing" ) |
| 569 | PORT_DIPUNUSED_DIPLOC( 0x10, IP_ACTIVE_LOW, "SW2:5" ) |
| 570 | PORT_DIPUNUSED_DIPLOC( 0x01, IP_ACTIVE_LOW, "SW2:6" ) |
| 571 | PORT_DIPNAME( 0x40, 0x00, "Discount When Continuing" ) PORT_DIPLOCATION("SW2:7") |
| 572 | 572 | PORT_DIPSETTING( 0x40, DEF_STR( No ) ) |
| 573 | 573 | PORT_DIPSETTING( 0x00, DEF_STR( Yes ) ) |
| 574 | | PORT_DIPNAME( 0x80, 0x00, DEF_STR( Language ) ) |
| 574 | PORT_DIPNAME( 0x80, 0x00, DEF_STR( Language ) ) PORT_DIPLOCATION("SW2:8") |
| 575 | 575 | PORT_DIPSETTING( 0x80, DEF_STR( Japanese ) ) |
| 576 | 576 | PORT_DIPSETTING( 0x00, DEF_STR( English ) ) |
| 577 | 577 | |