1
0
Fork 0

New C_FPU switch for fpu module

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@83
This commit is contained in:
Sjoerd van der Berg 2002-07-28 16:21:31 +00:00
parent dda8d37455
commit e9ad5eb51e

View file

@ -7,6 +7,9 @@
/* Use multi threading to speed up things on multi cpu's, also gives a nice frame-skipping effect :) */
#define C_THREADED
/* Enable the FPU module, still only for beta testing */
//#define C_FPU
/* Enable debugging for several modules, requires C_LOGGING */
#define DEBUG_SBLASTER /* SoundBlaster Debugging*/
#define DEBUG_DMA /* DMA Debugging */