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

Method StartTimer1

source/6522.cpp:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63//---------------------------------------------------------------------------
64
65void SY6522::StartTimer1(void)
66{
67 m_timer1Active = true;
68}
69
70// The assumption was that timer1 was only active if IER.TIMER1=1
71// . Not true, since IFR can be polled (with IER.TIMER1=0)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected