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:
parent
a05b1da479
commit
fd28399da2
10 changed files with 1377 additions and 391 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue