mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
wicat: added Backspace key, because that is kinda useful. :) (no whatsnew)
This commit is contained in:
parent
b3e24f2567
commit
afb077ebae
@ -194,6 +194,7 @@ ADDRESS_MAP_END
|
||||
/* Input ports */
|
||||
static INPUT_PORTS_START( wicat )
|
||||
PORT_START("kb0")
|
||||
PORT_BIT(0x00000100,IP_ACTIVE_HIGH,IPT_KEYBOARD) PORT_NAME("Backspace") PORT_CODE(KEYCODE_BACKSPACE) PORT_CHAR(8)
|
||||
PORT_BIT(0x00002000,IP_ACTIVE_HIGH,IPT_KEYBOARD) PORT_NAME("Retrn") PORT_CODE(KEYCODE_ENTER) PORT_CHAR(13)
|
||||
|
||||
PORT_START("kb1")
|
||||
|
Loading…
Reference in New Issue
Block a user