summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dcon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dcon.cpp')
-rw-r--r--src/mame/drivers/dcon.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mame/drivers/dcon.cpp b/src/mame/drivers/dcon.cpp
index 9a9aca38a4f..7bed52872e1 100644
--- a/src/mame/drivers/dcon.cpp
+++ b/src/mame/drivers/dcon.cpp
@@ -15,14 +15,17 @@
***************************************************************************/
#include "emu.h"
+#include "includes/dcon.h"
+
#include "cpu/m68000/m68000.h"
#include "cpu/z80/z80.h"
#include "sound/3812intf.h"
#include "sound/ym2151.h"
#include "sound/okim6295.h"
#include "audio/seibu.h"
-#include "includes/dcon.h"
#include "video/seibu_crtc.h"
+#include "screen.h"
+#include "speaker.h"
/***************************************************************************/