home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: Dr. T's Music…oftware Quickscore Deluxe / Lowe_DrTsMusicSoftware_QuickscoreDeluxe.img / DRIVERS.TXT < prev    next >
Encoding:
Text File  |  1992-03-12  |  9.5 KB  |  216 lines

  1.                   *********************************
  2.                   *          DRIVERS.TXT          *
  3.                   *  Current Dr.T's Drivers list  *
  4.                   *  and command line parameters  *
  5.                   *********************************    
  6.  
  7.  
  8.                               ADLIB.EXE
  9.  
  10.      The Dr.T's MIDI Device Driver ADLIB.EXE is for the AdLib
  11.      Music Synthesizer Card.  It requires a AT (286) class machine
  12.      or better. If you are using an XT, see ADLIBXT.EXE
  13.  
  14.      This Driver takes no command line parameters.
  15.  
  16.                               ADLIBXT.EXE
  17.  
  18.      The Dr.T's MIDI Device Driver ADLIBXT.EXE is for the AdLib
  19.      Music Synthesizer Card.  It is intended for use on an XT
  20.      class machine. If you are using an AT (286) or better,
  21.      see ADLIB.EXE.
  22.  
  23.      This Driver takes no command line parameters.
  24.  
  25.                               ATISFX.EXE
  26.  
  27.      The Dr.T's MIDI Device Driver ATISFX.EXE is for the ATI's
  28.      Stereo-F/X or VGAStereo-F/X Card.  It requires an AT (286) class
  29.      machine or better. If you are using an XT, see ATISFXXT.EXE
  30.  
  31.      This Driver is self configuring and takes no command line parameters.
  32.  
  33.                               ATISFXXT.EXE
  34.  
  35.      The Dr.T's MIDI Device Driver ATISFXXT.EXE is for the ATI's
  36.      Stereo-F/X or VGAStereo-F/X Card. It is intended for use on XT
  37.      class machines.  If you are using an AT (286) or better, see
  38.      ATISFX.EXE.
  39.  
  40.      This Driver is self configuring and takes no command line parameters.
  41.  
  42.                              MIATORXT.EXE
  43.  
  44.      The Dr.T's MIDI Device Driver MIATORXT.EXE is for Key Electronic's
  45.      MIDIATOR interface models 101 and 103. It is intended for use
  46.      on an XT class machine. If you are using an AT (286) or better,
  47.      see MIDIATOR.EXE.
  48.      
  49.      To load the driver, use the following command line format:
  50.  
  51.      MIATORXT [/Cx] [/Pn] 
  52.      (brackets [] mean the parameter is optional)
  53.  
  54.      where 'x' is COM port number the device is attached to, and 'n' is
  55.      the number of output ports the device has. The /C parameter
  56.      defaults to COM1, if the device is attached to COM2, COM3, or COM4,
  57.      the /C MUST specify the proper COM port.  The /P parameter is only
  58.      necessary if you are using the model 103 interface.  In this case
  59.      'n' would be 3 to indicate three output ports.  For example if you
  60.      are using a model 103 attached to COM2, the command line would be
  61.      as follows:
  62.  
  63.      MIATORXT /C2 /P3
  64.  
  65.                              MIDIATOR.EXE
  66.  
  67.      The Dr.T's MIDI Device Driver MIDIATOR.EXE is for Key Electronic's
  68.      MIDIATOR interface models 101 and 103.  It requires an AT (286)
  69.      class machine or better. If you are using an XT, see MIATORXT.EXE.
  70.      
  71.      To load the driver, use the following command line format:
  72.  
  73.      MIDIATOR [/Cx] [/Pn] 
  74.      (brackets [] mean the parameter is optional)
  75.  
  76.      where 'x' is COM port number the device is attached to, and 'n' is
  77.      the number of output ports the device has. The /C parameter
  78.      defaults to COM1, if the device is attached to COM2, COM3, or COM4,
  79.      the /C MUST specify the proper COM port.  The /P parameter is only
  80.      necessary if you are using the model 103 interface.  In this case
  81.      'n' would be 3 to indicate three output ports.  For example if you
  82.      are using a model 103 attached to COM2, the command line would be
  83.      as follows:
  84.  
  85.      MIDIATOR /C2 /P3
  86.  
  87.                               MPU401.EXE
  88.  
  89.      The Dr.T's MIDI Device Driver MPU401.EXE is for Roland's MPU401
  90.      MIDI interface, or any card compatable with the UART mode of this
  91.      device.  It requires an AT (286) class machine or better. If you
  92.      are using an XT, see MPU401XT.EXE.
  93.      
  94.      To load the driver, use the following command line format:
  95.  
  96.      MPU401 [/Ahhhh] [/Ix] 
  97.      (brackets [] mean the parameter is optional)
  98.  
  99.      where 'hhhh' is the I/O address of the device in hexadecimal, and
  100.      'x' is the interrupt request number the device uses.
  101.      The /A parameter defaults to 0330, and the /I parameter defaults
  102.      to interrupt 2.  These are the factory settings for most cards.
  103.      If these settings are used by your card, no command line parameters
  104.      are required.  If your card is not set to these defaults, the
  105.      parameter that is different MUST be specified on the command line.
  106.      For example, if your card is set for I/O address 220 and interrupt
  107.      5, your command line would look as follows:
  108.  
  109.      MPU401 /A0220 /I5
  110.  
  111.                              MPU401XT.EXE
  112.  
  113.      The Dr.T's MIDI Device Driver MPU401XT.EXE is for Roland's MPU401
  114.      MIDI interface, or any card compatable with the UART mode of this
  115.      device.  It is intended for use on an XT class machine. If you are
  116.      using an AT (286) or better, see MPU401.EXE.
  117.      
  118.      To load the driver, use the following command line format:
  119.  
  120.      MPU401XT [/Ahhhh] [/Ix] 
  121.      (brackets [] mean the parameter is optional)
  122.  
  123.      where 'hhhh' is the I/O address of the device in hexadecimal, and
  124.      'x' is the interrupt request number the device uses.
  125.      The /A parameter defaults to 0330, and the /I parameter defaults
  126.      to interrupt 2.  These are the factory settings for most cards.
  127.      If these settings are used by your card, no command line parameters
  128.      are required.  If your card is not set to these defaults, the
  129.      parameter that is different MUST be specified on the command line.
  130.      For example, if your card is set for I/O address 220 and interrupt
  131.      5, your command line would look as follows:
  132.  
  133.      MPU401XT /A0220 /I5
  134.  
  135.                               PAS.EXE
  136.  
  137.      The Dr.T's MIDI Device Driver PAS.EXE is for Media Vision's
  138.      Pro Audio Spectrum card.  It requires an AT (286) class machine
  139.      or better. If you are using an XT, see PASXT.EXE.
  140.  
  141.      This Driver is self configuring and takes no command line parameters.
  142.  
  143.                               PASXT.EXE
  144.  
  145.      The Dr.T's MIDI Device Driver PASXT.EXE is for Media Vision's
  146.      Pro Audio Spectrum card.  It is intended for use on an XT class
  147.      machine. If you are using an AT (286) or better, see PAS.EXE.
  148.  
  149.      This Driver is self configuring and takes no command line parameters.
  150.  
  151.                                 SB.EXE
  152.  
  153.      The Dr.T's MIDI Device Driver SB.EXE is for Creative Labs' Sound
  154.      Blaster or Sound Blaster Pro card or any card 100% compatible with
  155.      one of these.  It requires an AT (286) class machine or better. If
  156.      you are using an XT, see SBXT.EXE.
  157.      
  158.      To load the driver, use the following command line format:
  159.  
  160.      SB [/Ahhhh] [/Ix] [/Dc] [/S] [/4]
  161.      (brackets [] mean the parameter is optional)
  162.  
  163.      where 'hhhh' is the I/O address of the device in hexadecimal, 'x'
  164.      is the interrupt request number the device uses, and 'c' is the DMA
  165.      channel used.  The /S parameter tells the driver that you are using
  166.      a Sound Blaster PRO, allowing Stereo panning of FM sounds.  The /4
  167.      parameter is for non-MIDI applications; it reduces the amount of
  168.      CPU overhead used by the driver when the application is running.
  169.      The /A parameter defaults to 0220, the /I parameter defaults to
  170.      interrupt 7, and the /D parameter defualts to DMA channel 1.  These
  171.      are the factory settings for most cards.  If these settings are used
  172.      by your card, these command line parameters are not required.  If your
  173.      card is not set to these defaults, the parameter that is different
  174.      MUST be specified on the command line. For example, if your card is
  175.      set for I/O address 240, interrupt 5, and DMA channel 2, your command
  176.      line would look as follows:
  177.  
  178.      SB /A0240 /I5 /D2
  179.  
  180.      If the card was a Sound Blaster Pro, /S would be added, and if you
  181.      were running a non-MIDI application such as Dr.T's BoomBox, the /4
  182.      parameter could be added.
  183.  
  184.                                 SBXT.EXE
  185.  
  186.      The Dr.T's MIDI Device Driver SBXT.EXE is for Creative Labs' Sound
  187.      Blaster or Sound Blaster Pro card or any card 100% compatable with
  188.      one of these.    It is intended for use on an XT class machine. If
  189.      you are using an AT (286) or better, see SB.EXE.
  190.      
  191.      To load the driver, use the following command line format:
  192.  
  193.      SBXT [/Ahhhh] [/Ix] [/Dc] [/S] [/4]
  194.      (brackets [] mean the parameter is optional)
  195.  
  196.      where 'hhhh' is the I/O address of the device in hexadecimal, 'x'
  197.      is the interrupt request number the device uses, and 'c' is the DMA
  198.      channel used.  The /S parameter tells the driver that you are using
  199.      a Sound Blaster PRO, allowing Stereo panning of FM sounds.  The /4
  200.      parameter is for non-MIDI applications; it reduces the amount of
  201.      CPU overhead used by the driver when the application is running.
  202.      The /A parameter defaults to 0220, the /I parameter defaults to
  203.      interrupt 7, and the /D parameter defualts to DMA channel 1.  These
  204.      are the factory settings for most cards.  If these settings are used
  205.      by your card, these command line parameters are not required.  If your
  206.      card is not set to these defaults, the parameter that is different
  207.      MUST be specified on the command line. For example, if your card is
  208.      set for I/O address 240, interrupt 5, and DMA channel 2, your command
  209.      line would look as follows:
  210.  
  211.      SBXT /A0240 /I5 /D2
  212.  
  213.      If the card was a Sound Blaster Pro, /S would be added, and if you
  214.      were running a non-MIDI application such as Dr.T's BoomBox, the /4
  215.      parameter could be added.
  216.