home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.4 / 1996-05_-_Disc_2.4.bin / tnnbass / drivers / aildrvr.lst next >
File List  |  1995-11-28  |  6KB  |  168 lines

  1. ;████████████████████████████████████████████████████████████████████████████
  2. ;██                                                                        ██
  3. ;██  Miles Design Audio Interface Library                                  ██
  4. ;██                                                                        ██
  5. ;██  Sound driver installation message file                                ██
  6. ;██                                                                        ██
  7. ;██  Default selection criteria/examples:                                  ██
  8. ;██                                                                        ██
  9. ;██    .E BLASTER ........ Environment var 'BLASTER' must be present       ██
  10. ;██    .C MVSOUND ........ CONFIG.SYS must contain 'MVSOUND' string        ██
  11. ;██    .A AWEUTIL ........ AUTOEXEC.BAT must contain 'AWEUTIL' string      ██
  12. ;██                                                                        ██
  13. ;██    .NE BLASTER ....... Environment var 'BLASTER' must NOT be present   ██
  14. ;██    .NC MVSOUND ....... CONFIG.SYS must NOT contain 'MVSOUND' string    ██
  15. ;██    .NA AWEUTIL ....... AUTOEXEC.BAT must NOT contain 'AWEUTIL' string  ██
  16. ;██    .ND  .............. Entry cannot be selected as default             ██
  17. ;██                                                                        ██
  18. ;██    .T1  .............. Optional BLASTER Tn, if present, must be 1|3    ██
  19. ;██    .T2  .............. Mandatory BLASTER Tn must be 2|4|5              ██
  20. ;██    .T3  .............. Mandatory BLASTER Tn must be >=6                ██
  21. ;██                                                                        ██
  22. ;██  I/O default derivation:                                               ██
  23. ;██                                                                        ██
  24. ;██    .IOB .............. Derive I/O defaults from BLASTER variable       ██
  25. ;██    .IOD .............. I/O defaults = first driver default entry       ██
  26. ;██    .ION .............. Do not allow manual I/O configuration at all    ██
  27. ;██                                                                        ██
  28. ;██    .IOA .............. Use I/O address only (must appear at end)       ██
  29. ;██    .IOL .............. Suppress high-DMA prompt (must appear at end)   ██
  30. ;██                                                                        ██
  31. ;████████████████████████████████████████████████████████████████████████████
  32.  
  33. [sblaster.dig]
  34.  
  35. ;
  36. ;Selected by default if BLASTER variable is of type T1 or T3 (or no T 
  37. ;specifier), and no other "clone" variable exists (ULTRASND, MVSOUND, etc.)
  38. ;
  39. ;Default I/O parms from BLASTER
  40. ;
  41.  
  42. .E BLASTER
  43. .T1
  44. .NE ULTRASND
  45. .NE SNDSCAPE
  46. .NC MVSOUND.SYS
  47. .IOB
  48. .IOL
  49.  
  50. .SPECIAL_TEXT
  51. Select this driver for use with your Sound Blaster, Sound Galaxy,
  52. Thunderboard, or Pro Audio Spectrum adapter.  Other sound cards which
  53. are not supported directly may also work with this driver, as long as 
  54. they provide hardware-based Sound Blaster compatibility without emulation
  55. drivers or TSRs.
  56. .END_SPECIAL_TEXT
  57.  
  58. ;████████████████████████████████████████████████████████████████████████████
  59.  
  60. [sbpro.dig]
  61.  
  62. ;
  63. ;Selected by default if BLASTER variable is of type T2, T4, or T5
  64. ;and no other "clone" variable exists
  65. ;
  66. ;Default I/O parms from BLASTER
  67. ;
  68.  
  69. .E BLASTER
  70. .T2
  71. .NE ULTRASND
  72. .NE SNDSCAPE
  73. .NC MVSOUND.SYS
  74. .IOB
  75. .IOL
  76.  
  77. .SPECIAL_TEXT
  78. This driver supports all versions of the Sound Blaster Pro and
  79. 100%%-compatible adapters.  Not recommended for use with the Sound 
  80. Blaster 16 or AWE32.
  81. .END_SPECIAL_TEXT
  82.  
  83. ;████████████████████████████████████████████████████████████████████████████
  84.  
  85. [sb16.dig]
  86.  
  87. ;
  88. ;Selected by default if BLASTER variable is of type T6
  89. ;
  90. ;Default I/O parms from BLASTER (I/O address only)
  91. ;
  92.  
  93. .E BLASTER
  94. .T3
  95. .NE ULTRASND
  96. .NE SNDSCAPE
  97. .NC MVSOUND.SYS
  98. .IOB
  99. .IOA
  100.  
  101. .SPECIAL_TEXT
  102. For high-quality digital audio with your Sound Blaster 16 or AWE32 
  103. adapter, select this driver.
  104. .END_SPECIAL_TEXT
  105.  
  106. ;████████████████████████████████████████████████████████████████████████████
  107.  
  108. [proaudio.dig]
  109.  
  110. ;
  111. ;Selected by default if CONFIG.SYS contains MVSOUND string
  112. ;
  113. ;No configuration allowed
  114. ;
  115.  
  116. .C MVSOUND.SYS
  117. .ION
  118.  
  119. .SPECIAL_TEXT
  120. Stereo digital audio with all versions of the Media Vision Pro Audio 
  121. Spectrum is available through the use of this driver.  If you experience
  122. problems, you should select the Sound Blaster-compatible driver instead.
  123. The Media Vision utility MVSOUND.SYS must be loaded into memory, or 
  124. your card will not be detected.
  125. .END_SPECIAL_TEXT
  126.  
  127. ;████████████████████████████████████████████████████████████████████████████
  128.  
  129. [ultra.dig]
  130.  
  131. ;
  132. ;Selected by default if environment contains ULTRASND variable
  133. ;
  134. ;Default I/O parms from driver
  135. ;
  136.  
  137. .E ULTRASND
  138. .IOD
  139.  
  140. .SPECIAL_TEXT
  141. When using this driver, ensure that no Gravis utilities such as SBOS, 
  142. UltraMID, or Mega-Em are active.  Your UltraSound system software 
  143. should be version 2.0 or later.
  144. .END_SPECIAL_TEXT
  145.  
  146. ;████████████████████████████████████████████████████████████████████████████
  147.  
  148. [sndscape.dig]
  149.  
  150. ;
  151. ;Selected by default if environment contains SNDSCAPE variable
  152. ;
  153. ;Default I/O parms from driver
  154. ;
  155.  
  156. .E SNDSCAPE
  157. .IOD
  158.  
  159. .NAME
  160. Ensoniq SoundScape(TM) Digital Audio
  161.  
  162. .SPECIAL_TEXT
  163. Select this driver if you have an Ensoniq SoundScape(TM) or compatible
  164. audio card.
  165. .END_SPECIAL_TEXT
  166.  
  167. ;████████████████████████████████████████████████████████████████████████████
  168.