summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/stvcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/stvcd.h')
-rw-r--r--src/devices/machine/stvcd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/machine/stvcd.h b/src/devices/machine/stvcd.h
index 6931edec867..12e932ee01c 100644
--- a/src/devices/machine/stvcd.h
+++ b/src/devices/machine/stvcd.h
@@ -11,7 +11,7 @@
#include "machine/timer.h"
#include "sound/cdda.h"
-class stvcd_device : public device_t
+class stvcd_device : public device_t, public device_mixer_interface
{
static constexpr unsigned MAX_FILTERS = 24;
static constexpr unsigned MAX_BLOCKS = 200;
@@ -23,8 +23,6 @@ public:
DECLARE_READ32_MEMBER(stvcd_r);
DECLARE_WRITE32_MEMBER(stvcd_w);
- DECLARE_READ16_MEMBER(channel_volume_r);
-
void set_tray_open();
void set_tray_close();