mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
mbc55x_kbd: Better guess at INS code (nw)
This commit is contained in:
parent
9d72e518c4
commit
d063957f85
@ -208,7 +208,7 @@ const u8 mbc55x_keyboard_device::s_code_table[2][12][8] =
|
||||
{
|
||||
{ 0x15, '>', 'A', 'Q', '!', 0x00, 0x1b, '|' },
|
||||
{ 0x16, 'Z', 'S', 'W', '@', ' ', 0x05, 0x08 },
|
||||
{ 0x17, 'X', 'D', 'E', '#', 0x00, 0x0d, 0x0f },
|
||||
{ 0x17, 'X', 'D', 'E', '#', 0x00, 0x0d, 0x07 },
|
||||
{ 0x18, 'C', 'F', 'R', '$', '0', '4', 0x00 },
|
||||
{ 0x19, 'V', 'G', 'T', '%', 0x00, '5', 0x00 },
|
||||
{ '=', 'B', 'H', 'Y', '^', '.', '6', 0x00 },
|
||||
|
Loading…
Reference in New Issue
Block a user