Пример #1
0
 public Cpu(Display display, RAM ram)
 {
     this.ram     = ram;
     this.display = display;
 }