trunk/src/mame/drivers/bagman.c
| r242130 | r242131 | |
| 281 | 281 | |
| 282 | 282 | PORT_MODIFY("P2") // only seems to have 2 coin slots |
| 283 | 283 | PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 284 | | PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_UNKNOWN ) |
| 284 | PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_UNKNOWN ) // this must be ACTIVE_HIGH or the game fails after you complete a level, protection? |
| 285 | 285 | |
| 286 | 286 | PORT_MODIFY("DSW") // dipswitches are a bit messy on this set |
| 287 | 287 | PORT_DIPNAME( 0x04, 0x00, DEF_STR( Coinage ) ) PORT_DIPLOCATION("SW1:3") |