summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74161.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74161.cpp')
-rw-r--r--src/devices/machine/74161.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/machine/74161.cpp b/src/devices/machine/74161.cpp
index 7bd4e720d20..888cf7f608c 100644
--- a/src/devices/machine/74161.cpp
+++ b/src/devices/machine/74161.cpp
@@ -65,9 +65,6 @@ void ttl7416x_device::device_start()
save_item(NAME(m_pclock));
save_item(NAME(m_p));
save_item(NAME(m_out));
-
- m_output_func.resolve_safe();
- m_tc_func.resolve_safe();
}
void ttl7416x_device::device_reset()