[NTVDM]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 27 Sep 2014 02:17:54 +0000 (02:17 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 27 Sep 2014 02:17:54 +0000 (02:17 +0000)
commit41e8832080865b3d717cdefb6358d91561996902
tree5bf8d1ce29a5a59a1bea820c4da710a46936c976
parent7d8a75747a01bfa88204f7c9fc0944bb7760fa2b
[NTVDM]
Implement INT 15h, AH=4Fh "Keyboard intercept", which is used by INT 9h / IRQ 1 to possibly translate scan code before any further treatment. The default implementation is a trivial one, do it à la DosBox.

svn path=/trunk/; revision=64324
reactos/subsystems/ntvdm/bios/bios32/bios32.c
reactos/subsystems/ntvdm/bios/bios32/kbdbios32.c
reactos/subsystems/ntvdm/dos/dem.c
reactos/subsystems/ntvdm/hardware/keyboard.c