home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 2.3 / 1996-04_-_Disc_2.3.bin / war2 / drivers / aildrvr.lst < prev    next >
File List  |  1996-01-17  |  17KB  |  685 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. .SNAME
  51. Sound Blaster
  52.  
  53. .SPECIAL_TEXT
  54. Select this driver for use with your Sound Blaster, Sound Galaxy,
  55. Thunderboard, or Pro Audio Spectrum adapter.  Other sound cards which
  56. are not supported directly may also work with this driver, as long as 
  57. they provide hardware-based Sound Blaster compatibility without emulation
  58. drivers or TSRs.
  59. .END_SPECIAL_TEXT
  60.  
  61. ;████████████████████████████████████████████████████████████████████████████
  62.  
  63. [sbpro.dig]
  64.  
  65. ;
  66. ;Selected by default if BLASTER variable is of type T2, T4, or T5
  67. ;and no other "clone" variable exists
  68. ;
  69. ;Default I/O parms from BLASTER
  70. ;
  71.  
  72. .E BLASTER
  73. .T2
  74. .NE ULTRASND
  75. .NE SNDSCAPE
  76. .NC MVSOUND.SYS
  77. .IOB
  78. .IOL
  79.  
  80. .SNAME
  81. Sound Blaster Pro
  82.  
  83. .SPECIAL_TEXT
  84. This driver supports all versions of the Sound Blaster Pro and
  85. 100%%-compatible adapters.  Not recommended for use with the Sound 
  86. Blaster 16 or AWE32.
  87. .END_SPECIAL_TEXT
  88.  
  89. ;████████████████████████████████████████████████████████████████████████████
  90.  
  91. [sb16.dig]
  92.  
  93. ;
  94. ;Selected by default if BLASTER variable is of type T6
  95. ;
  96. ;Default I/O parms from BLASTER (I/O address only)
  97. ;
  98.  
  99. .E BLASTER
  100. .T3
  101. .NE ULTRASND
  102. .NE SNDSCAPE
  103. .NC MVSOUND.SYS
  104. .IOB
  105. .IOA
  106.  
  107. .SNAME
  108. Sound Blaster 16/AWE32
  109.  
  110. .SPECIAL_TEXT
  111. For high-quality digital audio with your Sound Blaster 16 or AWE32 
  112. adapter, select this driver.
  113. .END_SPECIAL_TEXT
  114.  
  115. ;████████████████████████████████████████████████████████████████████████████
  116.  
  117. [rap10.dig]
  118.  
  119. ;
  120. ;Never selected by default
  121. ;
  122. ;Default I/O parms from driver
  123. ;
  124.  
  125. .ND
  126. .IOD
  127.  
  128. .HIGH_DMA_PAIRS
  129.  
  130. .SNAME
  131. Roland RAP-10
  132.  
  133. .SPECIAL_TEXT
  134. WARNING: During auto-detection of the Roland RAP-10 card, the driver
  135. verifies that the RAP-10 is present at an I/O address of 320H or 330H.  
  136. It will NOT verify the card's DMA channel or IRQ settings.  If your 
  137. RAP-10 card is not configured for IRQ 9, or if DMA channels 5 and 6 
  138. are already in use by another card on your system, you MUST select 
  139. the "Skip auto-detection and configure driver manually" option at 
  140. the next menu, and enter the correct I/O settings for your card.  
  141. Otherwise, your system may lock up, or you may experience a rapid 
  142. 'chatter' effect during sound playback.
  143. .END_SPECIAL_TEXT
  144.  
  145. ;████████████████████████████████████████████████████████████████████████████
  146.  
  147. [proaudio.dig]
  148.  
  149. ;
  150. ;Selected by default if CONFIG.SYS contains MVSOUND string
  151. ;
  152. ;No configuration allowed
  153. ;
  154.  
  155. .C MVSOUND.SYS
  156. .ION
  157.  
  158. .SNAME
  159. Pro Audio Spectrum
  160.  
  161. .SPECIAL_TEXT
  162. Stereo digital audio with all versions of the Media Vision Pro Audio
  163. Spectrum is available through the use of this driver.  If you experience
  164. problems, you should select the Sound Blaster-compatible driver instead.
  165. The Media Vision utility MVSOUND.SYS must be loaded into memory, or
  166. your card will not be detected.
  167. .END_SPECIAL_TEXT
  168.  
  169. ;████████████████████████████████████████████████████████████████████████████
  170.  
  171. [ultra.dig]
  172.  
  173. ;
  174. ;Selected by default if environment contains ULTRASND variable
  175. ;
  176. ;Default I/O parms from driver
  177. ;
  178.  
  179. .E ULTRASND
  180. .IOD
  181.  
  182. .SNAME
  183. Gravis UltraSound
  184.  
  185. .SPECIAL_TEXT
  186. When using this driver, ensure that no Gravis utilities such as SBOS,
  187. UltraMID, or Mega-Em are active.  Your UltraSound system software
  188. should be version 2.0 or later.
  189. .END_SPECIAL_TEXT
  190.  
  191. ;████████████████████████████████████████████████████████████████████████████
  192.  
  193. [jammer.dig]
  194.  
  195. ;
  196. ;Never selected by default
  197. ;
  198. ;Default I/O parms from driver
  199. ;
  200.  
  201. .ND
  202. .IOD
  203.  
  204. .NAME
  205. New Media Corporation WaveJammer Digital Audio
  206.  
  207. .SNAME
  208. New Media WaveJammer
  209.  
  210. .SPECIAL_TEXT
  211. The WaveJammer card from New Media Corporation provides high-quality   
  212. portable audio for PCMCIA-based computers.  Select the Ad Lib(R) Music
  213. Synthesizer Card driver for FM music performance with the WaveJammer.
  214. .END_SPECIAL_TEXT
  215.  
  216. ;████████████████████████████████████████████████████████████████████████████
  217.  
  218. [sndscape.dig]
  219.  
  220. ;
  221. ;Selected by default if environment contains SNDSCAPE variable
  222. ;
  223. ;Default I/O parms from driver
  224. ;
  225.  
  226. .E SNDSCAPE
  227. .IOD
  228.  
  229. .NAME
  230. Ensoniq SoundScape Digital Audio
  231.  
  232. .SNAME
  233. Ensoniq SoundScape
  234.  
  235. .SPECIAL_TEXT
  236. Select this driver if you have an Ensoniq SoundScape(TM) or compatible
  237. audio card.
  238. .END_SPECIAL_TEXT
  239.  
  240. ;████████████████████████████████████████████████████████████████████████████
  241.  
  242. [sndsys.dig]
  243.  
  244. ;
  245. ;Never selected by default
  246. ;
  247. ;Default I/O parms from driver
  248. ;
  249.  
  250. .ND
  251. .IOD
  252.  
  253. .NAME
  254. MS Windows Sound System or 100% compatible
  255.  
  256. .SNAME
  257. Microsoft Sound System
  258.  
  259. .SPECIAL_TEXT
  260. Select this driver if your card is compatible with the Microsoft Windows
  261. Sound System.
  262.  
  263. If DMA channel 1 is not available for use by the Windows Sound System 
  264. board, you will need to use the "Skip auto-detection and configure driver 
  265. manually" option to select another DMA channel.  If you are running 
  266. Windows 95 or another Plug-n-Play system, you may need to check with the 
  267. Device Manager to see what I/O address your Windows Sound System card is 
  268. using.
  269. .END_SPECIAL_TEXT
  270.  
  271. ;████████████████████████████████████████████████████████████████████████████
  272.  
  273. [adrv688.dig]
  274.  
  275. ;
  276. ;Never selected by default
  277. ;
  278. ;Default I/O parms from driver
  279. ;
  280.  
  281. .ND
  282. .IOD
  283.  
  284. .NAME
  285. ESS Technology ES688 Digital Audio
  286.  
  287. .SNAME
  288. ESS Technology ES688
  289.  
  290. .SPECIAL_TEXT
  291. This driver supports systems equipped with ESS Technology's ES688 
  292. chipset.
  293. .END_SPECIAL_TEXT
  294.  
  295. ;████████████████████████████████████████████████████████████████████████████
  296.  
  297. [mpu401.mdi]
  298.  
  299. ;
  300. ;Never selected by default
  301. ;
  302. ;Default I/O parms from driver
  303. ;
  304.  
  305. .ND
  306. .IOD
  307.  
  308. .SNAME
  309. General MIDI
  310.  
  311. .SPECIAL_TEXT
  312. Most General MIDI synthesizers support the Roland MPU-401 MIDI hardware
  313. interface standard.  These include the Roland Sound Canvas, RAP-10, 
  314. and compatibles, as well as add-on daughterboards for the Sound Blaster
  315. 16 family.  MPU-401 devices generally offer the highest level of     
  316. performance and sound quality available, but users of Adaptec SCSI  
  317. controllers may wish to select the "Skip auto-detection and configure 
  318. driver manually" option at the next menu to reduce the likelihood of 
  319. MPU-401 detection problems.  If you have a Creative Labs AWE-32, you 
  320. should select "Creative Labs AWE-32(TM) General MIDI" instead.
  321. .END_SPECIAL_TEXT
  322.  
  323. ;████████████████████████████████████████████████████████████████████████████
  324.  
  325. [sndscape.mdi]
  326.  
  327. ;
  328. ;Selected by default if environment contains SNDSCAPE variable
  329. ;
  330. ;Default I/O parms from driver
  331. ;
  332.  
  333. .E SNDSCAPE
  334. .IOD
  335.  
  336. .NAME
  337. Ensoniq SoundScape General MIDI
  338.  
  339. .SNAME
  340. Ensoniq SoundScape
  341.  
  342. .SPECIAL_TEXT
  343. Select this driver if you have an Ensoniq SoundScape(TM) or compatible
  344. audio card.
  345. .END_SPECIAL_TEXT
  346.  
  347. ;████████████████████████████████████████████████████████████████████████████
  348.  
  349. [ultra.mdi]
  350.  
  351. ;
  352. ;Selected by default if environment contains ULTRASND variable
  353. ;
  354. ;Default I/O parms from driver
  355. ;
  356.  
  357. .E ULTRASND
  358. .IOD
  359.  
  360. .SNAME
  361. Gravis UltraSound
  362.  
  363. .SPECIAL_TEXT
  364. When using this driver, ensure that no Gravis utilities such as SBOS, 
  365. UltraMID, or Mega-Em are active.  Your UltraSound system software 
  366. should be version 2.0 or later.
  367. .END_SPECIAL_TEXT
  368.  
  369. ;████████████████████████████████████████████████████████████████████████████
  370.  
  371. [sbawe32.mdi]
  372.  
  373. ;
  374. ;Selected by default if AUTOEXEC contains AWEUTIL string
  375. ;
  376. ;Default I/O parms from driver
  377. ;
  378.  
  379. .A AWEUTIL
  380. .IOD
  381.  
  382. .NAME
  383. Creative Labs AWE-32 General MIDI
  384.  
  385. .SNAME
  386. Sound Blaster AWE-32
  387.  
  388. .SPECIAL_TEXT
  389. This driver offers wavetable-quality General MIDI music synthesis with the
  390. Creative Labs AWE-32 card.  The "Creative Labs Sound Blaster 16 or AWE32"
  391. driver should be selected for digital audio.
  392. .END_SPECIAL_TEXT
  393.  
  394. ;████████████████████████████████████████████████████████████████████████████
  395.  
  396. [sblaster.mdi]
  397.  
  398. ;
  399. ;Selected by default if BLASTER variable is of type T1 or T3 (or no T 
  400. ;specifier), and no other "clone" variable exists (ULTRASND, MVSOUND, etc.)
  401. ;
  402. ;Default I/O parms from BLASTER (A only)
  403. ;
  404.  
  405. .E BLASTER
  406. .T1
  407. .NE ULTRASND
  408. .NE SNDSCAPE
  409. .NC MVSOUND.SYS
  410. .IOB
  411. .IOA
  412.  
  413. .SNAME
  414. Sound Blaster
  415.  
  416. .SPECIAL_TEXT
  417. This driver can be used with any Sound Blaster-compatible FM music 
  418. synthesizer card that does not rely on software TSRs for Sound
  419. Blaster FM compatibility.  Users of more sophisticated General 
  420. MIDI-based cards should select the Sound Blaster driver only if 
  421. problems occur with the card's General MIDI driver, as the older 
  422. Sound Blaster OPL-2 chipset does not offer the superior sound 
  423. quality available with more modern devices.
  424. .END_SPECIAL_TEXT
  425.  
  426. ;████████████████████████████████████████████████████████████████████████████
  427.  
  428. [sbpro2.mdi]
  429.  
  430. ;
  431. ;Selected by default if BLASTER variable is of type T6 or >, and AUTOEXEC does
  432. ;not contain AWEUTIL string
  433. ;
  434. ;Default I/O parms from BLASTER (A only)
  435. ;
  436.  
  437. .E BLASTER
  438. .T3
  439. .NE ULTRASND
  440. .NE SNDSCAPE
  441. .NC MVSOUND.SYS
  442. .NA AWEUTIL
  443. .IOB
  444. .IOA
  445.  
  446. .NAME
  447. Creative Labs Sound Blaster 16
  448.  
  449. .SNAME
  450. Sound Blaster 16
  451.  
  452. .SPECIAL_TEXT
  453. This driver is designed for use with Sound Blaster 16 adapters which
  454. are not equipped with General MIDI daughterboards such as the Wave
  455. Blaster.
  456.  
  457. Although the AWE-32 can also be supported with the Sound Blaster 16 
  458. driver, AWE-32 users should select the "Creative Labs AWE-32(TM) 
  459. General MIDI" driver for optimum sound quality.  
  460. .END_SPECIAL_TEXT
  461.  
  462. ;████████████████████████████████████████████████████████████████████████████
  463.  
  464. [sbpro2.mdi]
  465.  
  466. ;
  467. ;Selected by default if BLASTER variable is of type T2, T4, or T5,
  468. ;no other "clone" variable exists, and inp(388) == 0x00
  469. ;
  470. ;Default I/O parms from BLASTER (A only)
  471. ;
  472.  
  473. .E BLASTER
  474. .T2
  475. .NE ULTRASND
  476. .NE SNDSCAPE
  477. .NC MVSOUND.SYS
  478. .IOB
  479. .IOA
  480.  
  481. .SNAME
  482. Sound Blaster Pro 2.0
  483.  
  484. .SPECIAL_TEXT
  485. If your Sound Blaster Pro is a "current" model equipped with the Yamaha
  486. OPL-3 synthesizer, or if your music doesn't sound right with the other
  487. Sound Blaster Pro driver, you should select this option.
  488. .END_SPECIAL_TEXT
  489.  
  490. ;████████████████████████████████████████████████████████████████████████████
  491.  
  492. [sbpro1.mdi]
  493.  
  494. ;
  495. ;Selected by default if BLASTER variable is of type T2, T4, or T5,
  496. ;no other "clone" variable exists, and inp(388) == 0x06
  497. ;
  498. ;Default I/O parms from BLASTER (A only)
  499. ;
  500.  
  501. .E BLASTER
  502. .T2
  503. .NE ULTRASND
  504. .NE SNDSCAPE
  505. .NC MVSOUND.SYS
  506. .IOB
  507. .IOA
  508.  
  509. .SNAME
  510. Sound Blaster Pro 1.0
  511.  
  512. .SPECIAL_TEXT
  513. Users of early versions of the Sound Blaster Pro card can enjoy 
  514. 18-voice, 2-operator FM stereo music by selecting this driver.
  515. However, most Sound Blaster Pro cards and their compatibles, including 
  516. the Sound Blaster 16, use the more powerful OPL-3 chipset.  With these
  517. later cards, you should select the "Sound Blaster Pro 2.0" driver 
  518. instead.
  519. .END_SPECIAL_TEXT
  520.  
  521. ;████████████████████████████████████████████████████████████████████████████
  522.  
  523. [pas.mdi]
  524.  
  525. ;
  526. ;Selected by default if MVSOUND exists in CONFIG.SYS, and inp(388) == 0x06
  527. ;
  528. ;No configuration allowed
  529. ;
  530.  
  531. .C MVSOUND.SYS
  532. .ION
  533.  
  534. .SNAME 
  535. Pro Audio Spectrum
  536.  
  537. .SPECIAL_TEXT
  538. Only users of the earliest Pro Audio Spectrum cards from Media Vision
  539. should select this driver.  The Media Vision utility MVSOUND.SYS 
  540. must be loaded into memory, or your card will not be detected.
  541. .END_SPECIAL_TEXT
  542.  
  543. ;████████████████████████████████████████████████████████████████████████████
  544.  
  545. [pasplus.mdi]
  546.  
  547. ;
  548. ;Selected by default if MVSOUND exists in CONFIG.SYS, and inp(388) == 0x00
  549. ;
  550. ;No configuration allowed
  551. ;
  552.  
  553. .C MVSOUND.SYS
  554. .ION
  555.  
  556. .SNAME
  557. Pro Audio Spectrum 16
  558.  
  559. .SPECIAL_TEXT
  560. Users of the Media Vision Pro Audio Spectrum Plus and Pro Audio Spectrum
  561. 16 cards should select this driver.  The Media Vision utility MVSOUND.SYS 
  562. must be loaded into memory, or your card will not be detected.
  563. .END_SPECIAL_TEXT
  564.  
  565. ;████████████████████████████████████████████████████████████████████████████
  566.  
  567. [adlibg.mdi]
  568.  
  569. ;
  570. ;Selected by default if GOLD variable exists in AUTOEXEC.BAT
  571. ;
  572. ;Default I/O parms from driver  
  573. ;
  574.  
  575. .E GOLD
  576. .IOD
  577.  
  578. .SNAME
  579. Adlib Gold
  580.  
  581. .SPECIAL_TEXT
  582. This driver supports the Ad Lib Gold Music Synthesizer card in 4-operator
  583. FM mode.
  584. .END_SPECIAL_TEXT
  585.  
  586. ;████████████████████████████████████████████████████████████████████████████
  587.  
  588. [adlib.mdi]
  589.  
  590. ;
  591. ;Never selected by default
  592. ;
  593. ;No configuration -- always at $388
  594. ;
  595.  
  596. .ND
  597. .ION
  598.  
  599. .SNAME
  600. Adlib
  601.  
  602. .SPECIAL_TEXT
  603. This driver can be used with any Ad Lib-compatible FM music 
  604. synthesizer card that does not rely on software TSRs for Ad Lib 
  605. FM compatibility.  Users of more sophisticated General MIDI-based
  606. cards should select the Ad Lib driver only if problems occur with
  607. the card's General MIDI driver, as the older Ad Lib OPL-2 chipset
  608. does not offer the superior sound quality available with more modern 
  609. devices.
  610. .END_SPECIAL_TEXT
  611.  
  612. ;████████████████████████████████████████████████████████████████████████████
  613.  
  614. [opl3.mdi]
  615.  
  616. ;
  617. ;Never selected by default
  618. ;
  619. ;No configuration -- always at $388
  620. ;
  621.  
  622. .ND
  623. .ION
  624.  
  625. .NAME
  626. ESS Technology ES688 FM Audio
  627.  
  628. .SNAME
  629. ESS Technology ES688
  630.  
  631. .SPECIAL_TEXT
  632. This driver supports systems equipped with ESS Technology's ES688 
  633. chipset.
  634. .END_SPECIAL_TEXT
  635.  
  636. ;████████████████████████████████████████████████████████████████████████████
  637.  
  638. [esfm.mdi]
  639.  
  640. ;
  641. ;Never selected by default
  642. ;
  643. ;Configuration from driver
  644. ;
  645.  
  646. .ND
  647. .IOD
  648.  
  649. .NAME
  650. ESS Technology ES1688, ES1788, ES1888 Enhanced FM Audio
  651.  
  652. .SNAME
  653. ESS Technology Enhanced
  654.  
  655. .SPECIAL_TEXT
  656. This driver supports systems equipped with ESS Technology's ES1688, 
  657. ES1788, or ES1888 chips.  Enhanced FM music performance is available with
  658. this driver.  If problems occur, select the 'ESS Technology ES688 FM
  659. Audio' driver instead.
  660. .END_SPECIAL_TEXT
  661.  
  662. ;████████████████████████████████████████████████████████████████████████████
  663.  
  664. [opl3.mdi]
  665.  
  666. ;
  667. ;Never selected by default
  668. ;
  669. ;No configuration -- always at $388
  670. ;
  671.  
  672. .ND
  673. .ION
  674.  
  675. .SNAME
  676. Generic OPL-3
  677.  
  678. .SPECIAL_TEXT
  679. This driver is for use with all Yamaha OPL-3 based FM music synthesizers,
  680. including those not supported by any other driver in the list.
  681. .END_SPECIAL_TEXT
  682.  
  683. ;████████████████████████████████████████████████████████████████████████████
  684.  
  685.