summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gcpinbal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gcpinbal.cpp')
-rw-r--r--src/mame/drivers/gcpinbal.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/gcpinbal.cpp b/src/mame/drivers/gcpinbal.cpp
index 52dc6740326..ffda8f064cc 100644
--- a/src/mame/drivers/gcpinbal.cpp
+++ b/src/mame/drivers/gcpinbal.cpp
@@ -82,10 +82,13 @@ NOTE: Mask roms from Power Flipper Pinball Shooting have not been dumped, but as
***************************************************************************/
#include "emu.h"
+#include "includes/gcpinbal.h"
+
#include "cpu/m68000/m68000.h"
#include "sound/okim6295.h"
#include "sound/msm5205.h"
-#include "includes/gcpinbal.h"
+#include "screen.h"
+#include "speaker.h"