summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/comquest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/comquest.cpp')
-rw-r--r--src/mame/drivers/comquest.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/comquest.cpp b/src/mame/drivers/comquest.cpp
index 34982b777cb..4c9d82e83fc 100644
--- a/src/mame/drivers/comquest.cpp
+++ b/src/mame/drivers/comquest.cpp
@@ -42,9 +42,12 @@ icq3250a-d
*/
#include "emu.h"
-#include "cpu/m6805/m6805.h"
#include "includes/comquest.h"
+#include "cpu/m6805/m6805.h"
+#include "screen.h"
+
+
#ifdef UNUSED_FUNCTION
READ8_MEMBER(comquest_state::comquest_read)
{