summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funkyjet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/funkyjet.cpp')
-rw-r--r--src/mame/drivers/funkyjet.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/funkyjet.cpp b/src/mame/drivers/funkyjet.cpp
index f49468be8e1..d3e6b4476ae 100644
--- a/src/mame/drivers/funkyjet.cpp
+++ b/src/mame/drivers/funkyjet.cpp
@@ -90,13 +90,16 @@ Notes:
***************************************************************************/
#include "emu.h"
+#include "includes/funkyjet.h"
+
#include "cpu/m68000/m68000.h"
#include "cpu/h6280/h6280.h"
#include "machine/decocrpt.h"
#include "machine/gen_latch.h"
-#include "includes/funkyjet.h"
#include "sound/ym2151.h"
#include "sound/okim6295.h"
+#include "screen.h"
+#include "speaker.h"
/******************************************************************************/