summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/74381.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/74381.cpp')
-rw-r--r--src/devices/machine/74381.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/machine/74381.cpp b/src/devices/machine/74381.cpp
index 65514a414e3..1ce19a17121 100644
--- a/src/devices/machine/74381.cpp
+++ b/src/devices/machine/74381.cpp
@@ -42,10 +42,6 @@ void sn74s381_device::device_start()
save_item(NAME(m_f));
save_item(NAME(m_p));
save_item(NAME(m_g));
-
- m_f_out.resolve_safe();
- m_p_out.resolve_safe();
- m_g_out.resolve_safe();
}
void sn74s381_device::device_reset()