summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/marineb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/marineb.cpp')
-rw-r--r--src/mame/drivers/marineb.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/marineb.cpp b/src/mame/drivers/marineb.cpp
index f04bccfe4df..55661a882c5 100644
--- a/src/mame/drivers/marineb.cpp
+++ b/src/mame/drivers/marineb.cpp
@@ -38,9 +38,12 @@ write
***************************************************************************/
#include "emu.h"
+#include "includes/marineb.h"
+
#include "cpu/z80/z80.h"
#include "sound/ay8910.h"
-#include "includes/marineb.h"
+#include "screen.h"
+#include "speaker.h"
#define MASTER_CLOCK (XTAL_12MHz)
#define CPU_CLOCK (MASTER_CLOCK/4)