summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2015-08-20 19:33:32 +1000
committer Vas Crabb <vas@vastheman.com>2015-08-20 19:33:32 +1000
commit70f493692638387862dff42dfa4dd0606ff49ab1 (patch)
treed5858e3ec54dca417981a0b81efcdb1b246d5f94 /src
parentfc37133282748a3a0d4008fe4418933489d4339e (diff)
Order of DIP settings (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/goldstar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/goldstar.c b/src/mame/drivers/goldstar.c
index 841c4f09ee7..55670a78676 100644
--- a/src/mame/drivers/goldstar.c
+++ b/src/mame/drivers/goldstar.c
@@ -6104,8 +6104,8 @@ static INPUT_PORTS_START( crazybon )
PORT_DIPSETTING( 0x08, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
PORT_DIPNAME( 0x10, 0x10, "Fast Take" ) PORT_DIPLOCATION("DSW4:5") /* OK */
- PORT_DIPSETTING( 0x10, DEF_STR( On ) )
PORT_DIPSETTING( 0x00, DEF_STR( Off ) )
+ PORT_DIPSETTING( 0x10, DEF_STR( On ) )
PORT_DIPNAME( 0x20, 0x20, "Bonus Min Bet" ) PORT_DIPLOCATION("DSW4:6") /* OK */
PORT_DIPSETTING( 0x20, "16" )
PORT_DIPSETTING( 0x00, "32" )