reactos/subsystems/ntvdm
Hermès Bélusca-Maïto 40f773b96b [DDK:NT_VDD]
Declare some VDM memory services.

[NTVDM]
- Almost all of the XXXInitialize functions just return TRUE always, so VOIDify them instead (since they always succeed).
- Move almost all of the hardware initialization inside EmulatorInitialize.
- Move pure console initialization/mode-saving/cleanup code into ConsoleInit/Cleanup functions in ntvdm.c instead of in bios.c.

svn path=/branches/ntvdm/; revision=61588
2014-01-11 20:59:27 +00:00
..
bios [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
dos [NTVDM]: Break the BIOS into the BIOS and the video BIOS. 2014-01-11 17:05:25 +00:00
hardware [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
res [NTVDM] 2013-12-29 22:38:10 +00:00
bop.c [NTVDM] 2013-12-27 19:51:43 +00:00
bop.h [NTVDM]: Remove unneeded WINAPI convention calls. 2013-12-23 18:04:32 +00:00
CMakeLists.txt [NTVDM]: Break the BIOS into the BIOS and the video BIOS. 2014-01-11 17:05:25 +00:00
emulator.c [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
emulator.h [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
int32.c [NTVDM]: Start to organize the code... 2014-01-11 15:27:18 +00:00
int32.h [NTVDM]: Remove unneeded WINAPI convention calls. 2013-12-23 18:04:32 +00:00
io.c [NTVDM] 2014-01-11 14:40:03 +00:00
io.h [NTVDM] 2014-01-11 14:40:03 +00:00
ntvdm.c [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
ntvdm.h [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
ntvdm.rc [NTVDM] 2013-12-29 22:38:10 +00:00
ntvdm.spec [NTVDM]: Implement and export VDDTerminateVDM. 2013-12-24 15:52:31 +00:00
registers.c [NTVDM] 2013-12-23 18:17:29 +00:00
registers.h [NTVDM] 2013-12-23 18:17:29 +00:00
resource.h [NTVDM] 2013-12-29 22:38:10 +00:00
vddsup.c [NTVDM]: Don't display an error message if the VDD registry key (or value) just doesn't exist: it significates we just don't have any VDD to load... 2013-12-28 22:22:12 +00:00
vddsup.h VDD really means "Virtual Device Drivers". 2013-12-17 23:13:11 +00:00