예제 #1
0
 void proc_a()
 {
     if (int_delayed)
     {
         int_delayed = false;
         idr        |= 0x80;
     }
     if (postTimerBEvent)
     {
         postTimerBEvent = false;
         b.state        |= CiaTimer.TIMER_STEP;
     }
     a.clock();
 }
예제 #2
0
 void proc_b()
 {
     b.clock();
 }