View Single Post
Old 04 January 2021, 00:19   #14
jotd
This cat is no more
 
jotd's Avatar
 
Join Date: Dec 2004
Location: FRANCE
Age: 52
Posts: 8,333
Quote:
Writing loader isn't that difficult (CDTV CD controller is much more intelligent than CD32, CDTV can return 2048 byte "cooked" sectors. CD32 only returns raw 2352 sectors). Simple CD sector loader that takes sector number and then reads it using polled IO (I don't remember if CDTV must use DMA or if PIO is possible) is fine for this purpose?
Toni I'm currently analyzing Rob Northen/Psygore CD32 loading code (that i fixed following your recommendations after you found a buffer wrapping bug). I also have a copy of the resouced cdtv.device, but if what you mean by your question is

"would it be useful if I wrote a track loader for CDTV drive, hardware banging style ?"

The answer is of course yes!
jotd is offline  
 
Page generated in 0.04348 seconds with 11 queries