Welcome, Guest. Please login or register.

Author Topic: Can't get CD-rom to work with WinUAE and OS3.9  (Read 2485 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Trev

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show all replies
Re: Can't get CD-rom to work with WinUAE and OS3.9
« on: March 04, 2005, 04:44:40 AM »
Well, if you installed OS 3.9, it must have been working at some point (unless you didn't use the standard installation, which means you may or may not have a working CacheCDFS installation).

You can open Devs:/DOSDrivers/CD0 (or Devs:/DOSDrivers/EMERGENCYCD) in a text editor (e.g. excute "ed Devs:/DOSDrivers/CD0") and set these values:

Device = uaescsi.device
Unit = 0

UAEscsi.device support must be enabled in WinUAE under Settings | Host | Misc. If the CD is showing up in the log, then it's probably already enabled.

If CacheCDFS isn't working, or if you don't want to overexert your drive's laser mechanism, you can get AmiCDFS from Aminet. It works well with WinUAE and the installation instructions are pretty straightforward.

Trev
 

Offline Trev

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show all replies
Re: Can't get CD-rom to work with WinUAE and OS3.9
« Reply #1 on: March 05, 2005, 06:13:22 AM »
I use the CD0 that comes with AmiCDFS:

/* $VER: CD0 2.40 (14.12.97)
 *
 * CD-ROM filesystem mount entry
 */

Device      = uaescsi.device
Unit     = 0
FileSystem  = L:AmiCDFS
Flags    = 0
BlocksPerTrack = 32
BlockSize   = 2048
Reserved = 0
LowCyl      = 0
HighCyl     = 11000
Surfaces = 1
Buffers     = 64
BufMemType  = 1
Mask            = 0x7fffffff
GlobVec     = -1
Priority = 10
DosType     = 0x43444653
StackSize   = 600
Mount    = 1

Control     = "LC LN BL=8 FB=32"

/* Control field template:
 *
 * LC=LOWERCASE/S,CS=CASESENSE/S,
 * HF=HFSFIRST/S,LN=LONGNAMES/S,TD=TRACKDISK/S,
 * BL=BUFFERLINES/K/N,FB=FILEBUFFERS/K/N,
 * DC=DISKCHANGE/K/N,MT=MOTORTIME/K/N,
 * SD=STARTDELAY/K/N,TDC=TDCHANGE/S,
 * TOSHIBA/S,OLDMODE/S
 */