diff options
Diffstat (limited to 'src/devices/bus/ti8x')
-rw-r--r-- | src/devices/bus/ti8x/ti8x.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/bus/ti8x/ti8x.cpp b/src/devices/bus/ti8x/ti8x.cpp index ecc0f58e031..4c89147d996 100644 --- a/src/devices/bus/ti8x/ti8x.cpp +++ b/src/devices/bus/ti8x/ti8x.cpp @@ -72,9 +72,6 @@ void ti8x_link_port_device::ring_w(int state) void ti8x_link_port_device::device_start() { - m_tip_handler.resolve_safe(); - m_ring_handler.resolve_safe(); - save_item(NAME(m_tip_in)); save_item(NAME(m_tip_out)); save_item(NAME(m_ring_in)); |