summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/am79c90.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/am79c90.cpp')
-rw-r--r--src/devices/machine/am79c90.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/am79c90.cpp b/src/devices/machine/am79c90.cpp
index d7ce069ed42..08dc1695a98 100644
--- a/src/devices/machine/am79c90.cpp
+++ b/src/devices/machine/am79c90.cpp
@@ -88,7 +88,7 @@ void am7990_device_base::device_start()
m_dma_out_cb.resolve_safe();
m_transmit_poll = timer_alloc(*this, FUNC(am7990_device_base::transmit_poll));
- m_transmit_poll->adjust(TX_POLL_PERIOD, 0, TX_POLL_PERIOD);
+ m_transmit_poll->adjust_periodic(TX_POLL_PERIOD);
save_item(NAME(m_rap));
save_item(NAME(m_csr));