summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/speedbal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/speedbal.cpp')
-rw-r--r--src/mame/drivers/speedbal.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/speedbal.cpp b/src/mame/drivers/speedbal.cpp
index a4777576d2b..6617a853e1a 100644
--- a/src/mame/drivers/speedbal.cpp
+++ b/src/mame/drivers/speedbal.cpp
@@ -30,9 +30,13 @@ Interrupt frequency on audio CPU is not a periodical signal, but there are a lot
***************************************************************************/
#include "emu.h"
+#include "includes/speedbal.h"
+
#include "cpu/z80/z80.h"
#include "sound/3812intf.h"
-#include "includes/speedbal.h"
+#include "screen.h"
+#include "speaker.h"
+
#include "speedbal.lh"