Ejemplo n.º 1
0
 public SOUNDCNT_H(APU apu, ARM7TDMI.cTimer Timer0, ARM7TDMI.cTimer Timer1)
 {
     this.apu       = apu;
     this.Timers[0] = Timer0;
     this.Timers[1] = Timer1;
 }
Ejemplo n.º 2
0
 public cTMCNT_H(ARM7TDMI.cTimer Master, cTMCNT_L Data) : base()
 {
     this.Data   = Data;
     this.Master = Master;
 }