Magic ATCD Converter Disk Contents ================================== There are the following files included in the disk: README - the file you are just reading. CONFIG.SYS - a sample file to teach user how to install the device driver. The contents of this file will be appended to the C:\CONFIG.SYS file, if user run install batch file. INSTSONY.BAT - a batch file for helping user to install the device driver automatically for SONY CD-ROM. INSTMITS.BAT - a batch file for helping user to install the device driver automatically for MITSUMI CD-ROM. INST523.BAT - a batch file for helping user to install the device driver automatically for PANASONIC 523 CD-ROM. INST562.BAT - a batch file for helping user to install the device driver automatically for PANASONIC 562 CD-ROM. SONY_CD.SYS - Magic ATCD converter device driver for SONY CD-ROM. This driver should be installed in CONFIG.SYS file. MITS_CD.SYS - Magic ATCD converter device driver for MITSUMI CD-ROM. This driver should be installed in CONFIG.SYS file. PANA523.SYS - Magic ATCD converter device driver for PANASONIC CD-ROM model CR-523-B. This driver should be installed in CONFIG.SYS file. PANA562.SYS - Magic ATCD converter device driver for PANASONIC CD-ROM model CR-562-B. This driver should be installed in CONFIG.SYS file. The driver command format in CONFIG.SYS file is: DEVICE = SONY_CD.SYS [/Sn] [/Zn] DEVICE = MITS_CD.SYS [/Sn] [/Zn] DEVICE = PANA523.SYS [/Sn] [/Zn] DEVICE = PANA562.SYS [/Sn] [/Zn] /Sn - set the starting search port access speed level for printer port. If this parameter is not specified, driver will try from the fastest speed level 0, and then level 1, level 2 until level 9 automatically, n must be 0 ~ 9. Default value is 0 (the fastest level). /Zn - n is a byte-length value bit1 = 1, suppress bi-direction mode = 0, not suppress bi-direction mode (default) bit2 = 1, suppress uni-direction emulation mode = 0, not suppress uni-direction emulation mode (default) bit3 = 1, suppress epp emulation mode = 0, not suppress epp emulation mode (default) Please install MSCDEX.EXE in AUTOEXEC.BAT file like below: MSCDEX /D:MAXCDDRV Magic ATCD Converter Installation ================================= Command Syntax: INSTSONY [ [] ] INSTMITS [ [] ] INST523 [ [] ] INST562 [ [] ] : directory which files will be copied into default: ATCD : drive which files will be copied into, no colon is allowed default: C For Example: INSTSONY This installation will make a ATCD directory on drive C, and copy all files on the disk to it. It will also append the following command to C:\CONFIG.SYS file. DEVICE=C:\ATCD\SONY_CD.SYS After all procedures are finished, please re-boot your DOS system. ==================================================================== The difference between SONY CD-ROM device driver versions ==================================================================== The difference between versions 1.01 and 1.02: ---------------------------------------------- [09/27/1993] 1. Tune the I/O performance. The difference between versions 1.02 and 1.10: ---------------------------------------------- [10/21/1993] 1. Support double speed CD-ROM drive. The difference between versions 1.10 and 1.20: ---------------------------------------------- [01/03/1994] 1. Support auto-test for 386SL EPP mode. The difference between versions 1.30 and 1.20: ---------------------------------------------- [03/12/1994] 1. Support Kodak Photo CD. 2. Support raw mode (2352 bytes) read. ==================================================================== The difference between MITSUMI CD-ROM device driver versions ==================================================================== The difference between versions 1.01 and 1.02: ---------------------------------------------- [10/01/1993] 1. Support new model CD-ROM drive CRMC-FX001D. The difference between versions 1.02 and 1.10: ---------------------------------------------- [10/21/1993] 1. Support double speed new model CD-ROM drive. The difference between versions 1.10 and 1.20: ---------------------------------------------- [01/03/1994] 1. Support auto-test for 386SL EPP mode. ==================================================================== The difference between PANASONIC 523 CD-ROM device driver versions ==================================================================== Version 1.30: ---------------------------------------------- [03/12/1994] 1. Release. 2. Support raw mode (2352 bytes) read. ==================================================================== The difference between PANASONIC 562 CD-ROM device driver versions ==================================================================== Version 1.30: ---------------------------------------------- [03/12/1994] 1. Release. 2. Support Kodak Photo CD. 3. Support raw mode (2352 bytes) read.