summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/battlex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/battlex.cpp')
-rw-r--r--src/mame/drivers/battlex.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/battlex.cpp b/src/mame/drivers/battlex.cpp
index 48f450da13b..641682a25c5 100644
--- a/src/mame/drivers/battlex.cpp
+++ b/src/mame/drivers/battlex.cpp
@@ -45,9 +45,12 @@
#include "emu.h"
+#include "includes/battlex.h"
+
#include "cpu/z80/z80.h"
#include "sound/ay8910.h"
-#include "includes/battlex.h"
+#include "screen.h"
+#include "speaker.h"
INTERRUPT_GEN_MEMBER(battlex_state::battlex_interrupt)