home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DRIVER / 562B.ZIP / SBCD.TXT < prev   
Encoding:
Text File  |  1994-08-16  |  2.4 KB  |  54 lines

  1. This is my configuration for the 4.12 driver originally intended
  2. by CL for the 563 "OmniCD", that I use on my 562B drive.  The 
  3. driver included here has been modified so that it doesn't look
  4. for the 563 model designation.  This is a DOS driver -- Windows
  5. does not require any special driver for CD-ROM.  Just add the 
  6. [MCI] CD Audio driver in the Control Panel to enable playing of 
  7. audio CDs.  I was using the original 4.11 driver that worked on the
  8. 562B without trouble, and I'm not sure what advantages 4.12 has
  9. over 4.11, but if it irks Creative Labs it makes me happy.
  10.  
  11. You can just load as a device, or loadhigh as DEVICEHIGH in the
  12. CONFIG.SYS file.
  13.  
  14. DEVICE=C:\SB16\DRV\SBCD.SYS /D:MSCD001 /P:220 /T:1 /S:D0 /N:1 /R
  15.  
  16. /D:MSCD001 is the device name that MSCDEX addresses in AUTOEXEC.BAT
  17.  
  18. /P:220 is the address of your SB card... this will probably be 
  19. correct since 220 is the default address.  At this moment (I am
  20. writing this at work) I don't know exactly what the other parameters
  21. do.  But this works on my system and provides double-speed xfer and 
  22. audio playback on CDs.
  23.  
  24. ... then load MSCDEX.EXE from the AUTOEXEC.BAT file
  25. (If you are using DOS 6.2, load this before SMARTDRV.EXE
  26. and the CD-ROM will be read-cached since the drive will be
  27. a valid DOS-device when SMARTDRV loads.)
  28.  
  29. C:\DOS62\MSCDEX.EXE /D:MSCD001 /M:16
  30.  
  31. (full documentation for MSCDEX is available elsewhere, but /M:16 is
  32. the number/size of buffers for disc reads.)
  33.  
  34. As for the physical connection, pin 1 on each data connector is
  35. clearly marked on the circuit board/connector.  This mark is either an 
  36. arrow pointing to pin 1, or a "1" or sometimes "2" on the end where
  37. pin 1 is.  The cable should be a straight-through ribbon cable -- no 
  38. crossed wires.  The audio connector is tricky because the connectors are
  39. very hard to find.  Your drive supplier should have provided the audio 
  40. connection cable.  If not, let me know and I will make a diagram of the 
  41. pin-outs.  You could either solder wires on, or make single-wire jumpers
  42. since 3 and 4 pin headers in that size are rare.
  43.  
  44. NOW FOR THE DISCLAIMER:
  45. I do not work for Panasonic, Matsushita or Creative Technologies and don't
  46. represent them.  I did not write or modify the driver myself and cannot 
  47. take responsibility for its performance, positive or negative.  I can only
  48. say that I use the driver successfully as documented here.
  49.  
  50. good luck.
  51.  
  52. hughem@netcom.com (Internet Address)
  53.  
  54.