[NTVDM]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 9 Nov 2013 23:01:11 +0000 (23:01 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 9 Nov 2013 23:01:11 +0000 (23:01 +0000)
commitdd9dafc7ff83381a700873a6f54b9e1240b4210b
treebcb3f0b4267dcda4b03228f8fef1859b236889ba
parent6da6a5ce564e359a1b88d51030ccf4a670d1f22d
[NTVDM]
Finish my Interruption revamp.
- Move interrupt-related code from bop.c to int32.c
- Introduce InitializeInt32 helper so that one can initialize all the needed 16-bit stubs for the 32-bit interrupts.
- Remove unneeded defines in emulator.h and an exported variable in ntvdm.h.

svn path=/branches/ntvdm/; revision=60908
subsystems/ntvdm/CMakeLists.txt
subsystems/ntvdm/bios.c
subsystems/ntvdm/bop.c
subsystems/ntvdm/bop.h
subsystems/ntvdm/dos.c
subsystems/ntvdm/emulator.h
subsystems/ntvdm/int32.c [new file with mode: 0644]
subsystems/ntvdm/int32.h [new file with mode: 0644]
subsystems/ntvdm/ntvdm.h