Welcome, Guest. Please login or register.

Author Topic: PlayCd wont work??  (Read 2570 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show all replies
Re: PlayCd wont work??
« on: June 25, 2004, 11:57:39 AM »
Hi swift240

Quote
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

 

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show all replies
Re: PlayCd wont work??
« Reply #1 on: June 25, 2004, 11:36:18 PM »
@ swift240

read carefully the docs that comes with EIDE '99 v3.1 & AllegroCDFS v3.0 (for the 4xEIDE adapter)

http://www.vesalia.de/files/eide99.lha

above of all, the setpatch configuration and NSDPAtch too.

Bye

PS- your 4 way adapter, needs its driver to works properly.
(included in the archive).