Previous 199869 Revisions Next

r32693 Sunday 12th October, 2014 at 23:10:16 UTC by Brian Troha
meritm.c: Remove stray addition used for testing which later turned out not to be needed after the separation of Americana & Merit Touch Joker Poker games - NW
[src/mame/drivers]meritm.c

trunk/src/mame/drivers/meritm.c
r32692r32693
729729   PORT_DIPNAME( 0x10, 0x10, "Points Per Coin" ) PORT_DIPLOCATION("SW1:5")
730730   PORT_DIPSETTING(    0x10, "1 Point / Coin" )
731731   PORT_DIPSETTING(    0x00, "5 Points / Coin" )
732   PORT_DIPUNKNOWN_DIPLOC( 0x20, IP_ACTIVE_LOW, "SW1:6" )
733732   PORT_DIPNAME( 0xc0, 0xc0, "Max Play" )       PORT_DIPLOCATION("SW1:7,8")
734733   PORT_DIPSETTING(    0x40, "10" )
735734   PORT_DIPSETTING(    0xc0, "20" )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team