Page 2 of 2

Re: CDTV Resourced Project (H file to I File Converter Needed)

Posted: Fri Nov 29, 2019 10:57 pm
by terriblefire
dalek wrote: Tue Jul 23, 2019 3:40 pm EDIT: those "commonly available" files also have a cdtv.i version for people to find which would probably do the job.
Note that the sources you mention do not have a real working CDTV driver in them. They dont actually talk to the CDTV hardware but create a CDTV shim layer for a cd.device which wasnt for the original CDTV. It was for the CDTV-II.

Re: CDTV Resourced Project

Posted: Mon Dec 02, 2019 7:13 pm
by rimmer
If the source/header-files available was for the CDTV-II, could it perhaps be modified to work on a CDTV upgraded with an internal SCSI-CDROM drive?
I personally think it would make good sense to try and code a driver for the CDTV where we finally can get rid of the old drive and upgrade them with newer and better alternatives. The CDTV-II could be using a newer version of the custom CD-ROM interface, only all too common in the early stages of consumer CDROM's

A CDTV with a 12x SCSI CD-ROM and upgraded processor board. Now, wouldn't that be something?

Re: CDTV Resourced Project

Posted: Mon Dec 02, 2019 7:21 pm
by terriblefire
rimmer wrote: Mon Dec 02, 2019 7:13 pm If the source/header-files available was for the CDTV-II, could it perhaps be modified to work on a CDTV upgraded with an internal SCSI-CDROM drive?
I personally think it would make good sense to try and code a driver for the CDTV where we finally can get rid of the old drive and upgrade them with newer and better alternatives. The CDTV-II could be using a newer version of the custom CD-ROM interface, only all too common in the early stages of consumer CDROM's

A CDTV with a 12x SCSI CD-ROM and upgraded processor board. Now, wouldn't that be something?
Really that just needs you to implement the API published in the CDTV.H which has been public for 30 years. Im sure if it was easy it would have been done. Amiga drivers are hard.

Re: CDTV Resourced Project

Posted: Mon Dec 02, 2019 8:12 pm
by rimmer
I accept your challenge.

Re: CDTV Resourced Project

Posted: Mon Dec 02, 2019 8:15 pm
by terriblefire
rimmer wrote: Mon Dec 02, 2019 8:12 pm I accept your challenge.
It would make most sense to implement a cd.device for IDE cd's (or find/modify one if it already exists) and then marshall requests via cdtv.device to the new device.

Personally I think Amiga device drivers are nasty over complex things. Not a fan.

Re: CDTV Resourced Project

Posted: Mon Dec 02, 2019 8:23 pm
by rimmer
Agreed. However, we should just all keep in mind how unique the OS was for the time (start 80ies), and the original developers did a good job in my opinion, with limited hardware resources and not a lot of reference platforms/systems from which to seek inspiration. Same goes with the CD, which for many was a real first. Around the same time, I bought a Sony CDU-33a drive with pop-sled for my developer Am386 PC, complete with custom ISA interface board. Piece of c... it was.

Re: CDTV Resourced Project

Posted: Mon Dec 02, 2019 8:36 pm
by terriblefire
rimmer wrote: Mon Dec 02, 2019 8:23 pm Agreed. However, we should just all keep in mind how unique the OS was for the time (start 80ies), and the original developers did a good job in my opinion, with limited hardware resources and not a lot of reference platforms/systems from which to seek inspiration. Same goes with the CD, which for many was a real first. Around the same time, I bought a Sony CDU-33a drive with pop-sled for my developer Am386 PC, complete with custom ISA interface board. Piece of c... it was.
I really like what they did with Amiga hardware... the software i'm less of a fan of.

Re: CDTV Resourced Project

Posted: Tue Dec 03, 2019 6:49 pm
by utri007
I don't know any other attempt to fix problems. I think that it is because sources are lost?

Re: CDTV Resourced Project

Posted: Tue Dec 03, 2019 6:58 pm
by terriblefire
utri007 wrote: Tue Dec 03, 2019 6:49 pm I don't know any other attempt to fix problems. I think that it is because sources are lost?
Ok so to be clear i never tried to update the driver code. I got my CPU card to patch rom locations on the CDTV.

The code is supposed to produce an exact binary until every single part of the driver is understood and decoded.

Re: CDTV Resourced Project

Posted: Wed Dec 04, 2019 6:41 am
by utri007
Ok so to be clear i never tried to update the driver code. I got my CPU card to patch rom locations on the CDTV.

The code is supposed to produce an exact binary until every single part of the driver is understood and decoded.
Don't worry. Could you write summary, what prevents Amiga accelerators work with CDTV.

If I have understand right, CD.device thinks that all memory all DMA capable? And tried to read / write with physical CD-drive? Same with SCSI hard drive?