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:
parent
e9ad5eb51e
commit
184f57d77e
4 changed files with 19 additions and 64 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue