MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / UpdateTimer2

Method UpdateTimer2

source/6522.cpp:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void 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

Callers 1

UpdateCyclesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected