public SoundModule(NesApu apu) { this.apu = apu; }
public NesMachine() { Cpu = new NesCpu (this); Ppu = new NesPpu (this); Apu = new NesApu (this); }