Specifically, the lowest sector I can read with the PX-716AL is the one with preamble:
Code: Select all
00FFFFFFFFFFFFFFFFFFFF0001807361Code: Select all
00FFFFFFFFFFFFFFFFFFFF0001801961Code: Select all
00FFFFFFFFFFFFFFFFFFFF0001807361Code: Select all
00FFFFFFFFFFFFFFFFFFFF0001801961That's not the lead-in, that's the track 1 pregap. The lead-in comes before that.scsi_wuzzy wrote:My understanding is that the lead-in is 150 sectors (2 seconds)
I guess I'm confused then. 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? It seems like my Plextor drives won't return the whole lead-in, anyway, because I can't get anywhere near the proper number of sectors prior to the first track. At least, not using px_d8.mock wrote:That's not the lead-in, that's the track 1 pregap. The lead-in comes before that.
Always about gaps, since the drives without that capability can't read anything before sector 0.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?
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.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?
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.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?