summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dccons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dccons.cpp')
-rw-r--r--src/mame/drivers/dccons.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/mame/drivers/dccons.cpp b/src/mame/drivers/dccons.cpp
index cb96b4c7f88..a1e677aeaa1 100644
--- a/src/mame/drivers/dccons.cpp
+++ b/src/mame/drivers/dccons.cpp
@@ -261,17 +261,20 @@
*/
#include "emu.h"
+#include "includes/dccons.h"
+
#include "cpu/arm7/arm7.h"
-#include "cpu/sh4/sh4.h"
#include "cpu/arm7/arm7core.h"
-#include "sound/aica.h"
-#include "machine/aicartc.h"
-#include "includes/dc.h"
-#include "includes/dccons.h"
+#include "cpu/sh4/sh4.h"
#include "imagedev/chd_cd.h"
+#include "machine/aicartc.h"
#include "machine/dc-ctrl.h"
#include "machine/gdrom.h"
+#include "screen.h"
+#include "speaker.h"
+
+
#define CPU_CLOCK (200000000)
READ64_MEMBER(dc_cons_state::dcus_idle_skip_r )