diff options
| author | 2022-11-27 10:05:04 -0800 | |
|---|---|---|
| committer | 2022-11-29 03:26:02 +1100 | |
| commit | 78599e367c0e56099818282db67447f999300219 (patch) | |
| tree | 021fce3ba40a0037739a4bd6648f697c6eedf596 | |
| parent | b36c7a90bf0e6b9229f75f1856ebe9d2cd12dd65 (diff) | |
misc/cocoloco.cpp: Corrected DIP switch name Cocoloco typo. (#10607)
| -rw-r--r-- | src/mame/misc/cocoloco.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |
