TF536 and CDTV how to?

68030 + SDRAM + IDE

Moderators: terriblefire, Terriblefire Moderator

Post Reply
utri007
Posts: 161
Joined: Tue Nov 13, 2018 10:20 pm

TF536 and CDTV how to?

Post 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)
Post Reply

Return to “TF536”