| 232 | } |
| 233 | |
| 234 | void SY6522::UpdateTimer2(USHORT clocks) |
| 235 | { |
| 236 | // No TIMER2 latch so "after timing out, the counter will continue to decrement" |
| 237 | CheckTimerUnderflow(m_regs.TIMER2_COUNTER.w, m_timer2IrqDelay, clocks); |
| 238 | } |
| 239 | |
| 240 | //----------------------------------------------------------------------------- |
| 241 |