summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gaelco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gaelco.cpp')
-rw-r--r--src/mame/drivers/gaelco.cpp9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mame/drivers/gaelco.cpp b/src/mame/drivers/gaelco.cpp
index d339a03b0d5..d073b99ef58 100644
--- a/src/mame/drivers/gaelco.cpp
+++ b/src/mame/drivers/gaelco.cpp
@@ -19,12 +19,17 @@ Year Game PCB NOTES
***************************************************************************/
#include "emu.h"
+#include "includes/gaelco.h"
+
+#include "includes/gaelcrpt.h"
+
#include "cpu/m6809/m6809.h"
#include "cpu/m68000/m68000.h"
#include "sound/okim6295.h"
#include "sound/3812intf.h"
-#include "includes/gaelcrpt.h"
-#include "includes/gaelco.h"
+
+#include "screen.h"
+#include "speaker.h"
/*************************************