Exemple #1
0
 public GBTimer(CPU cpu)
 {
     this.cpu = cpu;
     Reset();
 }
Exemple #2
0
 public GBKeys(CPU cpu)
 {
     this.cpu = cpu;
     Reset();
 }