Previous 199869 Revisions Next

r33619 Monday 1st December, 2014 at 22:15:27 UTC by David Haywood
handle botanic protection? that kicks in when you complete a level (nw)
[src/mame/drivers]bagman.c

trunk/src/mame/drivers/bagman.c
r242130r242131
281281
282282   PORT_MODIFY("P2") // only seems to have 2 coin slots
283283   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?
285285
286286   PORT_MODIFY("DSW") // dipswitches are a bit messy on this set
287287   PORT_DIPNAME( 0x04, 0x00, DEF_STR( Coinage ) )          PORT_DIPLOCATION("SW1:3")


Previous 199869 Revisions Next


© 1997-2024 The MAME Team