summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coolridr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/coolridr.cpp')
-rw-r--r--src/mame/drivers/coolridr.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/drivers/coolridr.cpp b/src/mame/drivers/coolridr.cpp
index 5e841a16011..3b4a1d70199 100644
--- a/src/mame/drivers/coolridr.cpp
+++ b/src/mame/drivers/coolridr.cpp
@@ -282,13 +282,17 @@ to the same bank as defined through A20.
#include "emu.h"
-#include "cpu/sh2/sh2.h"
#include "cpu/m68000/m68000.h"
-#include "sound/scsp.h"
+#include "cpu/sh2/sh2.h"
#include "machine/nvram.h"
+#include "sound/scsp.h"
#include "rendlay.h"
+#include "screen.h"
+#include "speaker.h"
+
#include "aquastge.lh"
+
#define CLIPMAXX_FULL (496-1)
#define CLIPMAXY_FULL (384-1)
#define CLIPMINX_FULL (0)