;---------------------------------------------------------------- ; DO NOT TRANSLATE! ; ; IWWAVE.TXT - Text file for the Digital Audio driver 'IWWAVE.WDR' ; ; DO NOT TRANSLATE THESE NOTES! ; NOTES: ; here is the maximum lengths of the various texts ; language: 20 ; card name: 17 ; card about: 76 (up to three lines) ; port name: 15 ; port about: 76 (one line only) ; port default: 14 ; irq name: 15 ; irq about: 76 (one line only) ; irq default: 15 ; dma name: 15 ; dma about: 76 (one line only) ; dma default: 15 ; option name: 15 ; option about: 76 (one line only) ; option default: 15 ; suggested: 15 ; ; Keyword(bracketed) Description ; ----------------- -------------------------------------------------- ; ; card name The name of the sound card (e.g. InterWave, Gravis UltraSound) ; card about Description of the sound card. Use this to place additional ; information. Example: ; "To configure IRQ and DMA, use the utility that came with your card." ; port name Text for the port - no need to change - will display "Port :" ; port about Information about the port - no need to change - current description ; is adequate. ; port default Leave as is ("default") - used in conjunction with code ; irq name See 'port name ; irq about See 'port about ; irq default See 'port default ; dma name See 'port name ; dma about See 'port about ; dma default See 'port default ; option name See 'port name ; option about See 'port about ; option default See 'port default ; ; Note that with IWWAVE.WDR, the port/irq/dma fields are inactive because the driver's Detect ; function will determine the correct settings. This situation is setup by the driver code. ; See IWWAVE.C for details. ; ; For IWMIDI.MDR, the MIDI driver, the irq/dma/option related fields are not used. ; ;---------------------------------------------------------------- [language] English [card name] InterWave [card about] InterWave Port, IRQ and DMA are automatically configured by the Detect function. [port name] Port [port about] Press RETURN to select hardware I/O address. [port default] default [irq name] IRQ [irq about] Press RETURN to select Interrupt Request Line [irq default] default [dma name] DMA Channel [dma about] Press RETURN to select DMA channel. [dma default] default [option name] Stereo Reverse [option about] Press RETURN to reverse stereo channels. [option default] default [suggested] suggested [ENDFILE]