summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cherrym.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cherrym.c')
-rw-r--r--src/mame/drivers/cherrym.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/cherrym.c b/src/mame/drivers/cherrym.c
index fb7d4a488f6..5f3c03f24c8 100644
--- a/src/mame/drivers/cherrym.c
+++ b/src/mame/drivers/cherrym.c
@@ -301,9 +301,9 @@ static INPUT_PORTS_START( cmv801 )
PORT_DIPSETTING( 0x04, "5,000" )
PORT_DIPSETTING( 0x02, "10,000" )
PORT_DIPSETTING( 0x00, "20,000" )
- PORT_DIPNAME( 0x18, 0x18, "Condition For 3 Kind Of Bonus" ) PORT_DIPLOCATION("SW5:4,5")
+ PORT_DIPNAME( 0x18, 0x18, "Condition For 3 Kind Of Bonus" ) PORT_DIPLOCATION("SW5:4,5")
PORT_DIPSETTING( 0x18, "12-7-1" )
- PORT_DIPSETTING( 0x10, "9-5-1" )
+ PORT_DIPSETTING( 0x10, "9-5-1" )
PORT_DIPSETTING( 0x08, "6-3-1" )
PORT_DIPSETTING( 0x00, "3-2-1" )
PORT_DIPNAME( 0x20, 0x20, "Display Of Doll At All Fr. Bonus" ) PORT_DIPLOCATION("SW5:6")