Esempio n. 1
0
 public APU(Gameboy gameboy)
 {
     _gameboy = gameboy;
     Emitter  = _gameboy.ConstructEmitter();
     Reset();
 }