Merge branch 'master' of https://github.com/86Box/86Box
# Conflicts: # src/win/win_settings.c
This commit is contained in:
@@ -734,7 +734,7 @@ static void
|
||||
kbd_poll(void *priv)
|
||||
{
|
||||
atkbd_t *dev = (atkbd_t *)priv;
|
||||
uint16_t irq_table[4] = { 0x0000, 0x0002, 0x1000, 0xffff };
|
||||
uint16_t irq_table[4] = { 0x0002, 0x0002, 0x1000, 0xffff };
|
||||
int i, channel;
|
||||
uint16_t val, irq;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user