scsi_wuzzy wrote:When we refer to a drive's ability to over-read into lead-in, are we actually talking about pregap? For example, the DAE Features site refers to drives which can over-read into Lead-In, Lead-Out, or Both. Can any drives actually return all the raw, scrambled sectors from the lead-in and lead-out, or are we always talking about gaps?
Always about gaps, since the drives without that capability can't read anything before sector 0.
scsi_wuzzy wrote:Edit: So it looks like Truman's Cdtool can read all the way back to sector #1 on the PX716AL, so I guess the limitation in reading lead-in is just present when using the 0xD8 read command?
There are 2 limitations: audio cds are capped at -75, data cds at around -142...-143. When you use 0xd8, audio cd limitations are used.
For Plextors (PX-708 to PX-760, at least) there is a possibility to read the whole TOC and full first pregap area: you should open cdtool, disable c2 errors reporting and dump either -5000 to 0 range or $FF000000 to 0 range. You should get the TOC dumped multiple times and the first pregap somewhere inside the dump, sometimes there are even data sectors from 0+ range (yes, somewhat random, but you should be able to find all the needed TOC and pregap sectors there).
scsi_wuzzy wrote:And we can read subchannel data from the lead-in, too, which means we can actually just dump raw TOC data from the subchannel, right? Is there some advantage that cuesheets have over raw TOC data dumps from the lead-in subchannel data?
Well, there was a standalone branch of Redump.org called "Rawdump.net", which tried to include first pregaps and TOC dumps, but it's dead now. The only real advantage is that the dump is more "complete", if TOC area is there and, theoretically, you can use a 2448/sector data+sub dump with TOC area as a single rom file, with no cue or metadata needed.
I'd say that it's way more problematic to dump the lead-out area, since different drives stop dumping at different addresses and it's hard to determine the very last lead-out sector for the dump. Saturn and Dreamcast are even more problematic due to those rings, which are also dumpable, but different drives are able to dump different amount of sectors.