mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
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:
parent
d19f7fa7ef
commit
0cc17d08a9
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user