summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/docastle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/docastle.cpp')
-rw-r--r--src/mame/drivers/docastle.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/docastle.cpp b/src/mame/drivers/docastle.cpp
index 55d63c40872..b68e02187d2 100644
--- a/src/mame/drivers/docastle.cpp
+++ b/src/mame/drivers/docastle.cpp
@@ -156,10 +156,13 @@ Dip locations verified with manual for docastle, dorunrun and dowild.
***************************************************************************/
#include "emu.h"
+#include "includes/docastle.h"
+
#include "cpu/z80/z80.h"
#include "machine/watchdog.h"
#include "sound/sn76496.h"
-#include "includes/docastle.h"
+#include "screen.h"
+#include "speaker.h"