summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti8x/bitsocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti8x/bitsocket.cpp')
-rw-r--r--src/devices/bus/ti8x/bitsocket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ti8x/bitsocket.cpp b/src/devices/bus/ti8x/bitsocket.cpp
index 69ce649cefb..c16b66cd823 100644
--- a/src/devices/bus/ti8x/bitsocket.cpp
+++ b/src/devices/bus/ti8x/bitsocket.cpp
@@ -40,7 +40,7 @@ void bit_socket_device::device_start()
m_tip_in = m_ring_in = true;
- m_poll_timer->adjust(attotime::from_hz(200000), 0, attotime::from_hz(200000));
+ m_poll_timer->adjust_periodic(attotime::from_hz(200000));
}