summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/stvcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/stvcd.cpp')
-rw-r--r--src/devices/machine/stvcd.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/machine/stvcd.cpp b/src/devices/machine/stvcd.cpp
index dda6c3db574..3535f2aa135 100644
--- a/src/devices/machine/stvcd.cpp
+++ b/src/devices/machine/stvcd.cpp
@@ -94,6 +94,11 @@ void stvcd_device::device_start()
{
}
+READ16_MEMBER(stvcd_device::channel_volume_r)
+{
+ return m_cdda->get_channel_volume(offset);
+}
+
int stvcd_device::get_timing_command(void)
{
/* TODO: calculate timings based off command params */