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

This commit is contained in:
Brian Troha 2014-10-12 23:10:16 +00:00
parent d19f7fa7ef
commit 0cc17d08a9

View File

@ -729,7 +729,6 @@ static INPUT_PORTS_START(americna)
PORT_DIPNAME( 0x10, 0x10, "Points Per Coin" ) PORT_DIPLOCATION("SW1:5")
PORT_DIPSETTING( 0x10, "1 Point / Coin" )
PORT_DIPSETTING( 0x00, "5 Points / Coin" )
PORT_DIPUNKNOWN_DIPLOC( 0x20, IP_ACTIVE_LOW, "SW1:6" )
PORT_DIPNAME( 0xc0, 0xc0, "Max Play" ) PORT_DIPLOCATION("SW1:7,8")
PORT_DIPSETTING( 0x40, "10" )
PORT_DIPSETTING( 0xc0, "20" )