summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/blockhl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/blockhl.cpp')
-rw-r--r--src/mame/drivers/blockhl.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mame/drivers/blockhl.cpp b/src/mame/drivers/blockhl.cpp
index f1a77468574..7c460f1238d 100644
--- a/src/mame/drivers/blockhl.cpp
+++ b/src/mame/drivers/blockhl.cpp
@@ -18,15 +18,18 @@
*******************************************************************************/
#include "emu.h"
+#include "includes/konamipt.h"
+
#include "cpu/m6809/konami.h"
#include "cpu/z80/z80.h"
#include "machine/bankdev.h"
#include "machine/gen_latch.h"
#include "machine/watchdog.h"
+#include "sound/ym2151.h"
#include "video/k052109.h"
#include "video/k051960.h"
-#include "sound/ym2151.h"
-#include "includes/konamipt.h"
+
+#include "speaker.h"
//**************************************************************************