home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DIVERSEN / DRIVERS / MOZART07 / MOZART.DOC < prev    next >
Text File  |  1995-02-11  |  8KB  |  239 lines

  1.          MOZART.SYS, Mozart Device Driver -  Copyright (c) 1995 Robert Muchsel
  2.  
  3.          Release 007
  4.  
  5.  
  6.          Initializes Mozart Sound cards for OS/2
  7.          ---------------------------------------
  8.  
  9.  
  10.          Shareware: DM 20.-/US$ 12.50 (see end of this file).
  11.  
  12.  
  13.          This OS/2 device driver initializes your Mozart sound card so that
  14.          the OS/2 Soundblaster driver can be loaded. CD-ROM and Game Ports
  15.          can be enabled.
  16.  
  17.  
  18.  
  19.          Installation
  20.          ============
  21.  
  22.          The Mozart driver loads before the MMOS/2 driver and configures
  23.          the Mozart sound card.
  24.  
  25.          Copy MOZART.SYS to your \OS2 or \ direcory on the OS/2 boot drive.
  26.  
  27.          If the driver finds a Mozart card and initialization is successful,
  28.          you'll hear a cuckoo (else an error message is displayed).
  29.          (NB: Registered users can turn of the cuckoo).
  30.  
  31.          Some noise and hissing before the cuckoo is normal.
  32.  
  33.  
  34.          Command Line Arguments
  35.          ----------------------
  36.  
  37.          The default configuration is:
  38.  
  39.          -        Version 2 Sound Card
  40.  
  41.          /A:220   I/O Address 220
  42.          /D:1     DMA channel 1
  43.          /I:5     Interrupt 5
  44.  
  45.          -        CD-ROM disabled
  46.          -        Game Port disabled
  47.  
  48.          The driver understands several command line arguments:
  49.  
  50.          BASEDEV=MOZART.SYS [/1] [/A:Addr] [/D:DMA] [/G] [/I:Int]
  51.                             [/E:x or /M or /P or /S [/CA:CDAddr] [/CI:CDInt]]
  52.  
  53.          where:
  54.            /1  Initialize v1 Sound Card (default: v2)
  55.            /A: I/O Address: 220 (default), 240
  56.            /D: DMA Channel: 1 (default), 3
  57.            /G  Game Port enabled (default: disabled)
  58.            /I: Interrupt:   5 (default), 7, 11
  59.  
  60.          CD-ROM Interface (default: disabled):
  61.            /E: ATAPI CD-ROM: 1 (=primary), 2 (=secondary)
  62.            /M  Mitsumi CD-ROM
  63.            /P  Panasonic CD-ROM
  64.            /S  Sony CD-ROM
  65.            /Cx CD-ROM Parameter, where:
  66.                /CA: I/O Address: 320, 330, 340 (default)
  67.                /CI: Interrupt:   9, 10, 11 (default: none)
  68.  
  69.          Examples:
  70.            BASEDEV=MOZART.SYS /A:220 /I:5 /D:1 /S /CA:320 /CI:11 /G
  71.            BASEDEV=MOZART.SYS /A:240 /I:11 /D:1 /M /CA:340 /CI:10
  72.            BASEDEV=MOZART.SYS /G
  73.            BASEDEV=MOZART.SYS /1 /G
  74.            BASEDEV=MOZART.SYS /E:2 /G
  75.  
  76.  
  77.          Configuring OS/2 - CONFIG.SYS:
  78.          ------------------------------
  79.  
  80.          BASEDEV=MOZART.SYS /G
  81.  
  82.          REM Following lines added by OS/2 installation:
  83.          DEVICE=x:\MMOS2\SBP2D2.SYS 1 1 5 220 4 /N:SBAUD1$
  84.          DEVICE=x:\MMOS2\AUDIOVDD.SYS SBAUD1$
  85.  
  86.  
  87.          Configuring OS/2 - AUTOEXEC.BAT:
  88.          --------------------------------
  89.  
  90.          SET BLASTER=A220 I5 D1
  91.          SET SOUND=x:\MOZART
  92.  
  93.          Notes:
  94.  
  95.          * You must __NOT__ load the DOS device driver MZTINIT.SYS under OS/2
  96.            (well, you can, but you have been warned). This also applies to
  97.            MZTMODE and MZTVOL.
  98.  
  99.          * If the MMPM/2 driver won't load ("Soundblaster not found"), try
  100.            another version of the MMPM/2 driver (e.g. from TBOS2.ZIP).
  101.  
  102.          * MIDI doesn't seem to work properly on OPL4 cards (this is a
  103.            problem of the OS/2 Soundblaster driver).
  104.  
  105.          * If OS/2 traps when loading the ATAPI CDROM driver, get a fixed
  106.            version of the ATAPI driver from IBM.
  107.  
  108.          * Under WinOS/2, you must use the Soundblaster drivers provided by
  109.            OS/2. Mozart specific drivers ans programs will not work.
  110.  
  111.          * OS/2 Warp: When losing sound in seamless WinOS/2 sessions, install
  112.            the fix from the SNDWORKS.ZIP package by Michael K. Schumell.
  113.  
  114.          * MOZART.SYS loads before all other BASEDEVs which don't have a
  115.            .SYS extension. If your CD-ROM driver has a .SYS extension, ensure
  116.            MOZART.SYS comes first in CONFIG.SYS.
  117.  
  118.          * There are different versions of the Mozart sound card. The driver
  119.            defaults to v2 cards (OTI-601E, Mozart OPL4, BTC Mozart A-16), but
  120.            can be configured to support v1 cards (Raysound, Mozart OPL3,
  121.            Sonicsound).
  122.            The suggested method is to try the driver without '/1' first.
  123.  
  124.          * OEM/Custom versions available! I'm substituting the cuckoo with
  125.            any other sound (e.g. advertisment) for anybody ordering more than
  126.            20 licences. Call for techincal details.
  127.  
  128.  
  129.          New in Rel. 007
  130.          ===============
  131.  
  132.          CD-ROM Interrupt now works in /1 mode.
  133.  
  134.          New in Rel. 006
  135.          ===============
  136.  
  137.          Registered users can turn off the cuckoo.
  138.  
  139.          New in Rel. 005
  140.          ===============
  141.  
  142.          MOZART.SYS now supports ATAPI CDROM drives.
  143.          -> New switches /E:1 and /E:2.
  144.  
  145.          New in Rel. 004
  146.          ===============
  147.  
  148.          MOZART.SYS should now support all Mozart based sound cards available.
  149.          -> Try the /1 switch if your card is not found.
  150.  
  151.          New in Rel. 003
  152.          ===============
  153.  
  154.          MOZART.SYS is now a BASEDEV driver.
  155.          -> The CD-ROM interface will now be initialized before the CD-ROM
  156.             driver is loaded.
  157.  
  158.          New in Rel. 002
  159.          ===============
  160.  
  161.          Command line arguments are now supported.
  162.          -> Game Port can be enabled
  163.          -> CD-ROM interface can be enabled
  164.          -> Interrupt setting can be modified
  165.  
  166.  
  167.          Licence, Registering
  168.          ====================
  169.  
  170.          Developing this driver has taken a considerable amount of time. I'm
  171.          sure you'll honor my work, so there are no restrictions in the
  172.          shareware version!
  173.          If you register, you will be able to turn off the cuckoo.
  174.  
  175.          You may try this program for 30 days. If you  want to continue to use
  176.          it, you must register. If you don't like the driver, simply DEL it.
  177.  
  178.          !! Warning: If you are using shareware without registering, you'll
  179.          !! certainly descend into Hell some day. Even if you don't bother,
  180.          !! please register.
  181.  
  182.          Please use the registration form supplied.
  183.  
  184.          Optionally, you can order a disk with the driver.
  185.  
  186.  
  187.              Price (subject to change w/o notice):
  188.  
  189.              Country     Registration   (optional) Diskette
  190.              ----------------------------------------------
  191.              Europe      DM 20.-        DM 5.-
  192.                      or US$ 12.50      US$ 3.20
  193.  
  194.              World       DM 20.-        DM 11.-
  195.                      or US$ 12.50      US$ 6.50
  196.  
  197.              DM=Deutsche Mark        more than 5: please call!
  198.  
  199.  
  200.          The Author
  201.          ----------
  202.  
  203.          Robert Muchsel, Hegaublick 2, D-78465 Konstanz, Germany
  204.  
  205.          Fax:    07533-3151 (intl. +49-7533-3151)
  206.          e-Mail: rmuchsel@iiic.ethz.ch (until end of 1996)
  207.                  Fidonet 2:246/8100.11
  208.  
  209.          I'm studying computer science at the Swiss Federal Institute of
  210.          Technology, Zurich.
  211.  
  212.          You might know some of my other shareware tools:
  213.            AMIsetup - External Setup for AMI-BIOS
  214.            HPFSDOS  - HPFS Driver for DOS (Read only)
  215.            CD800X   - Audio Support for Apple CD-150/SC-CD under OS/2
  216.            EFDD     - Use up to 20 diskette drives under DOS
  217.  
  218.  
  219.          Important
  220.          ---------
  221.  
  222.          The author disclaims all warranties as to this software, whether
  223.          express or implied, including without limitation any implied
  224.          warranties of merchantability, fitness for a particular purpose,
  225.          functionality, data integrity or protection, in so far as permitted by
  226.          applicable legislation.
  227.  
  228.          All trademarks are property of their respective owners and appear for
  229.          identification purposes only.
  230.  
  231.  
  232.          You are encouraged to copy and pass on this program. However,
  233.          - the program must be distributed in its original form
  234.            (complete, unmodified)
  235.          - the distribution must not exceed the equivalent of DM 15.-
  236.            (US$ 8.50).
  237.  
  238.          11 Feb 1995
  239.