Previous 199869 Revisions Next

r19248 Sunday 2nd December, 2012 at 05:55:39 UTC by Brian Troha
merit.c: Minor note about possible dipswitch definition based on a picture from a flyer for the game. - NW
[src/mame/drivers]merit.c

trunk/src/mame/drivers/merit.c
r19247r19248
11791179   PORT_DIPNAME( 0x02, 0x00, "Bonus Jackpot" )   PORT_DIPLOCATION("SW1:2")
11801180   PORT_DIPSETTING(    0x02, DEF_STR( Off ) )
11811181   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
1182   PORT_DIPNAME( 0x04, 0x00, DEF_STR( Unknown ) )   PORT_DIPLOCATION("SW1:3")
1182   PORT_DIPNAME( 0x04, 0x00, DEF_STR( Unknown ) )   PORT_DIPLOCATION("SW1:3") /* Flyer suggests this might be "10-IN-A-ROW" bonus */
11831183   PORT_DIPSETTING(    0x00, DEF_STR( Off ) )
11841184   PORT_DIPSETTING(    0x04, DEF_STR( On ) )
11851185   PORT_DIPNAME( 0x08, 0x00, "Raise Option" )   PORT_DIPLOCATION("SW1:4")

Previous 199869 Revisions Next


© 1997-2024 The MAME Team