summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/speakeasy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/speakeasy.cpp')
-rw-r--r--src/devices/bus/vic20/speakeasy.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/vic20/speakeasy.cpp b/src/devices/bus/vic20/speakeasy.cpp
index de443783f7d..102c18bae8f 100644
--- a/src/devices/bus/vic20/speakeasy.cpp
+++ b/src/devices/bus/vic20/speakeasy.cpp
@@ -10,6 +10,8 @@
#include "emu.h"
#include "speakeasy.h"
+#include "speaker.h"
+
//**************************************************************************
@@ -24,7 +26,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type VIC20_SPEAKEASY = &device_creator<vic20_speakeasy_t>;
+const device_type VIC20_SPEAKEASY = device_creator<vic20_speakeasy_t>;
//-------------------------------------------------