Пример #1
0
 public VM_BIOS(VM_CPU cpu, VM_Memory memory, VM_Screen screen)
 {
     this.cpu = cpu;
     this.memory = memory;
     this.screen = screen;
 }
Пример #2
0
 public VM_BIOS(VM_CPU cpu, VM_Memory memory, VM_Screen screen)
 {
     this.cpu    = cpu;
     this.memory = memory;
     this.screen = screen;
 }