[NTVDM]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 23 Dec 2013 18:09:18 +0000 (18:09 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 23 Dec 2013 18:09:18 +0000 (18:09 +0000)
commit8e9d50c603a1a9c1c96445c79bd152f0f5462ff8
treeb960aa99eaab98501bbc8efdec7faf3013ea1a40
parent64091a66004cc5056ee09c9807d78a4a6fdfe9b4
[NTVDM]
- Simplify EmulatorReadMemory (first MMIO-mapped devices copy their memory image back to the VM' memory area, then data is read via RtlCopyMemory), and EmulatorWriteMemory (simplify VgaBuffer computation and rename this variable accordingly, for readability purposes).
- Fix Sim32pGetVDMPointer and MGetVdmPointer prototypes.

svn path=/branches/ntvdm/; revision=61356
subsystems/ntvdm/emulator.c