summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/g627.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/g627.cpp')
-rw-r--r--src/mame/drivers/g627.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/g627.cpp b/src/mame/drivers/g627.cpp
index 27ae304b3b9..66c0919f050 100644
--- a/src/mame/drivers/g627.cpp
+++ b/src/mame/drivers/g627.cpp
@@ -40,10 +40,13 @@ ToDo:
#include "emu.h"
-#include "machine/genpin.h"
#include "cpu/z80/z80.h"
+#include "machine/genpin.h"
#include "machine/i8155.h"
#include "sound/astrocde.h"
+#include "screen.h"
+#include "speaker.h"
+
#include "g627.lh"