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

Method UpdateTimer1

source/6522.cpp:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226//-----------------------------------------------------------------------------
227
228void SY6522::UpdateTimer1(USHORT clocks)
229{
230 if (CheckTimerUnderflow(m_regs.TIMER1_COUNTER.w, m_timer1IrqDelay, clocks))
231 m_timer1IrqDelay = OnTimer1Underflow(m_regs.TIMER1_COUNTER.w);
232}
233
234void SY6522::UpdateTimer2(USHORT clocks)
235{

Callers 1

UpdateCyclesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected