diff options
Diffstat (limited to 'src/devices/bus/bml3/bml3bus.cpp')
-rw-r--r-- | src/devices/bus/bml3/bml3bus.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/bus/bml3/bml3bus.cpp b/src/devices/bus/bml3/bml3bus.cpp index 2eab8a3f008..8c564cc2bb8 100644 --- a/src/devices/bus/bml3/bml3bus.cpp +++ b/src/devices/bus/bml3/bml3bus.cpp @@ -121,10 +121,6 @@ bml3bus_device::bml3bus_device(const machine_config &mconfig, device_type type, void bml3bus_device::device_start() { - // resolve callbacks - m_out_nmi_cb.resolve_safe(); - m_out_irq_cb.resolve_safe(); - m_out_firq_cb.resolve_safe(); } //------------------------------------------------- |