Exemplo n.º 1
0
 public GBTimer(CPU cpu)
 {
     this.cpu = cpu;
     Reset();
 }
Exemplo n.º 2
0
 public GBKeys(CPU cpu)
 {
     this.cpu = cpu;
     Reset();
 }