mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
apple2: fix modifier codes for M and N keys on II and II Plus [Golden Child]
This commit is contained in:
parent
035380ca97
commit
4ee8cf6fd3
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user