1
0
Fork 0

New assembly x86 fpu core + fixing some bugs in the old one (Thanks wd)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2113
This commit is contained in:
Peter Veenstra 2005-02-22 13:06:07 +00:00
parent a05b1da479
commit fd28399da2
10 changed files with 1377 additions and 391 deletions

View file

@ -33,6 +33,9 @@
/* Enable the FPU module, still only for beta testing */
#define C_FPU 1
/* Define to 1 to use a x86 assembly fpu core */
#define C_FPU_X86 1
/* environ is defined */
#define ENVIRON_INCLUDED 1