mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
misc/cocoloco.cpp: Corrected DIP switch name Cocoloco typo. (#10607)
This commit is contained in:
parent
b36c7a90bf
commit
78599e367c
@ -447,7 +447,7 @@ static INPUT_PORTS_START( cocoloco )
|
||||
PORT_DIPNAME( 0x20, 0x00, "Monsters" ) PORT_DIPLOCATION("DSW2:!6")
|
||||
PORT_DIPSETTING( 0x00, "4" )
|
||||
PORT_DIPSETTING( 0x20, "5" )
|
||||
PORT_DIPNAME( 0xc0, 0x00, "Vitamine Time" ) PORT_DIPLOCATION("DSW2:!7,!8")
|
||||
PORT_DIPNAME( 0xc0, 0x00, "Vitamin Time" ) PORT_DIPLOCATION("DSW2:!7,!8")
|
||||
PORT_DIPSETTING( 0x00, "Long" )
|
||||
PORT_DIPSETTING( 0x40, "Medium-Long" )
|
||||
PORT_DIPSETTING( 0x80, "Medium-Short" )
|
||||
|
Loading…
Reference in New Issue
Block a user