summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-09-11 15:58:37 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-09-11 15:58:37 +0000
commit70e6d31c73155e8de54e10d2ee3f281920e465f3 (patch)
treef0ae9697d0db1f6e7c59b27d88248e4f7e2a9f59
parent3d1dbafcc2b45b57207201850ac69e486ed0f648 (diff)
correct dip settings, verified in game and tested with -valid
http://mametesters.org/mantis/view.php?id=2198 Best regards Mike
-rw-r--r--src/mame/drivers/balsente.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mame/drivers/balsente.c b/src/mame/drivers/balsente.c
index 74b4e876744..3a9aa645fec 100644
--- a/src/mame/drivers/balsente.c
+++ b/src/mame/drivers/balsente.c
@@ -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" )