summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfcobra.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bfcobra.cpp')
-rw-r--r--src/mame/drivers/bfcobra.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/mame/drivers/bfcobra.cpp b/src/mame/drivers/bfcobra.cpp
index d50d32661a5..ccbefc4235f 100644
--- a/src/mame/drivers/bfcobra.cpp
+++ b/src/mame/drivers/bfcobra.cpp
@@ -102,6 +102,9 @@
******************************************************************************/
#include "emu.h"
+
+#include "video/bfm_dm01.h"
+
#include "cpu/m6809/m6809.h"
#include "cpu/z80/z80.h"
#include "cpu/z180/z180.h"
@@ -113,11 +116,12 @@
#include "sound/ay8910.h"
#include "sound/upd7759.h"
#include "sound/ym2413.h"
-#include "video/bfm_dm01.h"
#include "video/ramdac.h"
+
#include "emupal.h"
#include "screen.h"
#include "speaker.h"
+
#include "brkball.lh"