[NTVDM]: Move EMS support as a BIOS module (and initialize it after the BIOS has...
[reactos.git] / reactos / subsystems / mvdm / ntvdm / emulator.c
index 246f827..74bd599 100644 (file)
@@ -31,7 +31,6 @@
 #include "hardware/sound/speaker.h"
 #include "hardware/pit.h"
 #include "hardware/video/vga.h"
-#include "ems.h"
 
 #include "vddsup.h"
 #include "io.h"
@@ -469,9 +468,6 @@ BOOLEAN EmulatorInitialize(HANDLE ConsoleInput, HANDLE ConsoleOutput)
     /* Initialize I/O ports */
     /* Initialize RAM */
 
-    /* Initialize EMS */
-    EmsInitialize();
-
     /* Initialize the CPU */
 
     /* Initialize the internal clock */
@@ -557,7 +553,6 @@ VOID EmulatorCleanup(VOID)
 
     PS2Cleanup();
 
-    EmsCleanup();
     SpeakerCleanup();
     CmosCleanup();
     // PitCleanup();