diff options
| author | 2025-08-26 03:57:15 +0200 | |
|---|---|---|
| committer | 2025-08-26 03:57:15 +0200 | |
| commit | 27d62e150717443ae9754b828bbf9b814a3fc942 (patch) | |
| tree | 905eb0f12b61a7b40974b672da12ff345b48f488 | |
| parent | dca4685980a0eb1fb1e94121136a7a8375848859 (diff) | |
goldstar.cpp driver improvements. [Roberto Fresca, Grull Osgo]
Added hopper support to chryangl set. Forced DSW to Hopper Limit 1000.
| -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" ) |
