summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wms.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wms.cpp')
-rw-r--r--src/mame/drivers/wms.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/mame/drivers/wms.cpp b/src/mame/drivers/wms.cpp
index c196ba7559a..01d9d085ce3 100644
--- a/src/mame/drivers/wms.cpp
+++ b/src/mame/drivers/wms.cpp
@@ -73,6 +73,12 @@
***************************************************************************************************/
+#include "emu.h"
+#include "cpu/i86/i186.h"
+#include "cpu/adsp2100/adsp2100.h"
+#include "screen.h"
+
+
#define MAIN_CLOCK XTAL_40MHz // Pletronics 40.000 MHz. Crystal. Used for CPU clock.
#define VIDEO_CLOCK XTAL_14_31818MHz // Pletronics MP49 14.31818 MHz. Crystal. Used in common VGA ISA cards.
@@ -80,11 +86,6 @@
// (16 * 115200 baud, 192 * 9600 baud, 1536 * 1200 baud, etc...)
-#include "emu.h"
-#include "cpu/i86/i186.h"
-#include "cpu/adsp2100/adsp2100.h"
-
-
class wms_state : public driver_device
{
public: