diff options
Diffstat (limited to 'src/devices/machine/icm7170.cpp')
-rw-r--r-- | src/devices/machine/icm7170.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/icm7170.cpp b/src/devices/machine/icm7170.cpp index 3abcf04ea38..1dbe8837446 100644 --- a/src/devices/machine/icm7170.cpp +++ b/src/devices/machine/icm7170.cpp @@ -83,9 +83,6 @@ icm7170_device::icm7170_device(const machine_config &mconfig, const char *tag, d void icm7170_device::device_start() { - // resolve callbacks - m_out_irq_cb.resolve_safe(); - m_timer = timer_alloc(FUNC(icm7170_device::clock_tick), this); // TODO: frequency should be based on input clock and divisor |