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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/machine/stvcd.h b/src/devices/machine/stvcd.h
index a20985fd394..6931edec867 100644
--- a/src/devices/machine/stvcd.h
+++ b/src/devices/machine/stvcd.h
@@ -20,8 +20,10 @@ class stvcd_device : public device_t
public:
stvcd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
- DECLARE_READ32_MEMBER( stvcd_r );
- DECLARE_WRITE32_MEMBER( stvcd_w );
+ DECLARE_READ32_MEMBER(stvcd_r);
+ DECLARE_WRITE32_MEMBER(stvcd_w);
+
+ DECLARE_READ16_MEMBER(channel_volume_r);
void set_tray_open();
void set_tray_close();