trunk/src/mame/drivers/8080bw.c
| r18586 | r18587 | |
| 1328 | 1328 | static INPUT_PORTS_START( lupin3a ) |
| 1329 | 1329 | PORT_INCLUDE( lupin3 ) |
| 1330 | 1330 | |
| 1331 | | //PORT_MODIFY("IN0") |
| 1332 | | //PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* selects color mode (dynamic vs. static) */ |
| 1333 | | //PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* something has to do with sound */ |
| 1331 | PORT_MODIFY("IN0") |
| 1332 | PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* selects color mode (dynamic vs. static) */ |
| 1333 | PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* something has to do with sound */ |
| 1334 | 1334 | |
| 1335 | 1335 | PORT_MODIFY("IN2") |
| 1336 | 1336 | PORT_DIPNAME( 0x10, 0x00, DEF_STR( Language ) ) PORT_DIPLOCATION("SW1:5") |