Hi swift240
in the CDPlayer tool types I have this:-
DOSDEV=CD0
DEVICE=scsi.device
UNIT=2
BUFMEMTYPE=1
and this is correct
In the DosDrivers:CD0 descriptor you should have:
/* AllegroCDFS mountlist */
FileSystem = L:AllegroCDFS
Flags = 0 /* unused */
BlocksPerTrack = 10 /* unused */
BlockSize = 2048 /* unused */
Mask = 0x7ffffffe
LowCyl = 0 /* unused */
HighCyl = 0 /* unused */
Surfaces = 1 /* unused */
Buffers = 128
/* 128 = 128 * 512 bytes */
BufMemType = 1
GlobVec = -1
Mount = 1
Priority = 5
DosType = 0x41434453
StackSize = 2048
/* Control = DC */
/* DC=DEFCDDA/S - ISO/CDDA disks start as CDDA */
/* The Device and Unit fields are controlled by ToolTypes in the icon.*/Ciao