Bye bye Soft386, welcome Fast486, courtesy Aleksandar Andrejevic.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 19 Oct 2013 16:55:51 +0000 (16:55 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 19 Oct 2013 16:55:51 +0000 (16:55 +0000)
commit51040fc61e89c49dc6bc9dfb8e9482a81fe1eb3d
treee4396f32c3b6428bdd6b18dca014394883358a10
parent9b0212930813102dd84ea387bd95b586afaf9e90
Bye bye Soft386, welcome Fast486, courtesy Aleksandar Andrejevic.
[NTVDM]: Define by default NEW_EMULATOR, i.e. use Fast486 instead of softx86.

svn path=/branches/ntvdm/; revision=60703
21 files changed:
include/reactos/libs/fast486/fast486.h [new file with mode: 0644]
include/reactos/libs/soft386/soft386.h [deleted file]
lib/CMakeLists.txt
lib/fast486/CMakeLists.txt [new file with mode: 0644]
lib/fast486/COPYING [moved from lib/soft386/COPYING with 100% similarity]
lib/fast486/common.c [moved from lib/soft386/common.c with 76% similarity]
lib/fast486/common.h [moved from lib/soft386/common.h with 79% similarity]
lib/fast486/common.inl [moved from lib/soft386/common.inl with 75% similarity]
lib/fast486/extraops.c [moved from lib/soft386/extraops.c with 91% similarity]
lib/fast486/extraops.h [moved from lib/soft386/extraops.h with 87% similarity]
lib/fast486/fast486.c [moved from lib/soft386/soft386.c with 55% similarity]
lib/fast486/opcodes.c [moved from lib/soft386/opcodes.c with 64% similarity]
lib/fast486/opcodes.h [new file with mode: 0644]
lib/fast486/opgroups.c [moved from lib/soft386/opgroups.c with 73% similarity]
lib/fast486/opgroups.h [moved from lib/soft386/opgroups.h with 55% similarity]
lib/soft386/CMakeLists.txt [deleted file]
lib/soft386/opcodes.h [deleted file]
subsystems/ntvdm/CMakeLists.txt
subsystems/ntvdm/emulator.c
subsystems/ntvdm/emulator.h
subsystems/ntvdm/ntvdm.h