diff --git a/src/mame/misc/cocoloco.cpp b/src/mame/misc/cocoloco.cpp index f549e0f9cb2..edbb7fb000e 100644 --- a/src/mame/misc/cocoloco.cpp +++ b/src/mame/misc/cocoloco.cpp @@ -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" )