Пример #1
0
 public override void Dispose()
 {
     if (ayPlayer != null)
     {
         ayPlayer.Dispose();
         ayPlayer = null;
     }
 }
Пример #2
0
 public SpeccyBasicProgram()
 {
     currentFont = FontA;
     AutoClear   = false;
     FPS         = 60;
     beeper      = new SpeccyBeeper();
     ayPlayer    = new SpeccyMIDI();
 }