summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Roberto Fresca <robbie@robertofresca.com>2025-10-17 18:16:54 +0200
committer Roberto Fresca <robbie@robertofresca.com>2025-10-17 18:16:54 +0200
commit64e4577f33dc2861367aeaa677f24bc2dbf70855 (patch)
treeab8e6b1a8d8e8ec5be062b410cafd58082a96e43
parent4b4ae8e69274458cc6c334a9df98841f1ff48e02 (diff)
Improved Cherry Bonus inputs adding the STOP buttons.
-rw-r--r--src/mame/igs/goldstar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/igs/goldstar.cpp b/src/mame/igs/goldstar.cpp
index 4134314bfcf..e7d65e04844 100644
--- a/src/mame/igs/goldstar.cpp
+++ b/src/mame/igs/goldstar.cpp
@@ -8292,7 +8292,7 @@ INPUT_PORTS_END
static INPUT_PORTS_START( cbonus )
- PORT_INCLUDE( lucky8 )
+ PORT_INCLUDE( lucky8b )
PORT_MODIFY("DSW1")
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) ) PORT_DIPLOCATION("DSW1:1")
@@ -8400,7 +8400,7 @@ static INPUT_PORTS_START( cbonus )
INPUT_PORTS_END
static INPUT_PORTS_START( cbaai )
- PORT_INCLUDE( lucky8 )
+ PORT_INCLUDE( lucky8b )
PORT_MODIFY("DSW1")
PORT_DIPNAME( 0x03, 0x03, "Min Bet to Start" ) PORT_DIPLOCATION("DSW1:1,2")