Esempio n. 1
0
 public override void HardReset()
 {
     base.HardReset();
     base.Switch08KPRG(prg_08K_rom_mask, 0xE000, true);
     pulse1 = new VRC6PulseSoundChannel();
     pulse2 = new VRC6PulseSoundChannel();
     sawtooth = new VRC6SawtoothSoundChannel();
 }
Esempio n. 2
0
 public override void HardReset()
 {
     base.HardReset();
     base.Switch08KPRG(prg_08K_rom_mask, 0xE000, true);
     pulse1   = new VRC6PulseSoundChannel();
     pulse2   = new VRC6PulseSoundChannel();
     sawtooth = new VRC6SawtoothSoundChannel();
 }