trunk/src/mame/drivers/8080bw.c
| r19572 | r19573 | |
| 870 | 870 | PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) PORT_2WAY |
| 871 | 871 | PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_UNKNOWN ) |
| 872 | 872 | |
| 873 | // TODO: figure out where dipswitch is read, it's not IN0 or IN2 in the current implementation |
| 874 | #if 0 |
| 875 | // these are the settings according to Gameplan Intruder manual |
| 876 | PORT_DIPNAME( 0x03, 0x02, DEF_STR( Lives ) ) PORT_DIPLOCATION("SW1:1,2") |
| 877 | PORT_DIPSETTING( 0x00, "3" ) |
| 878 | PORT_DIPSETTING( 0x01, "4" ) |
| 879 | PORT_DIPSETTING( 0x02, "5" ) |
| 880 | PORT_DIPSETTING( 0x03, "6" ) |
| 881 | PORT_SERVICE_DIPLOC( 0x04, IP_ACTIVE_LOW, "SW1:3" ) |
| 882 | PORT_DIPNAME( 0x08, 0x08, DEF_STR( Bonus_Life ) ) PORT_DIPLOCATION("SW1:4") |
| 883 | PORT_DIPSETTING( 0x08, "1000" ) |
| 884 | PORT_DIPSETTING( 0x00, "1500" ) |
| 885 | PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_UNKNOWN ) |
| 886 | PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_UNKNOWN ) |
| 887 | PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_UNKNOWN ) |
| 888 | PORT_DIPNAME( 0x80, 0x80, "Display Coinage" ) PORT_DIPLOCATION("SW:8") |
| 889 | PORT_DIPSETTING( 0x80, DEF_STR( Off ) ) |
| 890 | PORT_DIPSETTING( 0x00, DEF_STR( On ) ) |
| 891 | #endif |
| 892 | |
| 873 | 893 | PORT_START("IN2") |
| 874 | 894 | PORT_DIPUNKNOWN_DIPLOC( 0x01, 0x00, "SW1:1" ) |
| 875 | 895 | PORT_DIPUNKNOWN_DIPLOC( 0x02, 0x00, "SW1:2" ) |