diff options
Diffstat (limited to 'src/devices/bus/hp9845_io/98035.cpp')
| -rw-r--r-- | src/devices/bus/hp9845_io/98035.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/devices/bus/hp9845_io/98035.cpp b/src/devices/bus/hp9845_io/98035.cpp index ec6082a0f1f..a0bf5548b2f 100644 --- a/src/devices/bus/hp9845_io/98035.cpp +++ b/src/devices/bus/hp9845_io/98035.cpp @@ -198,11 +198,9 @@ void hp98035_io_card_device::device_reset() sts_w(true); set_flg(true); - attotime period(attotime::from_msec(1)); - m_msec_timer->adjust(period , 0 , period); + m_msec_timer->adjust_periodic(attotime::from_msec(1)); - period = attotime::from_hz(DIGIT_MUX_FREQ); - m_clock_timer->adjust(period , 0 , period); + m_clock_timer->adjust_periodic(attotime::from_hz(DIGIT_MUX_FREQ)); half_init(); } |
