Previous 199869 Revisions Next

r31663 Friday 15th August, 2014 at 19:23:56 UTC by Brian Troha
metro.c: Figured out one dipswitch in Mouse Shooter GoGo - NW
[src/mame/drivers]metro.c

trunk/src/mame/drivers/metro.c
r31662r31663
22542254   PORT_DIPNAME( 0x0800, 0x0800, DEF_STR( Unknown ) )      PORT_DIPLOCATION("SW2:4")
22552255   PORT_DIPSETTING(      0x0800, DEF_STR( Off ) )
22562256   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
2257   PORT_DIPNAME( 0x1000, 0x1000, DEF_STR( Unknown ) )      PORT_DIPLOCATION("SW2:5")
2258   PORT_DIPSETTING(      0x1000, DEF_STR( Off ) )
2259   PORT_DIPSETTING(      0x0000, DEF_STR( On ) )
2257   PORT_DIPNAME( 0x1000, 0x1000, "Allow P2 to Join Game" )     PORT_DIPLOCATION("SW2:5")
2258   PORT_DIPSETTING(      0x0000, DEF_STR( Off ) )
2259   PORT_DIPSETTING(      0x1000, DEF_STR( On ) )
22602260   PORT_DIPNAME( 0x2000, 0x2000, DEF_STR( Lives ) )        PORT_DIPLOCATION("SW2:6")
22612261   PORT_DIPSETTING(      0x2000, "2" )
22622262   PORT_DIPSETTING(      0x0000, "3" )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team