Example #1
0
 public i8253(i8086CPU.InterruptFunc intFunc)
 {
     //_host_frequency = Stopwatch.Frequency;
     //Active = false;
     _timers = new i8253timer[TIMERS];
     _intFunc = intFunc;
     for( int ii=0; ii < TIMERS; ii++ )
     {
         _timers[ii] = new i8253timer();
     }
 }
Example #2
0
 public i8253(i8086CPU.InterruptFunc intFunc)
 {
     //_host_frequency = Stopwatch.Frequency;
     //Active = false;
     _timers  = new i8253timer[TIMERS];
     _intFunc = intFunc;
     for (int ii = 0; ii < TIMERS; ii++)
     {
         _timers[ii] = new i8253timer();
     }
 }