home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / wininst.zip / SBPD2.CTL < prev    next >
Text File  |  1996-08-09  |  2KB  |  58 lines

  1. ╔═════════════════════════════════════════════════════════════════════╗
  2. ║       !!! DO NOT MODIFY THIS FILE UNDER ANY CIRCUMSTANCES !!!       ║
  3. ╚═════════════════════════════════════════════════════════════════════╝
  4. ┌─────────────────────────────────────────────────────────────────────┐
  5. │    Control File For Adding the WIN-OS2 Audio Support for Device:    │
  6. │                                                                     │
  7. │               Sound Blaster Pro with OPL2 (SBPD2) Adapter           │
  8. │                                                                     │
  9. │     (C) Copyright International Business Machines Corp.,  1996      │
  10. └─────────────────────────────────────────────────────────────────────┘
  11.  
  12. [PDD_INFO]
  13.    "SBPD2.SYS"                  /* The name of the OS/2 audio driver    */
  14.    "SBAUD1$"                    /* PDD name used in the mmpm2.ini file  */
  15.    "3"                          /* three positional parameters          */
  16.    "2" "DMA"
  17.    "3" "IRQ"
  18.    "4" "BASE_ADR"
  19.  
  20. [COPIED_FILES]
  21.    "6"                          /* six files to be copied to system dir */
  22.    "MIDIMAP.CFG" "\OS2\MDOS\WINOS2\SYSTEM"
  23.    "SBPAUX.DRV" "\OS2\MDOS\WINOS2\SYSTEM"
  24.    "SBPSND.DRV" "\OS2\MDOS\WINOS2\SYSTEM"
  25.    "SBPFM.DRV" "\OS2\MDOS\WINOS2\SYSTEM"
  26.    "VSBPD.386" "\OS2\MDOS\WINOS2\SYSTEM"
  27.    "OEMSETUP.INF" "\OS2\MDOS\WINOS2\SYSTEM"
  28.  
  29. [WINOS2_SETTINGS]
  30.    "5"                          /* number of settings to changed */
  31.    "SET INT_DURING_IO=1;"
  32.    "SET VIDEO_RETRACE_EMULATION=0;"
  33.    "SET AUDIO_ADAPTER_SHARING=REQUIRED;"
  34.    "SET IDLE_SENSITIVITY=100;"
  35.    "SET HW_TIMER=1;"
  36.  
  37. [MODIFY]
  38.    "1"                          /* one file to be modified      */
  39.    "3" "\OS2\MDOS\WINOS2" "SYSTEM.INI" "<FILE1>"
  40.                                 /* three sections in system.ini */
  41.                                 /* to be modified or added      */
  42.    "1" "[386Enh]" "<FILE1>"
  43.    "1"
  44.    "device=vsbpd.386"
  45.  
  46.    "2" "[Drivers]" "<FILE1>"
  47.    "4"
  48.    "WAVE=sbpsnd.drv"
  49.    "AUX=sbpaux.drv"
  50.    "MIDI=sbpfm.drv"
  51.    "MIDI1=sbpsnd.drv"
  52.  
  53.    "3" "[sndblst.drv]" "<FILE1>"
  54.    "3"                          /* three lines to be added              */
  55.    "Port=*BASE_ADR*" "220"      /* values used will be parsed from      */
  56.    "Int=*IRQ*" "5"              /* config.sys; otherwise, use defaults  */
  57.    "DmaChannel=*DMA*" "1"
  58.