1
0
Fork 0

FPU Support and some clean-up.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@84
This commit is contained in:
Sjoerd van der Berg 2002-07-28 16:26:29 +00:00
parent e9ad5eb51e
commit 184f57d77e
4 changed files with 19 additions and 64 deletions

View file

@ -207,7 +207,9 @@ static void InitSystems(void) {
HARDWARE_Init();
TIMER_Init();
CPU_Init();
#ifdef C_FPU
FPU_Init();
#endif
MIXER_Init();
#ifdef C_DEBUG
DEBUG_Init();