summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m62.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m62.cpp')
-rw-r--r--src/mame/drivers/m62.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/drivers/m62.cpp b/src/mame/drivers/m62.cpp
index 25c0fce3020..a770110b9c0 100644
--- a/src/mame/drivers/m62.cpp
+++ b/src/mame/drivers/m62.cpp
@@ -70,9 +70,11 @@ other supported games as well.
**************************************************************************/
#include "emu.h"
-#include "cpu/z80/z80.h"
-#include "includes/iremipt.h"
#include "includes/m62.h"
+#include "includes/iremipt.h"
+
+#include "cpu/z80/z80.h"
+#include "screen.h"
/* Lode Runner 2 seems to have a simple protection on the bank switching */