Hi Orjan,
if you have properly installed the IdeFix97 archive, you should have CacheCDFS in L: and atapi.device in Devs:
FileSystem = L:CacheCDFS /* The name of the game */
Device = "atapi.device" /* Name of exec device driver */
Unit = X /* exec device unit */
Flags = 1 /* OpenDevice flags */
BlocksPerTrack = 351000 /* Unused */
BlockSize = 2048 /* True, but unused */
Mask = 0x7ffffffe /* Memory mask for direct read */
MaxTransfer = 0x100000 /* Maximum amount of bytes for direct read */
Reserved = 0 /* Unused */
Interleave = 0 /* Unused */
LowCyl = 0 /* Unused */
HighCyl = 0 /* Unused */
Surfaces = 1 /* Unused */
Buffers = 50 /* Number of cache lines */
BufMemType = 1 /* MEMF_PUBLIC */
GlobVec = -1 /* Do not change! */
Mount = 1 /* Mount it immediately */
Priority = 10 /* Priority of FileSystem task */
DosType = 0x43443031 /* Currently unused */
StackSize = 3000 /* Minimum stack required is 3000! */
Control = "MD=1 LC=1 DC=8 L LV AL LFC=1 HR=.rsrc PROT=rweds"
Change "X" with the CD unit.
Then goto Prefs:CacheCDFS and run it.
Enable the 4Way adapter (EB standard)
You should have also, the first line in S-S
C:IDEFix
C:SetPatch SKIPROMUPDATES "scsi.device" QUIET
Bye