wicat: added Backspace key, because that is kinda useful. :) (no whatsnew)

This commit is contained in:
mahlemiut 2013-12-30 08:32:40 +00:00
parent b3e24f2567
commit afb077ebae

View File

@ -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")