reactos/include
Hermès Bélusca-Maïto 861776bd7e [FAST486][NTVDM]
- Introduce a Fast486Initialize which is used to set up the CPU callbacks (and use default ones if some of the given callbacks are NULL), and to reset it the first time. Now Fast486Reset is meant to be used for only resetting the CPU to a safe state.
- Hence we are now sure that State->WhateverCallback is never NULL (and is theoretically valid), so don't do NULL-checks when calling them, but call them directly. The default cases for those checks become the default calls for the default callbacks.
- Remove the now-unneeded EmulatorIdle function.

svn path=/branches/ntvdm/; revision=60814
2013-11-01 01:46:58 +00:00
..
asm
c++
crt * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
ddk Sync with trunk for console graphics palettes. 2013-10-23 00:26:50 +00:00
dxsdk * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
GL
host * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
ndk Sync with trunk for console graphics palettes. 2013-10-23 00:26:50 +00:00
psdk * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
reactos [FAST486][NTVDM] 2013-11-01 01:46:58 +00:00
xdk