예제 #1
0
파일: VM_BIOS.cs 프로젝트: Locked-Cat/VM
 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;
 }