summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/z88/z88.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/z88/z88.cpp')
-rw-r--r--src/devices/bus/z88/z88.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/bus/z88/z88.cpp b/src/devices/bus/z88/z88.cpp
index f7c38114f83..fe77274a8ed 100644
--- a/src/devices/bus/z88/z88.cpp
+++ b/src/devices/bus/z88/z88.cpp
@@ -73,9 +73,6 @@ void z88cart_slot_device::device_start()
{
m_cart = get_card_device();
- // resolve callbacks
- m_out_flp_cb.resolve_safe();
-
m_flp_timer = timer_alloc(FUNC(z88cart_slot_device::close_flap), this);
m_flp_timer->reset();
}