summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/psychic5.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/psychic5.cpp')
-rw-r--r--src/mame/drivers/psychic5.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/psychic5.cpp b/src/mame/drivers/psychic5.cpp
index 0333e04e0a3..1c41e5ee726 100644
--- a/src/mame/drivers/psychic5.cpp
+++ b/src/mame/drivers/psychic5.cpp
@@ -330,10 +330,13 @@ Notes (23-Jan-2016 AS):
*/
#include "emu.h"
+#include "includes/psychic5.h"
+
#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
#include "sound/2203intf.h"
-#include "includes/psychic5.h"
+#include "screen.h"
+#include "speaker.h"
MACHINE_START_MEMBER(psychic5_state, psychic5)