Пример #1
0
 public void SetComponents(Gpu gpu, Timer timer, Keypad keypad)
 {
     this.gpu    = gpu;
     this.timer  = timer;
     this.keypad = keypad;
 }
Пример #2
0
 public Mobo ()
 {
     mmu = new Mmu ();
     cpu = new Cpu (mmu);
     gpu = new Gpu (mmu);
 }