reactos/lib
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
..
3rdparty [SOFTX86] 2013-10-26 20:53:33 +00:00
atl * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
cmlib * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
cportlib * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
debugsup Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
dnslib Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
drivers * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
epsapi Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
fast486 [FAST486][NTVDM] 2013-11-01 01:46:58 +00:00
fslib * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
inflib Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp). 2013-08-07 14:57:30 +00:00
lsalib * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
ppcmmu Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
pseh * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
recyclebin Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
rossym * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
rossym_new * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
rtl Sync with trunk for console graphics palettes. 2013-10-23 00:26:50 +00:00
sdk * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
smlib * Sync up to trunk head (r60691). 2013-10-17 11:19:05 +00:00
tdilib Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. 2013-06-16 22:01:41 +00:00
CMakeLists.txt Bye bye Soft386, welcome Fast486, courtesy Aleksandar Andrejevic. 2013-10-19 16:55:51 +00:00