summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/msm5205.cpp
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2016-10-29 12:16:30 +0100
committer smf- <smf-@users.noreply.github.com>2016-10-29 12:17:16 +0100
commit705dde329e2f138bcfae02a7f97b931e03af888f (patch)
tree58339e0a3caac39505de2cd421ac49ee67114f1a /src/devices/sound/msm5205.cpp
parentbde830ac6326bdf247a2e3e4c5738ca46884b47c (diff)
removed msm5205 volume trampoline (nw)
Diffstat (limited to 'src/devices/sound/msm5205.cpp')
-rw-r--r--src/devices/sound/msm5205.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/sound/msm5205.cpp b/src/devices/sound/msm5205.cpp
index c61762ee3ca..ee1a8400558 100644
--- a/src/devices/sound/msm5205.cpp
+++ b/src/devices/sound/msm5205.cpp
@@ -290,11 +290,6 @@ void msm5205_device::playmode_w(int select)
}
-void msm5205_device::set_volume(int volume)
-{
- m_stream->set_output_gain(0,volume / 100.0);
-}
-
void msm5205_device::change_clock_w(int32_t clock)
{
attotime period;