mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
lependu.cpp: Fix typo in input description.
This commit is contained in:
parent
fd6d7c0f00
commit
03fd365300
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user