diff options
author | 2015-08-20 19:27:23 +1000 | |
---|---|---|
committer | 2015-08-20 19:27:42 +1000 | |
commit | fc37133282748a3a0d4008fe4418933489d4339e (patch) | |
tree | 9b30d2774af1bfea5897f26f1f347e32a54022be /src | |
parent | 47cbb591ccc3e342c333538ed57d6f31053bca8f (diff) |
crazybon: document Fast Take DIP switch [hsialin]
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/goldstar.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/goldstar.c b/src/mame/drivers/goldstar.c index 33e2e9358d5..841c4f09ee7 100644 --- a/src/mame/drivers/goldstar.c +++ b/src/mame/drivers/goldstar.c @@ -6103,9 +6103,9 @@ static INPUT_PORTS_START( crazybon ) PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW4:4") PORT_DIPSETTING( 0x08, DEF_STR( Off ) ) PORT_DIPSETTING( 0x00, DEF_STR( On ) ) - PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW4:5") - PORT_DIPSETTING( 0x10, 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_DIPNAME( 0x20, 0x20, "Bonus Min Bet" ) PORT_DIPLOCATION("DSW4:6") /* OK */ PORT_DIPSETTING( 0x20, "16" ) PORT_DIPSETTING( 0x00, "32" ) |