summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cchasm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cchasm.cpp')
-rw-r--r--src/mame/drivers/cchasm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/cchasm.cpp b/src/mame/drivers/cchasm.cpp
index c4124e0c902..2806c648439 100644
--- a/src/mame/drivers/cchasm.cpp
+++ b/src/mame/drivers/cchasm.cpp
@@ -16,6 +16,7 @@
#include "emu.h"
#include "includes/cchasm.h"
+
#include "cpu/z80/z80.h"
#include "cpu/z80/z80daisy.h"
#include "cpu/m68000/m68000.h"
@@ -24,6 +25,7 @@
#include "machine/watchdog.h"
#include "sound/ay8910.h"
#include "sound/volt_reg.h"
+#include "speaker.h"
#define CCHASM_68K_CLOCK (XTAL_8MHz)