Beispiel #1
0
 public Z80(Z80Model model)
 {
     this.model = model;
     alu        = new Z80ALU(this);
     initParity();
 }
Beispiel #2
0
 public Z80(Z80Model model)
 {
     this.model = model;
     alu = new Z80ALU(this);
     initParity();
 }