summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/bq4847.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/bq4847.cpp')
-rw-r--r--src/devices/machine/bq4847.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/machine/bq4847.cpp b/src/devices/machine/bq4847.cpp
index ba5dfc3b8f8..af4cbf0c7a9 100644
--- a/src/devices/machine/bq4847.cpp
+++ b/src/devices/machine/bq4847.cpp
@@ -454,10 +454,6 @@ void bq4847_device::device_start()
m_periodic_timer = timer_alloc(FUNC(bq4847_device::periodic_callback), this);
m_watchdog_timer = timer_alloc(FUNC(bq4847_device::watchdog_callback), this);
- m_int_handler.resolve_safe();
- m_wdo_handler.resolve_safe();
- m_rst_handler.resolve_safe();
-
m_wdo_handler(m_wdo_state);
m_int_handler(m_int_state);
m_rst_handler(m_rst_state);