| 63 | //--------------------------------------------------------------------------- |
| 64 | |
| 65 | void 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) |
no outgoing calls
no test coverage detected