示例#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;
 }