summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/amdrum.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/amdrum.cpp')
-rw-r--r--src/devices/bus/cpc/amdrum.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/amdrum.cpp b/src/devices/bus/cpc/amdrum.cpp
index 18eea564be0..8cc82aea1cb 100644
--- a/src/devices/bus/cpc/amdrum.cpp
+++ b/src/devices/bus/cpc/amdrum.cpp
@@ -8,14 +8,16 @@
#include "emu.h"
#include "amdrum.h"
+
#include "sound/volt_reg.h"
+#include "speaker.h"
//**************************************************************************
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type CPC_AMDRUM = &device_creator<cpc_amdrum_device>;
+const device_type CPC_AMDRUM = device_creator<cpc_amdrum_device>;
static MACHINE_CONFIG_FRAGMENT( cpc_amdrum )