Jump to content

CRCCD2.ADD: Difference between revisions

From EDM2
No edit summary
No edit summary
 
Line 6: Line 6:
*Creative CD 200
*Creative CD 200
*Funai E2550-UA, E2800-UA
*Funai E2550-UA, E2800-UA
==Syntax==
  BASEDEV=CRCCD2.ADD
  BASEDEV=CRCCD2.ADD


===Parameters===
===Parameters===
* /P:xxx - SB cards base address.
'''/P:xxx'''
* /M:xxx - MKE compatible cards CDRom base address.
:SB cards base address.
* /T:x - Switch for standalone cards. if x=1 then it is a Sound card. (Default),if x=2 then it is a standalone card.
'''/M:xxx'''
* /D:x - Double Speed switch.
:MKE compatible cards CDRom base address.
* /N:x - Single Speed switch. if x=0 to x=3 implies the drive number, ix x=a implies that all drives are to be made double or single speed. /d:a is default.
'''/T:x'''
* /NS - No scan. Implies that only one drive present with ID=0 and will not scan for other drives. Scaning for all drives is default procedure.
:Switch for standalone cards. if x=1 then it is a Sound card. (Default),if x=2 then it is a standalone card.
'''/D:x'''
:Double Speed switch.
'''/N:x'''
:Single Speed switch. if x=0 to x=3 implies the drive number, ix x=a implies that all drives are to be made double or single speed. /d:a is default.
;/NS
:No scan. Implies that only one drive present with ID=0 and will not scan for other drives. Scaning for all drives is default procedure.
 
==Links==
* {{FileLink|Creative_Labs_CDROM_2-01.zip}}- 2.01 (1995-05-09)


[[Category:BASEDEV Statements]][[Category:Adapter Device Drivers]]
[[Category:BASEDEV Statements]][[Category:Adapter Device Drivers]]

Latest revision as of 01:06, 8 August 2025

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1 S
OS/2 2.11 SMP S
OS/2 Warp 3 S
OS/2 Warp Connect S
OS/2 Warp 4 S
OS/2 Warp Server for e-Business S

Creative Labs CD-ROM drive driver.

Supported devices:

  • Panasonic CR-52x, CR-563
  • Creative CD 200
  • Funai E2550-UA, E2800-UA

Syntax

BASEDEV=CRCCD2.ADD

Parameters

/P:xxx

SB cards base address.

/M:xxx

MKE compatible cards CDRom base address.

/T:x

Switch for standalone cards. if x=1 then it is a Sound card. (Default),if x=2 then it is a standalone card.

/D:x

Double Speed switch.

/N:x

Single Speed switch. if x=0 to x=3 implies the drive number, ix x=a implies that all drives are to be made double or single speed. /d:a is default.
/NS
No scan. Implies that only one drive present with ID=0 and will not scan for other drives. Scaning for all drives is default procedure.

Links