reactos/subsystems/ntvdm/hardware
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
..
cmos.c [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
cmos.h [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
pic.c [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
pic.h [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
ps2.c [NTVDM]: Start to organize the code... 2014-01-11 15:27:18 +00:00
ps2.h [NTVDM]: Start to organize the code... 2014-01-11 15:27:18 +00:00
speaker.c [NTVDM]: Start to organize the code... 2014-01-11 15:27:18 +00:00
speaker.h [NTVDM]: Start to organize the code... 2014-01-11 15:27:18 +00:00
timer.c [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
timer.h [DDK:NT_VDD] 2014-01-11 20:59:27 +00:00
vga.c [NTVDM]: Start to organize the code... 2014-01-11 15:27:18 +00:00
vga.h [NTVDM]: Start to organize the code... 2014-01-11 15:27:18 +00:00