summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/higemaru.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/higemaru.cpp')
-rw-r--r--src/mame/drivers/higemaru.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/higemaru.cpp b/src/mame/drivers/higemaru.cpp
index bf341cbb92e..bae44989a52 100644
--- a/src/mame/drivers/higemaru.cpp
+++ b/src/mame/drivers/higemaru.cpp
@@ -13,9 +13,12 @@ Use Player 1 joystick and button, then press START1 to go to next screen.
****************************************************************************/
#include "emu.h"
+#include "includes/higemaru.h"
+
#include "cpu/z80/z80.h"
#include "sound/ay8910.h"
-#include "includes/higemaru.h"
+#include "screen.h"
+#include "speaker.h"
TIMER_DEVICE_CALLBACK_MEMBER(higemaru_state::higemaru_scanline)