mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
correct dip settings, verified in game and tested with -valid
http://mametesters.org/mantis/view.php?id=2198 Best regards Mike
This commit is contained in:
parent
3d1dbafcc2
commit
70e6d31c73
@ -563,6 +563,12 @@ static INPUT_PORTS_START( stocker )
|
||||
PORT_INCLUDE( sentetst )
|
||||
|
||||
PORT_MODIFY("SWH")
|
||||
PORT_DIPNAME( 0x03, 0x01, DEF_STR( Coinage ) ) PORT_DIPLOCATION("H1:1,2")
|
||||
PORT_DIPSETTING( 0x03, DEF_STR( 2C_1C ) )
|
||||
PORT_DIPSETTING( 0x01, DEF_STR( 1C_1C ) )
|
||||
PORT_DIPSETTING( 0x02, DEF_STR( 1C_2C ) )
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( Free_Play ) )
|
||||
|
||||
PORT_DIPNAME( 0x1c, 0x00, "Bonus Coins" ) PORT_DIPLOCATION("H1:3,4,5")
|
||||
PORT_DIPSETTING( 0x00, DEF_STR( None ) )
|
||||
PORT_DIPSETTING( 0x04, "2 Coins = 1 Bonus" )
|
||||
|
Loading…
Reference in New Issue
Block a user