summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-07-24 00:16:29 +1000
committer Vas Crabb <vas@vastheman.com>2020-07-24 00:16:29 +1000
commit9615f73de934056d41c82a9ab551d848140039b2 (patch)
tree6b9ac89f2da9aeff89227aee8cb26bdb49ff5566 /src/devices/bus
parentc98148855b30e6693b38a621ac56a444e21eaa1d (diff)
-machine/x68k_kbd.cpp: Modernised Unicode in strings.
-bus/mackbd: Added Romanised text for Kana key.
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/mackbd/pluskbd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/mackbd/pluskbd.cpp b/src/devices/bus/mackbd/pluskbd.cpp
index 10080210a22..6cc707607f4 100644
--- a/src/devices/bus/mackbd/pluskbd.cpp
+++ b/src/devices/bus/mackbd/pluskbd.cpp
@@ -448,7 +448,7 @@ INPUT_PORTS_START(keyboard_jp)
PORT_BIT(0x80, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_C) PORT_CHAR('c') PORT_CHAR('C') PORT_NAME(u8"C \u30bd") // ソ
PORT_MODIFY("P2")
- PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_CAPSLOCK) PORT_CHAR(UCHAR_MAMEKEY(CAPSLOCK)) PORT_NAME(u8"\u30ab\u30ca") PORT_TOGGLE // カナ
+ PORT_BIT(0x08, IP_ACTIVE_LOW, IPT_KEYBOARD) PORT_CODE(KEYCODE_CAPSLOCK) PORT_CHAR(UCHAR_MAMEKEY(CAPSLOCK)) PORT_NAME(u8"\u30ab\u30ca (Kana)") PORT_TOGGLE // カナ
INPUT_PORTS_END