reactos/subsystems
Hermès Bélusca-Maïto b20613401f [NTVDM]
Rewrite the VGA emulation.


Nah, it's a joke!
- Store VGA registers setup in VGA_REGISTERS structure.
- Improve BiosSetVideoMode and introduce a VgaSetRegisters function for setting VGA regs.
- Initialize Bda->CrtBasePort: it is used to determine the address of some I/O ports which depend on whether we are in color or monochrome mode.
- Add UnregisterIoPort in io.c (and fix some DPRINTs) (needed for VGA).
- When setting the misc. VGA register, check whether we're going to monochrome emulation, and reset some port addresses in that case.

svn path=/branches/ntvdm/; revision=61246
2013-12-08 14:22:27 +00:00
..
ntvdm [NTVDM] 2013-12-08 14:22:27 +00:00
win * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
win32 * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
CMakeLists.txt [NTVDM] 2013-12-02 01:02:17 +00:00