summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k054539.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k054539.cpp')
-rw-r--r--src/devices/sound/k054539.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/sound/k054539.cpp b/src/devices/sound/k054539.cpp
index 17dd9c97501..b824650544d 100644
--- a/src/devices/sound/k054539.cpp
+++ b/src/devices/sound/k054539.cpp
@@ -32,6 +32,7 @@ k054539_device::k054539_device(const machine_config &mconfig, const char *tag, d
, m_timer(nullptr)
, m_timer_state(0)
, m_timer_handler(*this)
+ , m_apan_cb(*this)
{
}
@@ -503,7 +504,7 @@ void k054539_device::device_start()
// resolve / bind callbacks
m_timer_handler.resolve_safe();
- m_apan_cb.bind_relative_to(*owner());
+ m_apan_cb.resolve();
for (auto & elem : gain)
elem = 1.0;