misc/cocoloco.cpp: Corrected DIP switch name Cocoloco typo. (#10607)

This commit is contained in:
0kmg 2022-11-27 10:05:04 -08:00 committed by Vas Crabb
parent b36c7a90bf
commit 78599e367c

View File

@ -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" )