summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitowlf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitowlf.cpp')
-rw-r--r--src/mame/drivers/taitowlf.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/taitowlf.cpp b/src/mame/drivers/taitowlf.cpp
index 0e9268ee8ad..d04f99726c3 100644
--- a/src/mame/drivers/taitowlf.cpp
+++ b/src/mame/drivers/taitowlf.cpp
@@ -25,9 +25,10 @@ clocks 50MHz (near 3DFX) and 14.31818MHz (near RAMDAC)
*/
+#include "emu.h"
+
#define ENABLE_VGA 0
-#include "emu.h"
#include "cpu/i386/i386.h"
#include "machine/lpci.h"
#include "machine/pcshare.h"
@@ -35,6 +36,7 @@ clocks 50MHz (near 3DFX) and 14.31818MHz (near RAMDAC)
#if ENABLE_VGA
#include "video/pc_vga.h"
#endif
+#include "screen.h"
class taitowlf_state : public pcat_base_state
{