From 40e9a0eb48452026ecc8cc87d1854a11397f3765 Mon Sep 17 00:00:00 2001 From: RobertoFresca Date: Mon, 20 Jun 2016 21:03:18 -0300 Subject: [PATCH] Flaming 7: DIP switches bank #2: Notes about Bonus Pay... [Roberto Fresca] --- src/mame/drivers/goldstar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/goldstar.cpp b/src/mame/drivers/goldstar.cpp index a1b507036f3..8bc23e7b2da 100644 --- a/src/mame/drivers/goldstar.cpp +++ b/src/mame/drivers/goldstar.cpp @@ -7141,7 +7141,7 @@ static INPUT_PORTS_START( flaming7 ) PORT_DIPSETTING( 0x00, "9321" ) PORT_START("DSW2") - PORT_DIPNAME( 0x07, 0x07, "Bonus Pay" ) PORT_DIPLOCATION("DSW2:1,2,3") + PORT_DIPNAME( 0x07, 0x07, "Bonus Pay" ) PORT_DIPLOCATION("DSW2:1,2,3") // percentage of how quickly the internal progressive advances. PORT_DIPSETTING( 0x07, "1.00%" ) PORT_DIPSETTING( 0x06, "2.00%" ) PORT_DIPSETTING( 0x05, "3.30%" )