summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/f3853.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/f3853.cpp')
-rw-r--r--src/devices/machine/f3853.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/machine/f3853.cpp b/src/devices/machine/f3853.cpp
index 7a23f5a04d0..7657a97bf36 100644
--- a/src/devices/machine/f3853.cpp
+++ b/src/devices/machine/f3853.cpp
@@ -47,6 +47,7 @@ f3853_device::f3853_device(const machine_config &mconfig, device_type type, cons
device_t(mconfig, type, tag, owner, clock),
m_int_req_callback(*this),
m_pri_out_callback(*this),
+ m_int_daisy_chain_callback(*this),
m_int_vector(0),
m_prescaler(31),
m_priority_line(false),
@@ -89,7 +90,7 @@ void f3853_device::device_resolve_objects()
{
m_int_req_callback.resolve_safe();
m_pri_out_callback.resolve_safe(); // TODO: not implemented
- m_int_daisy_chain_callback.bind_relative_to(*owner());
+ m_int_daisy_chain_callback.resolve();
}
void f3851_device::device_resolve_objects()