Example #1
0
 public Z80(Z80Model model)
 {
     this.model = model;
     alu        = new Z80ALU(this);
     initParity();
 }
Example #2
0
File: Z80.cs Project: leon737/Z80VM
 public Z80(Z80Model model)
 {
     this.model = model;
     alu = new Z80ALU(this);
     initParity();
 }