mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
Remove redundant PORT_MODIFY (nw)
This commit is contained in:
parent
bdf6a49ecd
commit
768d0e25a3
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user