summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/espial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/espial.cpp')
-rw-r--r--src/mame/drivers/espial.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/drivers/espial.cpp b/src/mame/drivers/espial.cpp
index bb4a8abe7fb..8595c9d8b87 100644
--- a/src/mame/drivers/espial.cpp
+++ b/src/mame/drivers/espial.cpp
@@ -40,10 +40,12 @@ Stephh's notes (based on the games Z80 code and some tests) :
#include "emu.h"
#include "includes/espial.h"
+
#include "cpu/z80/z80.h"
#include "machine/watchdog.h"
#include "sound/ay8910.h"
-
+#include "screen.h"
+#include "speaker.h"