***************************************************** * ATAPI CD-ROM drive * ***************************************************** ///////////////////////////////////////////////////// /// /// /// Manual for using installer (DOS) /// /// /// /// Making date: 2/20/95 /// /// Modified date: 5/23/95 /// /// Written by : MKE(Panasonic) /// ///////////////////////////////////////////////////// ******************************************************************************* PC-DOS and MS-DOS installation Procedure (also supported for Windows 3.1) ******************************************************************************* 1. Supportted CD-ROM drive: CR-572-B (double speed, tray loading type) CR-574-B (quadruple speed, tray loading type) CR-581-x (quadruple speed, tray loading type) 2. Installer file name: INSTALL.EXE (Version 1.01, common file for installation) INSTALL.DAT (installation's data file for ATAPI CD-ROM) 3. Discription for execution: Please type following from the DOS prompt: 'A:'[return] or 'B:'[return] 'INSTALL' [return] Trademarks and Copyrights: PC-DOS is a trademarks of International Business Machines Corporation. MS-DOS is a trademark of Microsoft corporation. Windows 3.1 is a trademark of Microsoft corporation. Sound Blaster is a trademark of Creative Labs, Inc. ------------ cut here ------------ cut here ------------ cut here ------------ ///////////////////////////////////////////////////// /// /// ///Device Driver supported STATUS in CD-ROM drive /// /// /// /// Making date: 3/ 3/95 /// /// Modified date: 5/23/95 /// /// Written by : MKE(Panasonic) /// ///////////////////////////////////////////////////// ******************************************************************************* (C) PC-DOS and MS-DOS device driver support (also supported for Windows 3.1) ******************************************************************************* 1. Supported CD-ROM drives: CR-572-B (double speed, tray loading type) CR-574-B (quadruple speed, tray loading type) CR-581-x (quadruple speed, tray loading type) 2. Device Driver name: CR_ATAPI.SYS (Version 5.15) 3. Driver discription: [/D:xxxxxxx] ---> Device name option ex.)DEVICE=CR_ATAPI.SYS /D:MSCD001 *[/P:nnn] ---> ATAPI base I/O Port Address(hex) option ex.)DEVICE=CR_ATAPI.SYS /D:MSCD000 /P:nnn nnn==1F0, 170, 1E8 or 168 Primary connection: /P:1F0 Secondary connection: /P:170 Tertiary connection: /P:1E8(Sound Blaster IDE) Quaternary connection: /P:168(Sound Blaster IDE) *[/I:xx] ---> Interrupt number option(IRQ=10,11,12,14,15) ex.)DEVICE=CR_ATAPI.SYS /D:MSCD000 /I:xx Primary connection: xx==/I:14,10,11,12 or 15 Secondary connection: xx==/I:15,10,11,12 or 14 Tertiary connection: xx==/I:10,11,12,14 or 15 Quaternary connection: xx==/I:10,11,12,14 or 15 *[/W:n] ---> Waiting value option When PC read data from CD-ROM drive, Driver insert waiting value into read cycle one by one. If you are using PC that are not supported IOCHRDY, please set this value(waiting value). ex.)DEVICE=CR_ATAPI.SYS /D:MSCD000 /W:n n==0, 1, 2, ... 255 (For example 106usec/1 wait in 486DX2 66MHz) *[/Q] ---> Non stop option Non stop(no message bort, etry) in initializing driver. ex.)DEVICE=CR_ATAPI.SYS /D:MSCD000 /Q *[/E] ---> Available error correction This option is available error correction for CD-G application. (Player for not including error correction) ex.)DEVICE=CR_ATAPI.SYS /D:MSCD000 /E * : You can omit this option.