Jump to content

CDD110.ADD: Difference between revisions

From EDM2
No edit summary
No edit summary
 
Line 14: Line 14:
;/V
;/V
: The device driver will display the device driver revision level and CD-ROM product information at boot time.
: The device driver will display the device driver revision level and CD-ROM product information at boot time.
==Links==
* {{FileLink|CDD110_1994-05-08.zip}}


[[Category:BASEDEV Statements]]
[[Category:BASEDEV Statements]]

Latest revision as of 04:54, 18 August 2025

Orchid CDS-3110, Wearnes CDD110 CD-ROM device driver.

BASEDEV=CDD110.ADD [/AT:dd] [/P:nnn] [/V]

Parameters

/AT:dd

Sets the adapter type connected to the CD-ROM drive. Supported values for dd are:
05 = Orchid SoundWave 32 or GameWave 32

/P:nnn

is the base I/O port address selected on the CD-ROM host interface card. The default base I/O port address for the Wearnes interface card is 340h, so the statement would appear as follows if the card is set to address 340h:
BASEDEV=CDD110.ADD  /P:340
/V
The device driver will display the device driver revision level and CD-ROM product information at boot time.

Links