mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
tv912b: Fix `@ key definition (nw)
This commit is contained in:
parent
42adc3edf7
commit
0b3880b862
@ -615,7 +615,7 @@ static INPUT_PORTS_START( tv912b )
|
||||
|
||||
PORT_START("KEY22")
|
||||
PORT_BIT(0x01, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CHAR('/') PORT_CHAR('?') PORT_CODE(KEYCODE_SLASH)
|
||||
PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CHAR('`') PORT_CHAR('@') PORT_CODE(KEYCODE_TILDE)
|
||||
PORT_BIT(0x02, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CHAR('@') PORT_CHAR('`') PORT_CODE(KEYCODE_TILDE)
|
||||
PORT_BIT(0x20, IP_ACTIVE_LOW, IPT_UNKNOWN)
|
||||
PORT_BIT(0xdc, IP_ACTIVE_LOW, IPT_UNUSED)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user