Page 1 of 1

TF536 and CDTV how to?

Posted: 12 Sep 2020 18:23
by utri007
Main goal is to get CD-drive work under Amiga OS.

So editing devs/dosdrivers CD0 file is needed.

Open it with text editor and change ;

Device = cdtv.device
FileSystem = CDFileSystem

And

BufMemType = 2 or 3

Note that those names are case sensitive!! so cdfilesystem doesn't work, it needs to be CDFileSystem.

OR

Disable CDTV's extended rom, extract cdtv.device and CDFileSystem with romsplit and copy cdtv.device to DEVS and CDFileSystem to L.

Device = DEVS:cdtv.device
FileSystem = L:CDFileSystem

And still

BufMemType = 2 or 3

Other options to test are reloadin them wit Loadmodule command:







BUFFMEMTYPE = 0 OR 1 (ANYMEM)
BUFFMEMTYPE = 2 OR 3 (CHIPMEM)
BUFFMEMTYPE = 4 OR 5 (FASTMEM)