reactos/subsystems/ntvdm
Hermès Bélusca-Maïto dd9dafc7ff [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
2013-11-09 23:01:11 +00:00
..
bios.c [NTVDM] 2013-11-09 23:01:11 +00:00
bios.h [NTVDM] 2013-11-09 22:15:40 +00:00
bop.c [NTVDM] 2013-11-09 23:01:11 +00:00
bop.h [NTVDM] 2013-11-09 23:01:11 +00:00
CMakeLists.txt [NTVDM] 2013-11-09 23:01:11 +00:00
cmos.c [NTVDM] 2013-11-03 21:33:22 +00:00
cmos.h [NTVDM] 2013-11-03 21:33:22 +00:00
dos.c [NTVDM] 2013-11-09 23:01:11 +00:00
dos.h [NTVDM] 2013-11-09 22:15:40 +00:00
emulator.c [NTVDM] 2013-11-09 22:15:40 +00:00
emulator.h [NTVDM] 2013-11-09 23:01:11 +00:00
int32.c [NTVDM] 2013-11-09 23:01:11 +00:00
int32.h [NTVDM] 2013-11-09 23:01:11 +00:00
ntvdm.c [NTVDM]: Improve DisplayMessage by also displaying the message in the debug log. 2013-11-09 15:53:52 +00:00
ntvdm.h [NTVDM] 2013-11-09 23:01:11 +00:00
ntvdm.rc [NTVDM] 2013-06-17 00:00:36 +00:00
ntvdm.spec [NTVDM] 2013-08-09 23:52:08 +00:00
pic.c [FAST486] 2013-10-27 00:37:01 +00:00
pic.h [FAST486] 2013-10-27 00:37:01 +00:00
ps2.c [NTVDM] 2013-11-03 21:52:58 +00:00
ps2.h [FAST486] 2013-10-27 00:37:01 +00:00
registers.c [NTVDM] 2013-10-26 20:48:31 +00:00
registers.h [NTVDM] 2013-08-09 23:52:08 +00:00
resource.h [NTVDM] 2013-06-17 00:00:36 +00:00
rsrc.rc [NTVDM] 2013-06-17 00:00:36 +00:00
speaker.c [NTVDM] 2013-11-03 20:31:19 +00:00
speaker.h [NTVDM] 2013-11-03 20:31:19 +00:00
timer.c [NTVDM] 2013-11-03 20:31:19 +00:00
timer.h [NTVDM] 2013-11-03 20:31:19 +00:00
vga.c [NTVDM] 2013-11-08 21:56:30 +00:00
vga.h [NTVDM] 2013-11-08 21:56:30 +00:00