summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/cpc_ssa1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/cpc_ssa1.cpp')
-rw-r--r--src/devices/bus/cpc/cpc_ssa1.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/devices/bus/cpc/cpc_ssa1.cpp b/src/devices/bus/cpc/cpc_ssa1.cpp
index ef21af1e384..af2627e03bb 100644
--- a/src/devices/bus/cpc/cpc_ssa1.cpp
+++ b/src/devices/bus/cpc/cpc_ssa1.cpp
@@ -10,14 +10,17 @@
#include "emu.h"
#include "cpc_ssa1.h"
+#include "speaker.h"
+
+
SLOT_INTERFACE_EXTERN(cpc_exp_cards);
//**************************************************************************
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type CPC_SSA1 = &device_creator<cpc_ssa1_device>;
-const device_type CPC_DKSPEECH = &device_creator<cpc_dkspeech_device>;
+const device_type CPC_SSA1 = device_creator<cpc_ssa1_device>;
+const device_type CPC_DKSPEECH = device_creator<cpc_dkspeech_device>;
//-------------------------------------------------
// device I/O handlers