summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74123.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74123.cpp')
-rw-r--r--src/devices/machine/74123.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/machine/74123.cpp b/src/devices/machine/74123.cpp
index fb238ee01a8..895d49a4a9e 100644
--- a/src/devices/machine/74123.cpp
+++ b/src/devices/machine/74123.cpp
@@ -47,8 +47,6 @@ ttl74123_device::ttl74123_device(const machine_config &mconfig, const char *tag,
void ttl74123_device::device_start()
{
- m_output_changed_cb.resolve_safe();
-
m_clear_timer = timer_alloc(FUNC(ttl74123_device::clear_callback), this);
m_output_timer = timer_alloc(FUNC(ttl74123_device::output_callback), this);