home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 3 / CARTS3.iso / scala / config / sound.sca < prev    next >
Text File  |  1996-05-29  |  249b  |  13 lines

  1. !ScalaScript
  2. EVENT
  3.     CD.HWVol = FALSE;
  4.     Sample.Type = "NONE";
  5.     Sample.Addr = $220;
  6.     Sample.IRQ = 5;
  7.     Sample.DMA = 1;
  8.     Sample.Quality = "MEDIUM";
  9.     MIDI.Type = "NONE";
  10.     MIDI.Addr = $330;
  11.     MIDI.Patch = "NONE";
  12. END
  13.