summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zx.cpp')
-rw-r--r--src/mame/drivers/zx.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/zx.cpp b/src/mame/drivers/zx.cpp
index 3ef04292ed1..aa853f8c0f8 100644
--- a/src/mame/drivers/zx.cpp
+++ b/src/mame/drivers/zx.cpp
@@ -45,6 +45,9 @@
#include "emu.h"
#include "includes/zx.h"
+#include "speaker.h"
+
+
/* Memory Maps */
static ADDRESS_MAP_START( zx80_map, AS_PROGRAM, 8, zx_state )