[NTVDM]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Thu, 24 Oct 2013 01:01:49 +0000 (01:01 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Thu, 24 Oct 2013 01:01:49 +0000 (01:01 +0000)
commit01d5a36cf5812ac5845f9c53c077369a39ebe87d
treed3fd87549580cdd36c4479f17c9f4031d22c3508
parent5eb7c07bb896c1f0d7e263566c8491ca724afd1b
[NTVDM]
Remove the code that performs waiting in 32-bit mode since that blocks the emulator
and prevents interrupts from working.
Implement a 16-bit waiting system in the interrupt handlers.
Fix the PS/2 interrupt code.

svn path=/branches/ntvdm/; revision=60739
subsystems/ntvdm/bios.c
subsystems/ntvdm/dos.c
subsystems/ntvdm/emulator.c
subsystems/ntvdm/emulator.h
subsystems/ntvdm/ps2.c