From 768d0e25a3d35b1ca87f36439e973110130c08ff Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sat, 12 Sep 2015 21:28:58 +0800 Subject: [PATCH] Remove redundant PORT_MODIFY (nw) --- src/mame/drivers/goldstar.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mame/drivers/goldstar.c b/src/mame/drivers/goldstar.c index 9db167db5e0..4cf3d0b06bd 100644 --- a/src/mame/drivers/goldstar.c +++ b/src/mame/drivers/goldstar.c @@ -1685,9 +1685,7 @@ static INPUT_PORTS_START( cmezspin ) PORT_INCLUDE( cmv4_dsw1 ) PORT_MODIFY("DSW1") - PORT_DIPNAME( 0x01, 0x00, "Hold Pair" ) PORT_DIPLOCATION("DSW1:1") /* OK */ - PORT_DIPSETTING( 0x00, DEF_STR( Off ) ) - PORT_DIPSETTING( 0x01, DEF_STR( On ) ) + /* Hold Pair OK */ /* Hopper Out Switch not checked */ /* Payout Mode not checked */ PORT_DIPNAME( 0x08, 0x00, "'7' In Double Up Game" ) PORT_DIPLOCATION("DSW1:4") /* OK */