diff options
Diffstat (limited to 'src/mame/igs/goldstar.cpp')
| -rw-r--r-- | src/mame/igs/goldstar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/igs/goldstar.cpp b/src/mame/igs/goldstar.cpp index fa4d0861c3f..fcb17921dcc 100644 --- a/src/mame/igs/goldstar.cpp +++ b/src/mame/igs/goldstar.cpp @@ -4503,7 +4503,7 @@ static INPUT_PORTS_START( chryangl ) PORT_DIPSETTING( 0x02, "65%" ) PORT_DIPSETTING( 0x01, "70%" ) PORT_DIPSETTING( 0x00, "75%" ) - PORT_DIPNAME( 0x18, 0x00, "Hopper Limit" ) PORT_DIPLOCATION("DSW2:4,5") + PORT_DIPNAME( 0x18, 0x08, "Hopper Limit" ) PORT_DIPLOCATION("DSW2:4,5") PORT_DIPSETTING( 0x18, "300" ) PORT_DIPSETTING( 0x10, "500" ) PORT_DIPSETTING( 0x08, "1000" ) |
