summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vip/vp595.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vip/vp595.cpp')
-rw-r--r--src/devices/bus/vip/vp595.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/bus/vip/vp595.cpp b/src/devices/bus/vip/vp595.cpp
index 535c533b1d5..2c99188c79f 100644
--- a/src/devices/bus/vip/vp595.cpp
+++ b/src/devices/bus/vip/vp595.cpp
@@ -9,6 +9,8 @@
#include "emu.h"
#include "vp595.h"
+#include "speaker.h"
+
//**************************************************************************
@@ -24,7 +26,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type VP595 = &device_creator<vp595_device>;
+const device_type VP595 = device_creator<vp595_device>;
//-------------------------------------------------