trunk/src/mame/drivers/gticlub.c
| r17898 | r17899 | |
| 410 | 410 | |
| 411 | 411 | MACHINE_START_MEMBER(gticlub_state,gticlub) |
| 412 | 412 | { |
| 413 | | |
| 414 | 413 | /* set conservative DRC options */ |
| 415 | 414 | ppcdrc_set_options(machine().device("maincpu"), PPCDRC_COMPATIBLE_OPTIONS); |
| 416 | 415 | |
| r17898 | r17899 | |
| 671 | 670 | PORT_DIPNAME( 0x02, 0x00, "Disable Test Mode" ) |
| 672 | 671 | PORT_DIPSETTING( 0x02, DEF_STR( Off ) ) |
| 673 | 672 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 674 | | PORT_DIPNAME( 0x01, 0x00, "Disable Machine Init" ) |
| 673 | PORT_DIPNAME( 0x01, 0x01, "Disable Machine Init" ) // NOTE: Disabling Machine Init also disables analog controls |
| 675 | 674 | PORT_DIPSETTING( 0x01, DEF_STR( Off ) ) |
| 676 | 675 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 677 | 676 | |
| 678 | | PORT_START("AN0") |
| 679 | | PORT_BIT( 0x3ff, 0x000, IPT_UNKNOWN ) |
| 677 | PORT_START("AN0") // Rudder |
| 678 | PORT_BIT( 0x3ff, 0x000, IPT_AD_STICK_X ) PORT_MINMAX(0x000,0x3ff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5) |
| 680 | 679 | |
| 681 | | PORT_START("AN1") |
| 682 | | PORT_BIT( 0x3ff, 0x000, IPT_UNKNOWN ) |
| 680 | PORT_START("AN1") // Control Bar |
| 681 | PORT_BIT( 0x3ff, 0x000, IPT_AD_STICK_Y ) PORT_MINMAX(0x000,0x3ff) PORT_SENSITIVITY(35) PORT_KEYDELTA(5) |
| 683 | 682 | |
| 684 | 683 | PORT_START("AN2") |
| 685 | 684 | PORT_BIT( 0x3ff, 0x000, IPT_UNKNOWN ) |