diff options
Diffstat (limited to 'src/devices/bus/pet/c2n.cpp')
| -rw-r--r-- | src/devices/bus/pet/c2n.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pet/c2n.cpp b/src/devices/bus/pet/c2n.cpp index 88f33f03f46..dd053e8b91b 100644 --- a/src/devices/bus/pet/c2n.cpp +++ b/src/devices/bus/pet/c2n.cpp @@ -85,7 +85,7 @@ void c2n_device::device_start() { // allocate timers m_read_timer = timer_alloc(); - m_read_timer->adjust(attotime::from_hz(44100), 0, attotime::from_hz(44100)); + m_read_timer->adjust_periodic(attotime::from_hz(44100)); } |
