summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/bfm_sc2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/bfm_sc2.cpp')
-rw-r--r--src/mame/drivers/bfm_sc2.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mame/drivers/bfm_sc2.cpp b/src/mame/drivers/bfm_sc2.cpp
index 28fc948f7fd..f684fb88430 100644
--- a/src/mame/drivers/bfm_sc2.cpp
+++ b/src/mame/drivers/bfm_sc2.cpp
@@ -142,6 +142,7 @@ Adder hardware:
***************************************************************************/
#include "emu.h"
+
#include "cpu/m6809/m6809.h"
#include "machine/nvram.h"
@@ -154,11 +155,14 @@ Adder hardware:
/* fruit machines only */
#include "video/awpvid.h"
-#include "machine/steppers.h" // stepper motor
+#include "video/bfm_dm01.h"
+#include "machine/steppers.h"
#include "machine/bfm_bd1.h" // vfd
#include "machine/meters.h"
+#include "speaker.h"
+
#include "sc2_vid.lh"
#include "gldncrwn.lh"
#include "paradice.lh"
@@ -169,8 +173,6 @@ Adder hardware:
#include "sltblgtk.lh"
#include "slots.lh"
-/* fruit machines only */
-#include "video/bfm_dm01.h"
#include "sc2_vfd.lh"
#include "sc2_dmd.lh"
#include "drwho.lh"