summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/tdc1008.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/tdc1008.cpp')
-rw-r--r--src/devices/machine/tdc1008.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/machine/tdc1008.cpp b/src/devices/machine/tdc1008.cpp
index e3a814ec5e5..598c30a24e3 100644
--- a/src/devices/machine/tdc1008.cpp
+++ b/src/devices/machine/tdc1008.cpp
@@ -75,11 +75,6 @@ void tdc1008_device::device_start()
save_item(NAME(m_x.u));
save_item(NAME(m_y.u));
save_item(NAME(m_p_out.u));
-
- m_xtp.resolve_safe();
- m_msp.resolve_safe();
- m_lsp.resolve_safe();
- m_p.resolve_safe();
}
void tdc1008_device::device_reset()