From 03fd365300ba2f8b6bbec0f115a548abdf031103 Mon Sep 17 00:00:00 2001 From: Roberto Fresca Date: Thu, 16 Jan 2025 22:58:10 +0100 Subject: lependu.cpp: Fix typo in input description. --- src/mame/misc/lependu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/misc/lependu.cpp b/src/mame/misc/lependu.cpp index f4469fd998a..e269386c883 100644 --- a/src/mame/misc/lependu.cpp +++ b/src/mame/misc/lependu.cpp @@ -515,7 +515,7 @@ static INPUT_PORTS_START(codemagik) PORT_START("IN.3") PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN1 ) // 25c coin - PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Sealth Mode") PORT_CODE(KEYCODE_L) PORT_TOGGLE + PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Stealth mode / Switch Games") PORT_CODE(KEYCODE_L) PORT_TOGGLE PORT_BIT( 0x7b, IP_ACTIVE_LOW, IPT_UNUSED ) PORT_START("SW1") -- cgit v1.2.3