Hennadiy Brych

Results 52 issues of Hennadiy Brych

Categorize that error differently as ECC is correct but applied over wrong sector area.

Some Datel discs make drive duplicate couple sectors right after intentional C2 errors area. Drive randomly corrects it later. As a consequence, generated image is invalid and never matches between...

attempt to use all detected sector modes.

if a refine pass corrects a scsi error but the sector has c2 errors, it looks like the correction stats underflow the c2 errors: correction statistics: SCSI: 564 samples C2:...

make this a function that returns Sector data pointer and size and reuse it everywhere: ``` uint8_t *user_data = nullptr; bool user_form2 = false; if(sector.header.mode == 1) { user_data =...

[ehw] readbuff (3c) E7: ``` mmc.cmd[0] = 0xE7; // vendor specific command (discovered by DaveX) mmc.cmd[1] = 0x48; // H mmc.cmd[2] = 0x49; // I mmc.cmd[3] = 0x54; // T...

This way we will not lose extra CD-TEXT information like composer / arranger / message / closed_info that cannot be preserved in the standard cuesheet.

This happens when sync frames are found in session gap and the distance between it and other sync frames that are part of the first track of session two are...