Re: DiscImageCreator
Posted: Wed Jul 21, 2021 9:12 am
Possible to have dic dump with both write offsets automatically in these instances? So it can be manually combined later.
Maybe to make 2 sets of tracks in this case? Like, "dump" and "dump (fixed)"? Similar to "dump (Subs indexes)"? For the discs with both this bug and TOC/Sub desync it would mean 4 sets of tracks, though: "dump", "dump (Subs indexes)", "dump (fixed)" and "dump (Subs indexes) (fixed)".user7 wrote:Possible to have dic dump with both write offsets automatically in these instances? So it can be manually combined later.
If i understood it right, this method is technically alternating the dump.sarami wrote:3. pad all 0 bytes and put in LBA 949.
or cut the excessive 120 bytes of LBA 949.

Yeah.F1ReB4LL wrote:Maybe to make 2 sets of tracks in this case? Like, "dump" and "dump (fixed)"? Similar to "dump (Subs indexes)"? For the discs with both this bug and TOC/Sub desync it would mean 4 sets of tracks, though: "dump", "dump (Subs indexes)", "dump (fixed)" and "dump (Subs indexes) (fixed)".
I would say YES.sarami wrote:Silpheed (Sample) lefts 68255 sectors scrambled as far as I see the comments. Then, some CD-i (and FMT) discs should be so?
Execute without /c2.DopefishJustin wrote:I can't see any way to make DIC ignore the errors and complete the dump.
Silpheed was dumped with DIC, so it should already handle such discs properly (unless you've changed something recently), but it should probably additionally create a fixed image and we should probably add the fixed images somehow (maybe as yellow dumps?).sarami wrote:Silpheed (Sample) lefts 68255 sectors scrambled as far as I see the comments. Then, some CD-i (and FMT) discs should be so?
I agree for your thought.F1ReB4LL wrote:but it should probably additionally create a fixed image and we should probably add the fixed images somehow
Is it "dump.scm" and "dump (fixed).scm" and "dump.img" and "dump (fixed).img" ?F1ReB4LL wrote:"dump" and "dump (fixed)"?
Code: Select all
disc | non fixed image | fixed image
---------+-----------------+------------
Silpheed | yes | no
---------+-----------------+------------
Video CD | |
Music | yes | no
Sampler | |
---------+-----------------+------------
FMT | no | yes
---------+-----------------+------------
CD-i | yes | no
----------------------------------------