summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apple2.cpp')
-rw-r--r--src/mame/drivers/apple2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/apple2.cpp b/src/mame/drivers/apple2.cpp
index 61767d7ddeb..17235a8ad4f 100644
--- a/src/mame/drivers/apple2.cpp
+++ b/src/mame/drivers/apple2.cpp
@@ -989,8 +989,8 @@ static const uint8_t a2_key_remap[0x32][4] =
{ 0x43,0x43,0x03,0x03 }, /* c C 20 */
{ 0x56,0x56,0x16,0x16 }, /* v V 21 */
{ 0x42,0x42,0x02,0x02 }, /* b B 22 */
- { 0x4e,0x5e,0x0e,0x5e }, /* n N 23 */
- { 0x4d,0x4d,0x0d,0x0d }, /* m M 24 */
+ { 0x4e,0x5e,0x0e,0x1e }, /* n N 23 */
+ { 0x4d,0x5d,0x0d,0x1d }, /* m M 24 */
{ 0x2c,0x3c,0x2c,0x3c }, /* , < 25 */
{ 0x2e,0x3e,0x2e,0x3e }, /* . > 26 */
{ 0x2f,0x3f,0x2f,0x3f }, /* / ? 27 */