summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/hcastle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/hcastle.cpp')
-rw-r--r--src/mame/drivers/hcastle.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mame/drivers/hcastle.cpp b/src/mame/drivers/hcastle.cpp
index 9f69f78f072..7125a710ba2 100644
--- a/src/mame/drivers/hcastle.cpp
+++ b/src/mame/drivers/hcastle.cpp
@@ -9,14 +9,18 @@
***************************************************************************/
#include "emu.h"
+#include "includes/hcastle.h"
+#include "includes/konamipt.h"
+
#include "cpu/m6809/konami.h"
#include "cpu/z80/z80.h"
#include "machine/gen_latch.h"
#include "machine/watchdog.h"
#include "sound/3812intf.h"
#include "sound/k051649.h"
-#include "includes/konamipt.h"
-#include "includes/hcastle.h"
+
+#include "screen.h"
+#include "speaker.h"
WRITE8_MEMBER(hcastle_state::hcastle_bankswitch_w)