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:
Aaron Giles 2008-09-11 15:58:37 +00:00
parent 3d1dbafcc2
commit 70e6d31c73

View File

@ -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" )