summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2021-05-25 21:09:10 -0400
committer AJR <ajrhacker@users.noreply.github.com>2021-05-25 21:09:10 -0400
commita54369e08fee1fbbc5031e7d4b1ad6eed4eeeeab (patch)
tree48b76db2c1897a006f1dd9a58b04fb973cf1f697
parentd1d74a935e205f25f0c402b73efb6404e94a1b35 (diff)
canon_s80.cpp: Add the space bar
-rw-r--r--src/mame/drivers/canon_s80.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/canon_s80.cpp b/src/mame/drivers/canon_s80.cpp
index 0a7034262e8..f75ae85a17a 100644
--- a/src/mame/drivers/canon_s80.cpp
+++ b/src/mame/drivers/canon_s80.cpp
@@ -255,7 +255,7 @@ static INPUT_PORTS_START(canons80)
PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_UNUSED)
PORT_BIT(0x10, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_NAME("Key 38") PORT_CODE(KEYCODE_F9)
PORT_BIT(0x20, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_NAME("Repeat") PORT_CODE(KEYCODE_LALT)
- PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_NAME("Key 2C") PORT_CODE(KEYCODE_F1)
+ PORT_BIT(0x40, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CHAR(' ') PORT_CODE(KEYCODE_SPACE)
PORT_BIT(0x80, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_NAME("Key 35") PORT_CODE(KEYCODE_F6)
PORT_START("KEYC")