I can confirm this guys. I have encountered 2 discs with this problem, they were pressed from the takt and of course offset -153. One had only a data track, and the other also had audio tracks.

2

(3 replies, posted in General discussion)

https://cdn.discordapp.com/attachments/ … dd519&
Here you go

ehw wrote:
MrPepka wrote:

More logs from two drives (SOHD-167T and SH-216BB)
BTW: Is it possible to add a function to the program code that allows the program to end when the drive is not responding? My SH-216BB hang up when reading 256 sectors (F1 I think). It happened twice and each time I had to restart the drive from the power supply. When the drive was suspended, the program was still waiting for a response from it. It would be nice if the program restarted the drive in such situations, or if the drive stopped responding after some time, it would terminate its operation

Hey out of curiosity what disc did you use in the SOHD-167T? What's "KULTOWE GRY 5"? Is this on redump? Do you have a scan of the disc, specifically the surface?

Curious if this is a recordable disc or something.

Hi
I had a moment so I came back to this thread, tried with another disc and it looks like the drive supports raw reading from opcode 3C 01 01
Tested with this disc - http://redump.org/disc/84828/

This is the disc
http://redump.org/disc/100941/

Generally, when it comes to TS-L632H (or SN-S082H, it's the same construction), in addition to the log, this file is also created

ehw wrote:
MrPepka wrote:

TSST TS-L632H doesn't support or what happens?

Try again? Maybe the drive doesn't like the disc and can't read it.

The same. I tried with 2 different discs, the drive reads them correctly

ehw wrote:

I made a new version to try to deal with the drive timeouts and potential possibility that it clears the cache when it does so. I don't have any drives on hand that does this so it needs testing:
https://github.com/hiddenpalaceorg/DVDR … 023-10-01a

It will reread LBA 0 so it puts it back on the cache again if a specific error is returned from sg_raw. Hopefully this helps a bit.

OK, these are the new logs

Sony DDU1611
https://mega.nz/file/JjhDWa4J#yQ7NM5jwH … dujWrBMOYg (The logs weigh over 1 GB, it's worth having a good connection to download them!)

TSST TS-L632H doesn't support or what happens?

With the BW-16D1HT, the progress bar did not move for a very long time, but rather at a normal pace
As for SH-216BB, I tested the latest version, but when the drive hang up, the 20-second timeout did not work, the program was constantly waiting for a response from the drive. Only when I stopped the program and restarted the drive and then resumed the program, did the program continue to run

More logs from two drives (SOHD-167T and SH-216BB)
BTW: Is it possible to add a function to the program code that allows the program to end when the drive is not responding? My SH-216BB hang up when reading 256 sectors (F1 I think). It happened twice and each time I had to restart the drive from the power supply. When the drive was suspended, the program was still waiting for a response from it. It would be nice if the program restarted the drive in such situations, or if the drive stopped responding after some time, it would terminate its operation

I will also add my logs. I checked on BW-16D1HT, but with firmware 3.10 modded by RibShark

13

(63 replies, posted in General discussion)

Hiya
I will bring this thread back to life a bit due to a rather specific case:
Well, it turns out that there are discs with this Ring PROTECH protection that have CD Audio tracks and sometimes this protection is on the audio tracks (these are Fake Tracks, i.e. audio tracks not used by the game, but recorded so that the disc cannot be copied). Since, as we well know, Plextor or LG/ASUS drives are poorly suited for copying discs with ring protection, and the excess of a bad DIC is not able to even start dumping such a disc in any such drive, I wrote a guide based on my experience on such a disc. to astound
ATTENTION! THIS IS ONLY A PROPOSAL FOR DUMPING THESE DISCS! PLEASE DO NOT DO THIS YET UNTIL REDUMP'S MODERATION AND ADMINISTRATION ALLOW IT!
1. First, insert the disc into a redump-compatible drive (Plextor or LG/ASUS), run MPF/DIC and start dumping. Of course, as I mentioned, dumping will not start, but DIC will provide the write offset value, which you will have to provide when adding the disc to redump.org
2. Then remove the disc from the Plextor and insert it into the SOHD-167T drive
3. Run CloneCD and copy the disc in it (be sure to select "Protected PC Game" as the profile, then edit this profile and disable the "Intelligent Bad Sector Scanner" and "Fast Error Skip Settings" options, and before starting to rip the disc, enable the option to create cue sheet). Of course, save this file somewhere (Attention! Dumping such a disc may take up to 24 hours, just wait until it is finished, or leave the computer on overnight or something)
4. Then run the ECCEDC program in CMD with this command
"EccEdc check <location of sub file> <location of img file>"
(ATTENTION! IT IS IMPORTANT TO HAVE THE LATEST VERSION OF ECCEDC AS IT HAS INTRODUCED AUDIO SECTOR CORRECTNESS CHECK!)
EccEdc will save the results to a text file. Sectors with data that have this protection will be provided in this form
"2336 bytes have already been replaced at 0x55."
However, audio sectors will have the info "audio or invalid sync". Write down all sector ranges that have this information
5. Run CDArchive in CMD with this command
cdarchive.exe --mode=ext --extrdrive=<DriveLetter> --extrstart=<FIRSTRingSector> --extrend=<LASTRingSector> --extroverread=0 --extrretries=100 --extrskip=1000 --extrdirection=<f or b> --extrdiscmode="cd" --extrsectdir="<SectorExtractionDirectory>" --extrrefcue="<PathToIMAGE.cue>" and read the rest of the sectors as much as possible. When reading sectors, remember not to force it and if the drive cannot read a sector, move to the next one
6. If CDArchive has read any sectors, import them to the disc image with this command
cdarchive.exe --mode=mer --merdiscmode=cd --mersrcdir="<SectorExtractionDirectory>" --meroutcue="<PathToIMAGE.cue>"
7. Then turn on CDMage and run the disc image in it. In the "Action" tab, select "Scan for corruption", then click "Scan" and wait until CDMage scans the entire disc image for errors. Then select the "Repair corrupted sectors" option, select all sectors with errors and wait for CDMage to repair the errors (Note! CDMage may also display information that it has repaired 0 errors out of those it found)
8. (Only required if CDMage fixes any errors) Open the ECCEDC program in CMD with this command
ECCEDC fix <location of sub file> <location of img file>
This will fix sectors corrupted by a bug in CDMage (sectors filled with the 0x55 pattern CDMage edits and fills them with the 0x00 pattern, ECCEDC restores the correct pattern)
9. In ECCEDC, execute this command
ECCEDC check <location of sub file> <location of img file>
And note the sectors that have errors (both data and audio sectors)
10. Run BINmerge in CMD with this command
binmerge -s <location of cue file> <name of new files, can be the same as the name of the disc label>
11. Calculate hashes for bin files using an application like HashCalc or OpenHashTab (remember to calculate hashes for ALL separated bin files with prefix (Track 1) (Track 2) etc)
To calculate size, just pack all the bin files, e.g. in 7-zip, open the archive in 7-zip and the application will give the size of each bin file, then enter size without spaces.
12. Add the disc to redump.org including the newly calculated hashes and ring protected sector ranges
That's it. I would like to ask the redump moderator and administration to comment on this topic whether such a possible guide would be OK for you.
Thank you very much in advance

Source codes if they are not on the CD, redump probably won't accept them, but I think no-intro can accept them

15

(3,536 replies, posted in General discussion)

I did some research, compared the scm files (especially in the sectors where both of these files were incompatible with ECC/EDC) and noticed that the DIC replaces bad sectors with 0x55 both those protected by SafeDisc and those in which SafeDisc is not present and are unintentional C2. Is it possible to somehow tell DIC to replace only those sectors with SafeDisc to 0x55?

16

(3,536 replies, posted in General discussion)

I checked it and both dumps in many different sections
I presume there are these broken sectors that are improperly repaired. I would have to somehow force Plextor to fix C2 errors on the same disc to somehow compare it to each other

17

(3,536 replies, posted in General discussion)

Sorry to write here, but something is wrong with GitHub and I can't submit a new request there
I have a SafeDisc disc that also has unintentional C2 errors. DIC fixes them, but it does so in such a way that the dump is then corrupted. The problem only affects this one disc and interestingly only the LG drive, Plextor is not able to fix C2 errors on this disc. I tried changing the C2 offset to 295 and using the /s 2 command, but it didn't help, and with the /s 0 command, the dumping fails with "Failed to analyze sub-channel" error
The problem concerns sectors from about 14192 to about 17398. It is so strange that Plextor does not see any C2 errors in this area, only LG, and the sectors in which SafeDisc is in the range 809-10199, which is quite close to the problem area
https://mega.nz/file/omQxACwC#gh09rAsih … Hf1BlbkJD0
https://mega.nz/file/5iAX0S6B#92GInFyo7 … _r1nKl7e8k

18

(3,536 replies, posted in General discussion)

I've also included a CloneCD sub if that helps
https://mega.nz/file/Rr4SmKzJ#7StTQ2_82 … SyLo07HNZg

19

(3,536 replies, posted in General discussion)

I am attaching the rest of the logs
https://mega.nz/file/hiQ1RSAa#8whKJAZcy … t0WI3LU8t8

20

(3,536 replies, posted in General discussion)

One disc returns me "Failed to analyze sub-channel" after dumping it on sectors with SCSI errors, the problem is only with this disc. Is it caused by disc corruption or something else? I even checked with the /s 2 option
https://mega.nz/file/M2pXxIDD#ghHUnlIjt … 0hJ8ieZiAU

21

(3,536 replies, posted in General discussion)

And yet no
On one of my audio CDs, DIC generates the correct universal SHA-1 hash, but hashes like CRC, MD5 or SHA-1 for individual tracks don't even match what is in the redump
There are no errors in the logs
Sarami, do you have an idea for this?
https://mega.nz/file/hqBExaAS#Qer8rpX7r … 8vF-AjLTZk
It's about this CD
http://redump.org/disc/43250/

22

(3,536 replies, posted in General discussion)

It's OK now
https://mega.nz/file/l7RSCJwZ#FGESpozeA … 54X1wleQ18

23

(3,536 replies, posted in General discussion)

By the way, I also throw in the rest of the Audio CDs that I have (from the Non-Game project) and unfortunately, nowhere is the universal hash generated by DIC identical to the redumper
https://mega.nz/file/pq5iFJIQ#rnpLAy65e … l07bIIkSSA
https://mega.nz/file/52B2CLgZ#Kgm2p1FYh … NWl_cIimv4
https://mega.nz/file/Y6BDhb5A#UM4Eqryml … MzKJyt6r8s
https://mega.nz/file/BmIjDbBK#GuYdyg4SM … aOBv66oZ4w
https://mega.nz/file/12hgyCDY#ZQUC94ocQ … fj6hPswD6k
And from redumper:
https://datomatic.no-intro.org/attachme … 734_f0.log
https://datomatic.no-intro.org/attachme … 112_f0.log
https://datomatic.no-intro.org/attachme … 421_f0.log
https://datomatic.no-intro.org/attachme … 647_f0.log
https://cdn.discordapp.com/attachments/ … 3525_F.log

24

(3,536 replies, posted in General discussion)

Disc B (logs above):
Redumper:

=== 2023-01-20 23:09:14 ========================================================
*** MODE: dump
drive path: F:
drive: PLEXTOR - DVDR PX-712A (revision level: 1.09, vendor specific: 03/31/06 10:00)
drive configuration: PLEXTOR (read offset: +30, C2 shift: 295, pre-gap start: -75, read method: D8, sector order: DATA_C2_SUB)
image path: .
image name: dump_230120_230914_F

disc TOC:
  disc type: CD-DA / CD-DATA
  track 01 { audio }
    index 01 { LBA:      0, MSF: 00:02:00 }
  track 02 { audio }
    index 01 { LBA:  14064, MSF: 03:09:39 }
  track 03 { audio }
    index 01 { LBA:  29302, MSF: 06:32:52 }
  track 04 { audio }
    index 01 { LBA:  49989, MSF: 11:08:39 }
  track 05 { audio }
    index 01 { LBA:  68930, MSF: 15:21:05 }
  track 06 { audio }
    index 01 { LBA:  78837, MSF: 17:33:12 }
  track 07 { audio }
    index 01 { LBA: 106802, MSF: 23:46:02 }
  track 08 { audio }
    index 01 { LBA: 116309, MSF: 25:52:59 }
  track 09 { audio }
    index 01 { LBA: 135913, MSF: 30:14:13 }
  track 10 { audio }
    index 01 { LBA: 145670, MSF: 32:24:20 }
  track 11 { audio }
    index 01 { LBA: 166903, MSF: 37:07:28 }
  track 12 { audio }
    index 01 { LBA: 177256, MSF: 39:25:31 }
  track 13 { audio }
    index 01 { LBA: 188618, MSF: 41:56:68 }
  track 14 { audio }
    index 01 { LBA: 204488, MSF: 45:28:38 }
  track 15 { audio }
    index 01 { LBA: 219940, MSF: 48:54:40 }
  track 16 { audio }
    index 01 { LBA: 235290, MSF: 52:19:15 }
  track 17 { audio }
    index 01 { LBA: 248406, MSF: 55:14:06 }
  track 18 { audio }
    index 01 { LBA: 267498, MSF: 59:28:48 }
  track AA { audio }
    index 01 { LBA: 288966, MSF: 64:14:66 }

PLEXTOR: reading lead-in
PLEXTOR: lead-in found (session index: 0, sectors: 1789)
dump started
dump complete (time: 291s)

media errors: 
  SCSI: 0
  C2: 0
  Q: 386

*** MODE: protection
scan started
protection: N/A
scan complete (time: 0s)

*** MODE: split
correcting Q... done

final TOC:
  disc type: CD-DA / CD-DATA
  track 01 { audio }
    index 00 { LBA:   -150 ..     -1, length:    150, MSF: 00:00:00-03:09:38 }
    index 01 { LBA:      0 ..  14063, length:  14064, MSF: 00:02:00-03:09:38 }
  track 02 { audio }
    index 01 { LBA:  14064 ..  29301, length:  15238, MSF: 03:09:39-06:32:51 }
  track 03 { audio }
    index 01 { LBA:  29302 ..  49988, length:  20687, MSF: 06:32:52-11:08:38 }
  track 04 { audio }
    index 01 { LBA:  49989 ..  68929, length:  18941, MSF: 11:08:39-15:21:04 }
  track 05 { audio }
    index 01 { LBA:  68930 ..  78836, length:   9907, MSF: 15:21:05-17:33:11 }
  track 06 { audio }
    index 01 { LBA:  78837 .. 106801, length:  27965, MSF: 17:33:12-23:46:01 }
  track 07 { audio }
    index 01 { LBA: 106802 .. 116308, length:   9507, MSF: 23:46:02-25:52:58 }
  track 08 { audio }
    index 01 { LBA: 116309 .. 135912, length:  19604, MSF: 25:52:59-30:14:12 }
  track 09 { audio }
    index 01 { LBA: 135913 .. 145669, length:   9757, MSF: 30:14:13-32:24:19 }
  track 10 { audio }
    index 01 { LBA: 145670 .. 166902, length:  21233, MSF: 32:24:20-37:07:27 }
  track 11 { audio }
    index 01 { LBA: 166903 .. 177255, length:  10353, MSF: 37:07:28-39:25:30 }
  track 12 { audio }
    index 01 { LBA: 177256 .. 188617, length:  11362, MSF: 39:25:31-41:56:67 }
  track 13 { audio }
    index 01 { LBA: 188618 .. 204487, length:  15870, MSF: 41:56:68-45:28:37 }
  track 14 { audio }
    index 01 { LBA: 204488 .. 219939, length:  15452, MSF: 45:28:38-48:54:39 }
  track 15 { audio }
    index 01 { LBA: 219940 .. 235289, length:  15350, MSF: 48:54:40-52:19:14 }
  track 16 { audio }
    index 01 { LBA: 235290 .. 248405, length:  13116, MSF: 52:19:15-55:14:05 }
  track 17 { audio }
    index 01 { LBA: 248406 .. 267497, length:  19092, MSF: 55:14:06-59:28:47 }
  track 18 { audio }
    index 01 { LBA: 267498 .. 288965, length:  21468, MSF: 59:28:48-64:14:65 }
  track AA { audio }
    index 01 { LBA: 288966 .. 289062, length:     97, MSF: 64:14:66-64:16:12 }

80 00 0 00 00 0 0 Cyberpunk 20
80 00 0 01 12 0 0 77|The Voice
80 01 0 02 09 0 0  In My Head|
80 02 0 03 00 0 0 Modern Anthi
80 02 0 04 12 0 0 ll|The Sacre
80 03 0 05 09 0 0 d And The Pr
80 03 0 06 15 0 0 ofane|Kang T
80 04 0 07 06 0 0 ao Down|Cybe
80 05 0 08 04 0 0 rwildlife Pa
80 05 0 09 15 0 0 rk|Consumer 
80 06 0 10 09 0 0 Cathedral|Ju
80 07 0 11 02 0 0 iced Up|Bell
80 08 0 12 04 0 0 s Of Laguna 
80 08 0 13 15 0 0 Bend|Urban D
80 09 0 14 07 0 0 ownunder|Atl
80 10 0 15 03 0 0 antis|Cybern
80 11 0 16 06 0 0 inja|The Sui
80 12 0 17 07 0 0 ts Are Scare
80 12 0 18 15 0 0 d|Tower Lock
80 13 0 19 10 0 0 down|To Hell
80 14 0 20 07 0 0  and Back|Ad
80 15 0 21 02 0 0 am Smasher|H
80 16 0 22 01 0 0 anako & Yori
80 16 0 23 13 0 0 nobu|Been Go
80 17 0 24 07 0 0 od To Know Y
80 17 0 25 15 0 0 a|Never Fade
80 18 0 26 10 0 0  Away (SAMUR
80 18 0 27 15 0 0 AI Cover) - 
80 18 0 28 15 0 0 feat. Olga J
80 18 0 29 15 0 0 ankowska||||
81 00 0 30 00 0 0 |P.T. Adamcz
81 01 0 31 11 0 0 yk|Marcin Pr
81 02 0 32 09 0 0 zybylowicz|P
81 03 0 33 01 0 0 aul Leonard-
81 03 0 34 13 0 0 Morgan|P.T. 
81 04 0 35 05 0 0 Adamczyk|Mar
81 05 0 36 03 0 0 cin Przybylo
81 05 0 37 15 0 0 wicz|Marcin 
81 06 0 38 07 0 0 Przybylowicz
81 06 0 39 15 0 0 |P.T. Adamcz
81 07 0 40 11 0 0 yk|Paul Leon
81 08 0 41 09 0 0 ard-Morgan|M
81 09 0 42 01 0 0 arcin Przyby
81 09 0 43 13 0 0 lowicz|P.T. 
81 10 0 44 05 0 0 Adamczyk|Mar
81 11 0 45 03 0 0 cin Przybylo
81 11 0 46 15 0 0 wicz|Paul Le
81 12 0 47 07 0 0 onard-Morgan
81 12 0 48 15 0 0 |Paul Leonar
81 13 0 49 11 0 0 d-Morgan|P.T
81 14 0 50 03 0 0 . Adamczyk|P
81 15 0 51 01 0 0 aul Leonard-
81 15 0 52 13 0 0 Morgan|Paul 
81 16 0 53 05 0 0 Leonard-Morg
81 16 0 54 15 0 0 an|Marcin Pr
81 17 0 55 09 0 0 zybylowicz|P
81 18 0 56 01 0 0 .T. Adamczyk
81 18 0 57 13 0 0 ||||||||||||
8F 00 0 58 00 0 0 |\x01\x12|\x1E\x1C||||||
8F 01 0 59 00 0 0 |||||||\x03<|||
8F 02 0 60 00 0 0 ||||\x09|||||||
non-zero  TOC sample range: [   -88200 .. 169969044]
non-zero data sample range: [    15683 .. 169911170]
Universal Hash (SHA-1): 296e170502f9347ca956688be2351b8b7940623d

detecting offset
audio silence detection... done
Perfect Audio Offset (silence level: 0): [-88200 .. +15683]
warning: fallback offset 0 applied
disc write offset: +0
detection complete (time: 12s)

checking tracks
track 01... passed
track 02... passed
track 03... passed
track 04... passed
track 05... passed
track 06... passed
track 07... passed
track 08... passed
track 09... passed
track 10... passed
track 11... passed
track 12... passed
track 13... passed
track 14... passed
track 15... passed
track 16... passed
track 17... passed
track 18... passed
track AA... passed
check complete (time: 1s)

splitting tracks
writing "dump_230120_230914_F (Track 01).bin"
writing "dump_230120_230914_F (Track 02).bin"
writing "dump_230120_230914_F (Track 03).bin"
writing "dump_230120_230914_F (Track 04).bin"
writing "dump_230120_230914_F (Track 05).bin"
writing "dump_230120_230914_F (Track 06).bin"
writing "dump_230120_230914_F (Track 07).bin"
writing "dump_230120_230914_F (Track 08).bin"
writing "dump_230120_230914_F (Track 09).bin"
writing "dump_230120_230914_F (Track 10).bin"
writing "dump_230120_230914_F (Track 11).bin"
writing "dump_230120_230914_F (Track 12).bin"
writing "dump_230120_230914_F (Track 13).bin"
writing "dump_230120_230914_F (Track 14).bin"
writing "dump_230120_230914_F (Track 15).bin"
writing "dump_230120_230914_F (Track 16).bin"
writing "dump_230120_230914_F (Track 17).bin"
writing "dump_230120_230914_F (Track 18).bin"
split complete (time: 8s)

writing CUE-sheet
dump_230120_230914_F.cue... done

dat:
<rom name="dump_230120_230914_F (Track 01).bin" size="33078528" crc="0c3e25b8" md5="5dbf91c2e997e52b045bb3aab3745a74" sha1="a79885de161396351c2472434b08bd65377e86ac" />
<rom name="dump_230120_230914_F (Track 02).bin" size="35839776" crc="becf13ca" md5="fb90209e69e1e044b0b76769fe30c7c7" sha1="921ccc54be42e611fad8ea36dc58b2dd20f0c62a" />
<rom name="dump_230120_230914_F (Track 03).bin" size="48655824" crc="33bf7575" md5="b45708985ee0ab685f915908f0574f23" sha1="6c8762160f55fb8c6aa5869eee5fa66d668c3237" />
<rom name="dump_230120_230914_F (Track 04).bin" size="44549232" crc="2a83edb4" md5="5b0aaed219888f3b70b0b6f4b0f0df6b" sha1="374e2375209fa8feb36284428584039daec46782" />
<rom name="dump_230120_230914_F (Track 05).bin" size="23301264" crc="6ac14833" md5="14957a2b3434a0dd8b8fed53ea0cf55d" sha1="0b4abaef2fbb4c40242ff012b9627a423cec1f28" />
<rom name="dump_230120_230914_F (Track 06).bin" size="65773680" crc="6849103a" md5="3f71946219929cbc5a6558ad9f28a486" sha1="93ead00840e0adef6bdbf0c3cfa4eb81d4d65000" />
<rom name="dump_230120_230914_F (Track 07).bin" size="22360464" crc="75d5fa48" md5="3a3f15ba7eb17552e62854a1216ae899" sha1="0a79055c1eff57c8abb6f3ae843118bc2968a196" />
<rom name="dump_230120_230914_F (Track 08).bin" size="46108608" crc="a6e3f1b3" md5="0056f4c34fdef156d603cf29e27f65a3" sha1="27b22d0d97b5adf2c12f2d696d35451567032567" />
<rom name="dump_230120_230914_F (Track 09).bin" size="22948464" crc="1c2fe522" md5="fe19c7d232899dab3916410110ba449c" sha1="2003119d7e8321ffcf34d5138cf94af92c4d82ce" />
<rom name="dump_230120_230914_F (Track 10).bin" size="49940016" crc="0256866d" md5="ecce050d8e1fede5e122c0baa67bf792" sha1="8a1df7da8f9fdf759f42dabcbed41a4e06b5efc7" />
<rom name="dump_230120_230914_F (Track 11).bin" size="24350256" crc="8afd2afb" md5="aa089dd5c1914a4ca6b0d2303d1944f3" sha1="db8fd49df684a8ee0d242bf1e3fd0e0044ed19b4" />
<rom name="dump_230120_230914_F (Track 12).bin" size="26723424" crc="ba6f5b93" md5="f5f22d8f3bef00a7a8a84feaeb67dbf9" sha1="fbc821adaf229553ce326bad7c71d5816a2c2f7a" />
<rom name="dump_230120_230914_F (Track 13).bin" size="37326240" crc="26d4ec01" md5="d444c7c4aba3e435ddbf00413ff3d1b8" sha1="736e395b66706ce95f8298b5cb187f65f5b805d5" />
<rom name="dump_230120_230914_F (Track 14).bin" size="36343104" crc="ab64a432" md5="fe7e0ae385222f511d7ba6ef9e197277" sha1="9155aac62b3d6165cac895da105bcaff076e1ff3" />
<rom name="dump_230120_230914_F (Track 15).bin" size="36103200" crc="3e2d0c45" md5="d92703211d4b56620bf9ef8bdd2b0bd2" sha1="a1374d7f618f2682889031120be656751405333e" />
<rom name="dump_230120_230914_F (Track 16).bin" size="30848832" crc="0531a51a" md5="50390fb521872626464d0eecc3dd04fa" sha1="858c0857e3f1d57188b36d44b58d953229f63cd3" />
<rom name="dump_230120_230914_F (Track 17).bin" size="44904384" crc="a2f72aa9" md5="24d9710a1df1d87b01da0ba477caa418" sha1="299f0af0fb0181b9fa10a5517821a569d9e77249" />
<rom name="dump_230120_230914_F (Track 18).bin" size="50492736" crc="9a9f9d0c" md5="21e45a04fffc6e9b5fce5e90e9bbd6ea" sha1="de8533441ae6e53e2d093ddc5906e534a0771e8e" />

CUE [dump_230120_230914_F.cue]:
TITLE "Cyberpunk 2077"
FILE "dump_230120_230914_F (Track 01).bin" BINARY
  TRACK 01 AUDIO
    TITLE "The Voice In My Head"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 02).bin" BINARY
  TRACK 02 AUDIO
    TITLE "Modern Anthill"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 03).bin" BINARY
  TRACK 03 AUDIO
    TITLE "The Sacred And The Profane"
    PERFORMER "Paul Leonard-Morgan"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 04).bin" BINARY
  TRACK 04 AUDIO
    TITLE "Kang Tao Down"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 05).bin" BINARY
  TRACK 05 AUDIO
    TITLE "Cyberwildlife Park"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 06).bin" BINARY
  TRACK 06 AUDIO
    TITLE "Consumer Cathedral"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 07).bin" BINARY
  TRACK 07 AUDIO
    TITLE "Juiced Up"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 08).bin" BINARY
  TRACK 08 AUDIO
    TITLE "Bells Of Laguna Bend"
    PERFORMER "Paul Leonard-Morgan"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 09).bin" BINARY
  TRACK 09 AUDIO
    TITLE "Urban Downunder"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 10).bin" BINARY
  TRACK 10 AUDIO
    TITLE "Atlantis"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 11).bin" BINARY
  TRACK 11 AUDIO
    TITLE "Cyberninja"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 12).bin" BINARY
  TRACK 12 AUDIO
    TITLE "The Suits Are Scared"
    PERFORMER "Paul Leonard-Morgan"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 13).bin" BINARY
  TRACK 13 AUDIO
    TITLE "Tower Lockdown"
    PERFORMER "Paul Leonard-Morgan"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 14).bin" BINARY
  TRACK 14 AUDIO
    TITLE "To Hell and Back"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 15).bin" BINARY
  TRACK 15 AUDIO
    TITLE "Adam Smasher"
    PERFORMER "Paul Leonard-Morgan"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 16).bin" BINARY
  TRACK 16 AUDIO
    TITLE "Hanako & Yorinobu"
    PERFORMER "Paul Leonard-Morgan"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 17).bin" BINARY
  TRACK 17 AUDIO
    TITLE "Been Good To Know Ya"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_230914_F (Track 18).bin" BINARY
  TRACK 18 AUDIO
    TITLE "Never Fade Away (SAMURAI Cover) - feat. Olga Jankowska"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00

*** MODE: info

DIC:

========== TOC ==========
     Audio Track  1, LBA        0 -    14063, Length    14064
     Audio Track  2, LBA    14064 -    29301, Length    15238
     Audio Track  3, LBA    29302 -    49988, Length    20687
     Audio Track  4, LBA    49989 -    68929, Length    18941
     Audio Track  5, LBA    68930 -    78836, Length     9907
     Audio Track  6, LBA    78837 -   106801, Length    27965
     Audio Track  7, LBA   106802 -   116308, Length     9507
     Audio Track  8, LBA   116309 -   135912, Length    19604
     Audio Track  9, LBA   135913 -   145669, Length     9757
     Audio Track 10, LBA   145670 -   166902, Length    21233
     Audio Track 11, LBA   166903 -   177255, Length    10353
     Audio Track 12, LBA   177256 -   188617, Length    11362
     Audio Track 13, LBA   188618 -   204487, Length    15870
     Audio Track 14, LBA   204488 -   219939, Length    15452
     Audio Track 15, LBA   219940 -   235289, Length    15350
     Audio Track 16, LBA   235290 -   248405, Length    13116
     Audio Track 17, LBA   248406 -   267497, Length    19092
     Audio Track 18, LBA   267498 -   288965, Length    21468
                                              Total    288966
Set the TRACK_TYPE to audioOnly
========== DiscInformation ==========
                      DiscStatus: Complete
               LastSessionStatus: Complete
                        Erasable: No
                FirstTrackNumber: 1
             NumberOfSessionsLsb: 1
        LastSessionFirstTrackLsb: 1
         LastSessionLastTrackLsb: 18
                       MrwStatus: None
                     MrwDirtyBit: No
                 UnrestrictedUse: No
                DiscBarCodeValid: No
                     DiscIDValid: No
                        DiscType: CD-DA or CD-ROM Disc
               LastSessionLeadIn: ff:ff:ff:ff
    LastPossibleLeadOutStartTime: ff:ff:ff:ff
                NumberOPCEntries: 0
========== OpCode[0xd8]: SubCode[2]: Check Drive + CD offset ==========
========== LBA[000000, 0000000]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P FF FF FF FF FF FF FF FF FF FF FF FF
    Q 01 01 01 00 00 00 00 00 02 00 5A 28
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
========== Offset (Drive offset refers to http://www.accuraterip.com) ==========
     Combined Offset(Byte)    120, (Samples)    30
    -   Drive Offset(Byte)    120, (Samples)    30
    ----------------------------------------------
           CD Offset(Byte)      0, (Samples)     0
    Overread sector: 1
    SubChannel Offset: 0
========== OpCode[0xd8]: SubCode[8]: Check Drive + CD offset ==========
========== LBA[000000, 0000000]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P FF FF FF FF FF FF FF FF FF FF FF FF
    Q 01 01 01 00 00 00 00 00 02 00 5A 28
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
========== Offset (Drive offset refers to http://www.accuraterip.com) ==========
     Combined Offset(Byte)    120, (Samples)    30
    -   Drive Offset(Byte)    120, (Samples)    30
    ----------------------------------------------
           CD Offset(Byte)      0, (Samples)     0
    Overread sector: 1
    SubChannel Offset: 0
========== CDTEXT ==========
    Entry 0 crc[0bfd] is good
    Entry 1 crc[cb4d] is good
    Entry 2 crc[c352] is good
    Entry 3 crc[43af] is good
    Entry 4 crc[4965] is good
    Entry 5 crc[ecc9] is good
    Entry 6 crc[e81b] is good
    Entry 7 crc[4815] is good
    Entry 8 crc[ae31] is good
    Entry 9 crc[6d57] is good
    Entry 10 crc[2f7c] is good
    Entry 11 crc[0e14] is good
    Entry 12 crc[9c87] is good
    Entry 13 crc[770d] is good
    Entry 14 crc[afa8] is good
    Entry 15 crc[c2d6] is good
    Entry 16 crc[d939] is good
    Entry 17 crc[fc8e] is good
    Entry 18 crc[4163] is good
    Entry 19 crc[7d9b] is good
    Entry 20 crc[c756] is good
    Entry 21 crc[d564] is good
    Entry 22 crc[cc08] is good
    Entry 23 crc[24c0] is good
    Entry 24 crc[1e96] is good
    Entry 25 crc[d664] is good
    Entry 26 crc[042e] is good
    Entry 27 crc[1c02] is good
    Entry 28 crc[d408] is good
    Entry 29 crc[47b5] is good
    Entry 30 crc[bb95] is good
    Entry 31 crc[e2fa] is good
    Entry 32 crc[7b0b] is good
    Entry 33 crc[5c44] is good
    Entry 34 crc[311c] is good
    Entry 35 crc[84ae] is good
    Entry 36 crc[4a8c] is good
    Entry 37 crc[a95d] is good
    Entry 38 crc[147c] is good
    Entry 39 crc[679e] is good
    Entry 40 crc[9d5c] is good
    Entry 41 crc[90bc] is good
    Entry 42 crc[c2fc] is good
    Entry 43 crc[6e43] is good
    Entry 44 crc[eeed] is good
    Entry 45 crc[2ba8] is good
    Entry 46 crc[ab29] is good
    Entry 47 crc[2105] is good
    Entry 48 crc[5283] is good
    Entry 49 crc[34f7] is good
    Entry 50 crc[b8c4] is good
    Entry 51 crc[d086] is good
    Entry 52 crc[2051] is good
    Entry 53 crc[7adf] is good
    Entry 54 crc[af12] is good
    Entry 55 crc[6055] is good
    Entry 56 crc[635f] is good
    Entry 57 crc[dc5f] is good
    Entry 58 crc[9ce5] is good
    Entry 59 crc[9091] is good
    Entry 60 crc[0000] is bad, but this does not affect the cue sheet
    Album Name: Cyberpunk 2077
     Song Name[1]: The Voice In My Head
     Song Name[2]: Modern Anthill
     Song Name[3]: The Sacred And The Profane
     Song Name[4]: Kang Tao Down
     Song Name[5]: Cyberwildlife Park
     Song Name[6]: Consumer Cathedral
     Song Name[7]: Juiced Up
     Song Name[8]: Bells Of Laguna Bend
     Song Name[9]: Urban Downunder
     Song Name[10]: Atlantis
     Song Name[11]: Cyberninja
     Song Name[12]: The Suits Are Scared
     Song Name[13]: Tower Lockdown
     Song Name[14]: To Hell and Back
     Song Name[15]: Adam Smasher
     Song Name[16]: Hanako & Yorinobu
     Song Name[17]: Been Good To Know Ya
     Song Name[18]: Never Fade Away (SAMURAI Cover) - feat. Olga Jankowska
     Song Performer[1]: P.T. Adamczyk
     Song Performer[2]: Marcin Przybylowicz
     Song Performer[3]: Paul Leonard-Morgan
     Song Performer[4]: P.T. Adamczyk
     Song Performer[5]: Marcin Przybylowicz
     Song Performer[6]: Marcin Przybylowicz
     Song Performer[7]: P.T. Adamczyk
     Song Performer[8]: Paul Leonard-Morgan
     Song Performer[9]: Marcin Przybylowicz
     Song Performer[10]: P.T. Adamczyk
     Song Performer[11]: Marcin Przybylowicz
     Song Performer[12]: Paul Leonard-Morgan
     Song Performer[13]: Paul Leonard-Morgan
     Song Performer[14]: P.T. Adamczyk
     Song Performer[15]: Paul Leonard-Morgan
     Song Performer[16]: Paul Leonard-Morgan
     Song Performer[17]: Marcin Przybylowicz
     Song Performer[18]: P.T. Adamczyk
             Character code for this BLOCK: 0x00 (ISO/IEC 8859-1 [Latin-1])
                        First track Number: 1
                         Last track Number: 18
                             Mode2 PACKETs: No
              Program area copy protection: No
                Copyright asserted for $85: No
            Copyright asserted for $81-$84: No
                Copyright asserted for $80: No
    Number of PACKS with $80 (ALBUM_NAME) : 30
    Number of PACKS with $81 (PERFORMER)  : 28
    Number of PACKS with $82 (SONGWRITER) : 0
    Number of PACKS with $83 (COMPOSER)   : 0
    Number of PACKS with $84 (ARRANGER)   : 0
    Number of PACKS with $85 (MESSAGES)   : 0
    Number of PACKS with $86 (DISC_ID)    : 0
    Number of PACKS with $87 (GENRE)      : 0
    Number of PACKS with $88 (TOC_INFO)   : 0
    Number of PACKS with $89 (TOC_INFO2)  : 0
    Number of PACKS with $8a              : 0
    Number of PACKS with $8b              : 0
    Number of PACKS with $8c              : 0
    Number of PACKS with $8d (CLOSED_INFO): 0
    Number of PACKS with $8e (UPC_EAN)    : 0
    Number of PACKS with $8f (SIZE_INFO)  : 3
           Last Sequence number of BLOCK 0: 60
           Last Sequence number of BLOCK 1: 0
           Last Sequence number of BLOCK 2: 0
           Last Sequence number of BLOCK 3: 0
           Last Sequence number of BLOCK 4: 0
           Last Sequence number of BLOCK 5: 0
           Last Sequence number of BLOCK 6: 0
           Last Sequence number of BLOCK 7: 0
                     Language code BLOCK 0: 0x09 (English)
                     Language code BLOCK 1: 0x00 (not applicable)
                     Language code BLOCK 2: 0x00 (not applicable)
                     Language code BLOCK 3: 0x00 (not applicable)
                     Language code BLOCK 4: 0x00 (not applicable)
                     Language code BLOCK 5: 0x00 (not applicable)
                     Language code BLOCK 6: 0x00 (not applicable)
                     Language code BLOCK 7: 0x00 (not applicable)
========== OpCode[0xd8]: SubCode[8]: Track[01]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[02]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[03]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[04]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[05]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[06]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[07]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[08]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[09]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[10]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[11]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[12]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[13]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[14]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[15]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[16]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[17]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[18]: Check MCN and/or ISRC ==========
    Nothing
========== FULL TOC ==========
    FirstCompleteSession: 1
     LastCompleteSession: 1
    Session 1, Ctl 0, Adr 1, Point 0xa0, FirstTrack  1, Format: CD-DA or CD-ROM
    Session 1, Ctl 0, Adr 1, Point 0xa1,  LastTrack 18
    Session 1, Ctl 0, Adr 1, Point 0xa2,      Lead-out, AMSF 64:14:66 (LBA[288966, 0x468c6])
    Session 1, Ctl 0, Adr 1, Point 0x01,      Track  1, AMSF 00:02:00 (LBA[000000, 0000000])
    Session 1, Ctl 0, Adr 1, Point 0x02,      Track  2, AMSF 03:09:39 (LBA[014064, 0x036f0])
    Session 1, Ctl 0, Adr 1, Point 0x03,      Track  3, AMSF 06:32:52 (LBA[029302, 0x07276])
    Session 1, Ctl 0, Adr 1, Point 0x04,      Track  4, AMSF 11:08:39 (LBA[049989, 0x0c345])
    Session 1, Ctl 0, Adr 1, Point 0x05,      Track  5, AMSF 15:21:05 (LBA[068930, 0x10d42])
    Session 1, Ctl 0, Adr 1, Point 0x06,      Track  6, AMSF 17:33:12 (LBA[078837, 0x133f5])
    Session 1, Ctl 0, Adr 1, Point 0x07,      Track  7, AMSF 23:46:02 (LBA[106802, 0x1a132])
    Session 1, Ctl 0, Adr 1, Point 0x08,      Track  8, AMSF 25:52:59 (LBA[116309, 0x1c655])
    Session 1, Ctl 0, Adr 1, Point 0x09,      Track  9, AMSF 30:14:13 (LBA[135913, 0x212e9])
    Session 1, Ctl 0, Adr 1, Point 0x0a,      Track 10, AMSF 32:24:20 (LBA[145670, 0x23906])
    Session 1, Ctl 0, Adr 1, Point 0x0b,      Track 11, AMSF 37:07:28 (LBA[166903, 0x28bf7])
    Session 1, Ctl 0, Adr 1, Point 0x0c,      Track 12, AMSF 39:25:31 (LBA[177256, 0x2b468])
    Session 1, Ctl 0, Adr 1, Point 0x0d,      Track 13, AMSF 41:56:68 (LBA[188618, 0x2e0ca])
    Session 1, Ctl 0, Adr 1, Point 0x0e,      Track 14, AMSF 45:28:38 (LBA[204488, 0x31ec8])
    Session 1, Ctl 0, Adr 1, Point 0x0f,      Track 15, AMSF 48:54:40 (LBA[219940, 0x35b24])
    Session 1, Ctl 0, Adr 1, Point 0x10,      Track 16, AMSF 52:19:15 (LBA[235290, 0x3971a])
    Session 1, Ctl 0, Adr 1, Point 0x11,      Track 17, AMSF 55:14:06 (LBA[248406, 0x3ca56])
    Session 1, Ctl 0, Adr 1, Point 0x12,      Track 18, AMSF 59:28:48 (LBA[267498, 0x414ea])
========== OpCode[0xd8]: SubCode[8]: Track[01]: Check CD + G ==========
========== LBA[000100, 0x00064]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 01 01 00 01 25 00 00 03 25 73 9D
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[02]: Check CD + G ==========
========== LBA[014164, 0x03754]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 02 01 00 01 25 00 03 10 64 09 4C
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[03]: Check CD + G ==========
========== LBA[029402, 0x072da]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 03 01 00 01 25 00 06 34 02 CF DD
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[04]: Check CD + G ==========
========== LBA[050089, 0x0c3a9]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 04 01 00 01 25 00 11 09 64 C7 2C
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[05]: Check CD + G ==========
========== LBA[069030, 0x10da6]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 05 01 00 01 25 00 15 22 30 30 A2
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[06]: Check CD + G ==========
========== LBA[078937, 0x13459]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 06 01 00 01 25 00 17 34 37 AA B4
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[07]: Check CD + G ==========
========== LBA[106902, 0x1a196]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 07 01 00 01 25 00 23 47 27 17 C9
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[08]: Check CD + G ==========
========== LBA[116409, 0x1c6b9]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 08 01 00 01 25 00 25 54 09 AE B1
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[09]: Check CD + G ==========
========== LBA[136013, 0x2134d]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 09 01 00 01 25 00 30 15 38 F5 8E
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[10]: Check CD + G ==========
========== LBA[145770, 0x2396a]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 10 01 00 01 25 00 32 25 45 A0 63
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[11]: Check CD + G ==========
========== LBA[167003, 0x28c5b]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 11 01 00 01 25 00 37 08 53 A2 FD
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[12]: Check CD + G ==========
========== LBA[177356, 0x2b4cc]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 12 01 00 01 25 00 39 26 56 E1 F4
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[13]: Check CD + G ==========
========== LBA[188718, 0x2e12e]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 13 01 00 01 25 00 41 58 18 F9 22
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[14]: Check CD + G ==========
========== LBA[204588, 0x31f2c]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 14 01 00 01 25 00 45 29 63 60 DD
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[15]: Check CD + G ==========
========== LBA[220040, 0x35b88]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 15 01 00 01 25 00 48 55 65 E4 5D
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[16]: Check CD + G ==========
========== LBA[235390, 0x3977e]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 16 01 00 01 25 00 52 20 40 CE D0
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[17]: Check CD + G ==========
========== LBA[248506, 0x3caba]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 17 01 00 01 25 00 55 15 31 34 B5
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[18]: Check CD + G ==========
========== LBA[267598, 0x4154e]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 18 01 00 01 25 00 59 29 73 F1 FE
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
Set OpCode: 0xd8, SubCode: 8(Raw)
========== TOC with pregap ==========
    Track  1, Ctl 0, Mode 0, Index0   -150, Index1      0
    Track  2, Ctl 0, Mode 0,              , Index1  14064
    Track  3, Ctl 0, Mode 0,              , Index1  29302
    Track  4, Ctl 0, Mode 0,              , Index1  49989
    Track  5, Ctl 0, Mode 0,              , Index1  68930
    Track  6, Ctl 0, Mode 0,              , Index1  78837
    Track  7, Ctl 0, Mode 0,              , Index1 106802
    Track  8, Ctl 0, Mode 0,              , Index1 116309
    Track  9, Ctl 0, Mode 0,              , Index1 135913
    Track 10, Ctl 0, Mode 0,              , Index1 145670
    Track 11, Ctl 0, Mode 0,              , Index1 166903
    Track 12, Ctl 0, Mode 0,              , Index1 177256
    Track 13, Ctl 0, Mode 0,              , Index1 188618
    Track 14, Ctl 0, Mode 0,              , Index1 204488
    Track 15, Ctl 0, Mode 0,              , Index1 219940
    Track 16, Ctl 0, Mode 0,              , Index1 235290
    Track 17, Ctl 0, Mode 0,              , Index1 248406
    Track 18, Ctl 0, Mode 0,              , Index1 267498
========== Hash(Whole image) ==========
        <rom name="Audio CD.img" size="679648032" crc="2f52c682" md5="639464f5db5ba5a65a58924655cf6169" sha1="f8d0838026880c21a04256236827920b84c66386"/>
========== Hash(Universal Whole image) ==========
     1st non-zero byte position:     27 sector + 1580 byte
    Last non-zero byte position: 288964 sector + 1349 byte
        <rom name="" size="679581946" crc="0881aac4" md5="7f8018fe28f326c7b894424fb69a1b1b" sha1="0b22d29a3c08b2d827a2a8266b6a49a379fb6257"/>

25

(3,536 replies, posted in General discussion)

I will throw in two more Audio CDs (http://redump.org/disc/74918/ and http://redump.org/disc/74919/) that I have, although they have the same problem, i.e. non-zero data detected in the wrong place
Logs:
https://mega.nz/file/0uZ0wQbL#g1bVshv4s … GBFaeV9P3A
https://mega.nz/file/RrJghR4S#kFGYr7oIR … faS2t3QnIM
Disc A:
Redumper:

=== 2023-01-20 22:59:43 ========================================================
*** MODE: dump
drive path: F:
drive: PLEXTOR - DVDR PX-712A (revision level: 1.09, vendor specific: 03/31/06 10:00)
drive configuration: PLEXTOR (read offset: +30, C2 shift: 295, pre-gap start: -75, read method: D8, sector order: DATA_C2_SUB)
image path: .
image name: dump_230120_225943_F

disc TOC:
  disc type: CD-DA / CD-DATA
  track 01 { audio }
    index 01 { LBA:      0, MSF: 00:02:00 }
  track 02 { audio }
    index 01 { LBA:  11561, MSF: 02:36:11 }
  track 03 { audio }
    index 01 { LBA:  33767, MSF: 07:32:17 }
  track 04 { audio }
    index 01 { LBA:  52589, MSF: 11:43:14 }
  track 05 { audio }
    index 01 { LBA:  65254, MSF: 14:32:04 }
  track 06 { audio }
    index 01 { LBA:  82527, MSF: 18:22:27 }
  track 07 { audio }
    index 01 { LBA: 105402, MSF: 23:27:27 }
  track 08 { audio }
    index 01 { LBA: 115993, MSF: 25:48:43 }
  track 09 { audio }
    index 01 { LBA: 133118, MSF: 29:36:68 }
  track 10 { audio }
    index 01 { LBA: 141160, MSF: 31:24:10 }
  track 11 { audio }
    index 01 { LBA: 154703, MSF: 34:24:53 }
  track 12 { audio }
    index 01 { LBA: 176122, MSF: 39:10:22 }
  track 13 { audio }
    index 01 { LBA: 187534, MSF: 41:42:34 }
  track 14 { audio }
    index 01 { LBA: 202264, MSF: 44:58:64 }
  track 15 { audio }
    index 01 { LBA: 216133, MSF: 48:03:58 }
  track 16 { audio }
    index 01 { LBA: 226914, MSF: 50:27:39 }
  track 17 { audio }
    index 01 { LBA: 241391, MSF: 53:40:41 }
  track 18 { audio }
    index 01 { LBA: 259611, MSF: 57:43:36 }
  track 19 { audio }
    index 01 { LBA: 272597, MSF: 60:36:47 }
  track AA { audio }
    index 01 { LBA: 297712, MSF: 66:11:37 }

PLEXTOR: reading lead-in
PLEXTOR: lead-in found (session index: 0, sectors: 1274)
dump started
dump complete (time: 443s)

media errors: 
  SCSI: 0
  C2: 0
  Q: 83

*** MODE: protection
scan started
protection: N/A
scan complete (time: 0s)

*** MODE: split
correcting Q... done

final TOC:
  disc type: CD-DA / CD-DATA
  track 01 { audio }
    index 00 { LBA:   -150 ..     -1, length:    150, MSF: 00:00:00-02:36:10 }
    index 01 { LBA:      0 ..  11560, length:  11561, MSF: 00:02:00-02:36:10 }
  track 02 { audio }
    index 01 { LBA:  11561 ..  33766, length:  22206, MSF: 02:36:11-07:32:16 }
  track 03 { audio }
    index 01 { LBA:  33767 ..  52588, length:  18822, MSF: 07:32:17-11:43:13 }
  track 04 { audio }
    index 01 { LBA:  52589 ..  65253, length:  12665, MSF: 11:43:14-14:32:03 }
  track 05 { audio }
    index 01 { LBA:  65254 ..  82526, length:  17273, MSF: 14:32:04-18:22:26 }
  track 06 { audio }
    index 01 { LBA:  82527 .. 105401, length:  22875, MSF: 18:22:27-23:27:26 }
  track 07 { audio }
    index 01 { LBA: 105402 .. 115992, length:  10591, MSF: 23:27:27-25:48:42 }
  track 08 { audio }
    index 01 { LBA: 115993 .. 133117, length:  17125, MSF: 25:48:43-29:36:67 }
  track 09 { audio }
    index 01 { LBA: 133118 .. 141159, length:   8042, MSF: 29:36:68-31:24:09 }
  track 10 { audio }
    index 01 { LBA: 141160 .. 154702, length:  13543, MSF: 31:24:10-34:24:52 }
  track 11 { audio }
    index 01 { LBA: 154703 .. 176121, length:  21419, MSF: 34:24:53-39:10:21 }
  track 12 { audio }
    index 01 { LBA: 176122 .. 187533, length:  11412, MSF: 39:10:22-41:42:33 }
  track 13 { audio }
    index 01 { LBA: 187534 .. 202263, length:  14730, MSF: 41:42:34-44:58:63 }
  track 14 { audio }
    index 01 { LBA: 202264 .. 216132, length:  13869, MSF: 44:58:64-48:03:57 }
  track 15 { audio }
    index 01 { LBA: 216133 .. 226913, length:  10781, MSF: 48:03:58-50:27:38 }
  track 16 { audio }
    index 01 { LBA: 226914 .. 241390, length:  14477, MSF: 50:27:39-53:40:40 }
  track 17 { audio }
    index 01 { LBA: 241391 .. 259610, length:  18220, MSF: 53:40:41-57:43:35 }
  track 18 { audio }
    index 01 { LBA: 259611 .. 272596, length:  12986, MSF: 57:43:36-60:36:46 }
  track 19 { audio }
    index 01 { LBA: 272597 .. 297711, length:  25115, MSF: 60:36:47-66:11:36 }
  track AA { audio }
    index 01 { LBA: 297712 .. 297808, length:     97, MSF: 66:11:37-66:12:58 }

80 00 0 00 00 0 0 Cyberpunk 20
80 00 0 01 12 0 0 77|V|Extract
80 02 0 02 07 0 0 ion Action|T
80 03 0 03 01 0 0 he Rebel Pat
80 03 0 04 13 0 0 h|The Street
80 04 0 05 10 0 0 s Are Long-A
80 04 0 06 15 0 0 ss Gutters|O
80 05 0 07 01 0 0 utsider No M
80 05 0 08 13 0 0 ore|Cloudy D
80 06 0 09 08 0 0 ay|Wushu Dol
80 07 0 10 09 0 0 ls|Scavenger
80 08 0 11 09 0 0  Hunt|Musors
80 09 0 12 06 0 0 hchiki|Close
80 10 0 13 05 0 0  Probing|The
80 11 0 14 03 0 0 re's Gonna B
80 11 0 15 15 0 0 e A Parade!|
80 12 0 16 00 0 0 Trouble Find
80 12 0 17 12 0 0 s Trouble|Yo
80 13 0 18 02 0 0 u Shall Neve
80 13 0 19 14 0 0 r Have To Fo
80 13 0 20 15 0 0 rgive Me Aga
80 13 0 21 15 0 0 in|Code Red 
80 14 0 22 09 0 0 Initiated|Th
80 15 0 23 02 0 0 e Heist|Stre
80 16 0 24 04 0 0 etfighters|P
80 17 0 25 01 0 0 atri(di)ots|
80 18 0 26 00 0 0 Mining Minds
80 18 0 27 12 0 0 |Rite Of Pas
80 19 0 28 11 0 0 sage||||||||
81 00 0 29 00 0 0 |Marcin Przy
81 01 0 30 11 0 0 bylowicz|Pau
81 02 0 31 03 0 0 l Leonard-Mo
81 02 0 32 15 0 0 rgan|P.T. Ad
81 03 0 33 07 0 0 amczyk|Paul 
81 04 0 34 05 0 0 Leonard-Morg
81 04 0 35 15 0 0 an|P.T. Adam
81 05 0 36 09 0 0 czyk|Marcin 
81 06 0 37 07 0 0 Przybylowicz
81 06 0 38 15 0 0 |Marcin Przy
81 07 0 39 11 0 0 bylowicz|P.T
81 08 0 40 03 0 0 . Adamczyk|P
81 09 0 41 01 0 0 .T. Adamczyk
81 09 0 42 13 0 0 |Marcin Przy
81 10 0 43 11 0 0 bylowicz|Pau
81 11 0 44 03 0 0 l Leonard-Mo
81 11 0 45 15 0 0 rgan|Paul Le
81 12 0 46 07 0 0 onard-Morgan
81 12 0 47 15 0 0 |P.T. Adamcz
81 13 0 48 11 0 0 yk|P.T. Adam
81 14 0 49 09 0 0 czyk|P.T. Ad
81 15 0 50 07 0 0 amczyk|Marci
81 16 0 51 05 0 0 n Przybylowi
81 16 0 52 15 0 0 cz|Marcin Pr
81 17 0 53 09 0 0 zybylowicz|P
81 18 0 54 01 0 0 aul Leonard-
81 18 0 55 13 0 0 Morgan|P.T. 
81 19 0 56 05 0 0 Adamczyk||||
8F 00 0 57 00 0 0 |\x01\x13|\x1D\x1C||||||
8F 01 0 58 00 0 0 |||||||\x03;|||
8F 02 0 59 00 0 0 ||||\x09|||||||
non-zero  TOC sample range: [   -88200 .. 175111692]
non-zero data sample range: [    16043 .. 175053448]
Universal Hash (SHA-1): 5db13bec1d356b916b42a71d5f3d36e54a55f7ef

detecting offset
audio silence detection... done
Perfect Audio Offset (silence level: 0): [-88200 .. +16043]
warning: fallback offset 0 applied
disc write offset: +0
detection complete (time: 13s)

checking tracks
track 01... passed
track 02... passed
track 03... passed
track 04... passed
track 05... passed
track 06... passed
track 07... passed
track 08... passed
track 09... passed
track 10... passed
track 11... passed
track 12... passed
track 13... passed
track 14... passed
track 15... passed
track 16... passed
track 17... passed
track 18... passed
track 19... passed
track AA... passed
check complete (time: 1s)

splitting tracks
writing "dump_230120_225943_F (Track 01).bin"
writing "dump_230120_225943_F (Track 02).bin"
writing "dump_230120_225943_F (Track 03).bin"
writing "dump_230120_225943_F (Track 04).bin"
writing "dump_230120_225943_F (Track 05).bin"
writing "dump_230120_225943_F (Track 06).bin"
writing "dump_230120_225943_F (Track 07).bin"
writing "dump_230120_225943_F (Track 08).bin"
writing "dump_230120_225943_F (Track 09).bin"
writing "dump_230120_225943_F (Track 10).bin"
writing "dump_230120_225943_F (Track 11).bin"
writing "dump_230120_225943_F (Track 12).bin"
writing "dump_230120_225943_F (Track 13).bin"
writing "dump_230120_225943_F (Track 14).bin"
writing "dump_230120_225943_F (Track 15).bin"
writing "dump_230120_225943_F (Track 16).bin"
writing "dump_230120_225943_F (Track 17).bin"
writing "dump_230120_225943_F (Track 18).bin"
writing "dump_230120_225943_F (Track 19).bin"
split complete (time: 8s)

writing CUE-sheet
dump_230120_225943_F.cue... done

dat:
<rom name="dump_230120_225943_F (Track 01).bin" size="27191472" crc="8ae9d836" md5="642bec03b79181334cd90f37316e8c4d" sha1="41009eb61a770f29a9fb34cbd9003a3ebfce9489" />
<rom name="dump_230120_225943_F (Track 02).bin" size="52228512" crc="b802dd79" md5="3a4d57fef6ff27c635336971bc86fc4c" sha1="ef2a26fa5713a6e6b6da59f1336d4dce16196ede" />
<rom name="dump_230120_225943_F (Track 03).bin" size="44269344" crc="bd16d2f6" md5="336d867ffad2792b7294723591dafb5d" sha1="7131a117f9afbac9edde5e5c23ec34feabb895bc" />
<rom name="dump_230120_225943_F (Track 04).bin" size="29788080" crc="85708d61" md5="d76a6da23309a3c23da9604ad1ad0b57" sha1="fdf9aa114941be961eb3901e71c7ffb7c5917ea6" />
<rom name="dump_230120_225943_F (Track 05).bin" size="40626096" crc="5e287fd2" md5="d784e117493311ab694a1afcf5276b1f" sha1="8c9f84156ed4aeec689fda2928282c5aaae61ad7" />
<rom name="dump_230120_225943_F (Track 06).bin" size="53802000" crc="b9050d56" md5="aabd347d0fa1080eeb42cc6f83e0f7e7" sha1="8da5f1355fc757d5c1e7839a457b1790a4b0449a" />
<rom name="dump_230120_225943_F (Track 07).bin" size="24910032" crc="dc6fdf93" md5="b6c06a415fa353630a787b1452249786" sha1="1291f716b5ca39c06b45ed1dd22b78ffc3ffcc82" />
<rom name="dump_230120_225943_F (Track 08).bin" size="40278000" crc="69bba662" md5="61f1376dcfbe24683106fb069726ce3e" sha1="9a0a55b8ee4e8831d859a5869c00be12440641e5" />
<rom name="dump_230120_225943_F (Track 09).bin" size="18914784" crc="88bba7a4" md5="f3c8bd7bf51bcc2a416f554b76456e6f" sha1="5126133332e58c593609d67bdc1d93025b468198" />
<rom name="dump_230120_225943_F (Track 10).bin" size="31853136" crc="239d2487" md5="f44ef95e883e096ec3d817d1dc16229c" sha1="a8cc1603c1f178d993bcc2289e442fa329059009" />
<rom name="dump_230120_225943_F (Track 11).bin" size="50377488" crc="ad373c2f" md5="6180960b1500c9410ad2e1b49b6c3970" sha1="7c907ed05e18211f75ea4e8b673db6ecc84a1de0" />
<rom name="dump_230120_225943_F (Track 12).bin" size="26841024" crc="ee095d1c" md5="4542cc7bc8ac6dcf74ad96e16b4d8493" sha1="052b1238593574a1d344012a129fbb8f993803ef" />
<rom name="dump_230120_225943_F (Track 13).bin" size="34644960" crc="83827a6d" md5="793d02239d44cda7fd7034f25ce2cc37" sha1="f9e58a080a090c0065959564d6c07c85bfe6333b" />
<rom name="dump_230120_225943_F (Track 14).bin" size="32619888" crc="4260e56f" md5="1f0015eb933bfc75b997c8dfa7dbf477" sha1="91a4735ad44243366f1b3e87af079f45eddba053" />
<rom name="dump_230120_225943_F (Track 15).bin" size="25356912" crc="9e422142" md5="25f54312cf12bd0dd7b1fa75d6f46baf" sha1="3ad20b6030e1546df057a1d6ba4f2efeef724be8" />
<rom name="dump_230120_225943_F (Track 16).bin" size="34049904" crc="a8bf957a" md5="d5e38dbae7a3ba8cf386238a8e4d46af" sha1="3057bce46528bbcc5a2adbd2f01100bb87d5c39c" />
<rom name="dump_230120_225943_F (Track 17).bin" size="42853440" crc="a4f9a45b" md5="1c0fa37a720cad6dfba419a814d20d24" sha1="95bb7621ef1ca71bd26e71028f78b8af08697a50" />
<rom name="dump_230120_225943_F (Track 18).bin" size="30543072" crc="f4a85f6c" md5="f2ddbb13b28d65d8feb88ef257280286" sha1="46e98abc6a1b91265f72fc51aeb995464af79aed" />
<rom name="dump_230120_225943_F (Track 19).bin" size="59070480" crc="4478a184" md5="2aac3118a7f5120916d13166a010e2f0" sha1="a6d5cbcd64e895ac0bd467fca1f227d6ab8757e1" />

CUE [dump_230120_225943_F.cue]:
TITLE "Cyberpunk 2077"
FILE "dump_230120_225943_F (Track 01).bin" BINARY
  TRACK 01 AUDIO
    TITLE "V"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 02).bin" BINARY
  TRACK 02 AUDIO
    TITLE "Extraction Action"
    PERFORMER "Paul Leonard-Morgan"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 03).bin" BINARY
  TRACK 03 AUDIO
    TITLE "The Rebel Path"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 04).bin" BINARY
  TRACK 04 AUDIO
    TITLE "The Streets Are Long-Ass Gutters"
    PERFORMER "Paul Leonard-Morgan"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 05).bin" BINARY
  TRACK 05 AUDIO
    TITLE "Outsider No More"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 06).bin" BINARY
  TRACK 06 AUDIO
    TITLE "Cloudy Day"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 07).bin" BINARY
  TRACK 07 AUDIO
    TITLE "Wushu Dolls"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 08).bin" BINARY
  TRACK 08 AUDIO
    TITLE "Scavenger Hunt"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 09).bin" BINARY
  TRACK 09 AUDIO
    TITLE "Musorshchiki"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 10).bin" BINARY
  TRACK 10 AUDIO
    TITLE "Close Probing"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 11).bin" BINARY
  TRACK 11 AUDIO
    TITLE "There's Gonna Be A Parade!"
    PERFORMER "Paul Leonard-Morgan"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 12).bin" BINARY
  TRACK 12 AUDIO
    TITLE "Trouble Finds Trouble"
    PERFORMER "Paul Leonard-Morgan"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 13).bin" BINARY
  TRACK 13 AUDIO
    TITLE "You Shall Never Have To Forgive Me Again"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 14).bin" BINARY
  TRACK 14 AUDIO
    TITLE "Code Red Initiated"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 15).bin" BINARY
  TRACK 15 AUDIO
    TITLE "The Heist"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 16).bin" BINARY
  TRACK 16 AUDIO
    TITLE "Streetfighters"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 17).bin" BINARY
  TRACK 17 AUDIO
    TITLE "Patri(di)ots"
    PERFORMER "Marcin Przybylowicz"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 18).bin" BINARY
  TRACK 18 AUDIO
    TITLE "Mining Minds"
    PERFORMER "Paul Leonard-Morgan"
    INDEX 01 00:00:00
FILE "dump_230120_225943_F (Track 19).bin" BINARY
  TRACK 19 AUDIO
    TITLE "Rite Of Passage"
    PERFORMER "P.T. Adamczyk"
    INDEX 01 00:00:00

*** MODE: info

DIC:

========== TOC ==========
     Audio Track  1, LBA        0 -    11560, Length    11561
     Audio Track  2, LBA    11561 -    33766, Length    22206
     Audio Track  3, LBA    33767 -    52588, Length    18822
     Audio Track  4, LBA    52589 -    65253, Length    12665
     Audio Track  5, LBA    65254 -    82526, Length    17273
     Audio Track  6, LBA    82527 -   105401, Length    22875
     Audio Track  7, LBA   105402 -   115992, Length    10591
     Audio Track  8, LBA   115993 -   133117, Length    17125
     Audio Track  9, LBA   133118 -   141159, Length     8042
     Audio Track 10, LBA   141160 -   154702, Length    13543
     Audio Track 11, LBA   154703 -   176121, Length    21419
     Audio Track 12, LBA   176122 -   187533, Length    11412
     Audio Track 13, LBA   187534 -   202263, Length    14730
     Audio Track 14, LBA   202264 -   216132, Length    13869
     Audio Track 15, LBA   216133 -   226913, Length    10781
     Audio Track 16, LBA   226914 -   241390, Length    14477
     Audio Track 17, LBA   241391 -   259610, Length    18220
     Audio Track 18, LBA   259611 -   272596, Length    12986
     Audio Track 19, LBA   272597 -   297711, Length    25115
                                              Total    297712
Set the TRACK_TYPE to audioOnly
========== DiscInformation ==========
                      DiscStatus: Complete
               LastSessionStatus: Complete
                        Erasable: No
                FirstTrackNumber: 1
             NumberOfSessionsLsb: 1
        LastSessionFirstTrackLsb: 1
         LastSessionLastTrackLsb: 19
                       MrwStatus: None
                     MrwDirtyBit: No
                 UnrestrictedUse: No
                DiscBarCodeValid: No
                     DiscIDValid: No
                        DiscType: CD-DA or CD-ROM Disc
               LastSessionLeadIn: ff:ff:ff:ff
    LastPossibleLeadOutStartTime: ff:ff:ff:ff
                NumberOPCEntries: 0
========== OpCode[0xd8]: SubCode[2]: Check Drive + CD offset ==========
========== LBA[000000, 0000000]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P FF FF FF FF FF FF FF FF FF FF FF FF
    Q 01 01 01 00 00 00 00 00 02 00 5A 28
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
========== Offset (Drive offset refers to http://www.accuraterip.com) ==========
     Combined Offset(Byte)    120, (Samples)    30
    -   Drive Offset(Byte)    120, (Samples)    30
    ----------------------------------------------
           CD Offset(Byte)      0, (Samples)     0
    Overread sector: 1
    SubChannel Offset: 0
========== OpCode[0xd8]: SubCode[8]: Check Drive + CD offset ==========
========== LBA[000000, 0000000]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P FF FF FF FF FF FF FF FF FF FF FF FF
    Q 01 01 01 00 00 00 00 00 02 00 5A 28
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
========== Offset (Drive offset refers to http://www.accuraterip.com) ==========
     Combined Offset(Byte)    120, (Samples)    30
    -   Drive Offset(Byte)    120, (Samples)    30
    ----------------------------------------------
           CD Offset(Byte)      0, (Samples)     0
    Overread sector: 1
    SubChannel Offset: 0
========== CDTEXT ==========
    Entry 0 crc[0bfd] is good
    Entry 1 crc[48cf] is good
    Entry 2 crc[a202] is good
    Entry 3 crc[1756] is good
    Entry 4 crc[04ff] is good
    Entry 5 crc[4bd8] is good
    Entry 6 crc[60fc] is good
    Entry 7 crc[a9c5] is good
    Entry 8 crc[f078] is good
    Entry 9 crc[fe3e] is good
    Entry 10 crc[6827] is good
    Entry 11 crc[0dbd] is good
    Entry 12 crc[1ee2] is good
    Entry 13 crc[a9b4] is good
    Entry 14 crc[90c8] is good
    Entry 15 crc[af68] is good
    Entry 16 crc[0fe0] is good
    Entry 17 crc[d6a2] is good
    Entry 18 crc[ac70] is good
    Entry 19 crc[4b08] is good
    Entry 20 crc[8346] is good
    Entry 21 crc[39de] is good
    Entry 22 crc[bee6] is good
    Entry 23 crc[4790] is good
    Entry 24 crc[a3e1] is good
    Entry 25 crc[1176] is good
    Entry 26 crc[2480] is good
    Entry 27 crc[7db6] is good
    Entry 28 crc[212a] is good
    Entry 29 crc[1322] is good
    Entry 30 crc[c6e0] is good
    Entry 31 crc[b21f] is good
    Entry 32 crc[66a3] is good
    Entry 33 crc[29b1] is good
    Entry 34 crc[1916] is good
    Entry 35 crc[bde5] is good
    Entry 36 crc[f29e] is good
    Entry 37 crc[99df] is good
    Entry 38 crc[39eb] is good
    Entry 39 crc[f208] is good
    Entry 40 crc[b5f1] is good
    Entry 41 crc[5423] is good
    Entry 42 crc[fa31] is good
    Entry 43 crc[df7c] is good
    Entry 44 crc[ed3d] is good
    Entry 45 crc[6aca] is good
    Entry 46 crc[5a64] is good
    Entry 47 crc[e669] is good
    Entry 48 crc[df53] is good
    Entry 49 crc[0b20] is good
    Entry 50 crc[b771] is good
    Entry 51 crc[27cd] is good
    Entry 52 crc[5b40] is good
    Entry 53 crc[9697] is good
    Entry 54 crc[0ac3] is good
    Entry 55 crc[9159] is good
    Entry 56 crc[2bbe] is good
    Entry 57 crc[b676] is good
    Entry 58 crc[badd] is good
    Entry 59 crc[a7b4] is good
    Album Name: Cyberpunk 2077
     Song Name[1]: V
     Song Name[2]: Extraction Action
     Song Name[3]: The Rebel Path
     Song Name[4]: The Streets Are Long-Ass Gutters
     Song Name[5]: Outsider No More
     Song Name[6]: Cloudy Day
     Song Name[7]: Wushu Dolls
     Song Name[8]: Scavenger Hunt
     Song Name[9]: Musorshchiki
     Song Name[10]: Close Probing
     Song Name[11]: There's Gonna Be A Parade!
     Song Name[12]: Trouble Finds Trouble
     Song Name[13]: You Shall Never Have To Forgive Me Again
     Song Name[14]: Code Red Initiated
     Song Name[15]: The Heist
     Song Name[16]: Streetfighters
     Song Name[17]: Patri(di)ots
     Song Name[18]: Mining Minds
     Song Name[19]: Rite Of Passage
     Song Performer[1]: Marcin Przybylowicz
     Song Performer[2]: Paul Leonard-Morgan
     Song Performer[3]: P.T. Adamczyk
     Song Performer[4]: Paul Leonard-Morgan
     Song Performer[5]: P.T. Adamczyk
     Song Performer[6]: Marcin Przybylowicz
     Song Performer[7]: Marcin Przybylowicz
     Song Performer[8]: P.T. Adamczyk
     Song Performer[9]: P.T. Adamczyk
     Song Performer[10]: Marcin Przybylowicz
     Song Performer[11]: Paul Leonard-Morgan
     Song Performer[12]: Paul Leonard-Morgan
     Song Performer[13]: P.T. Adamczyk
     Song Performer[14]: P.T. Adamczyk
     Song Performer[15]: P.T. Adamczyk
     Song Performer[16]: Marcin Przybylowicz
     Song Performer[17]: Marcin Przybylowicz
     Song Performer[18]: Paul Leonard-Morgan
     Song Performer[19]: P.T. Adamczyk
             Character code for this BLOCK: 0x00 (ISO/IEC 8859-1 [Latin-1])
                        First track Number: 1
                         Last track Number: 19
                             Mode2 PACKETs: No
              Program area copy protection: No
                Copyright asserted for $85: No
            Copyright asserted for $81-$84: No
                Copyright asserted for $80: No
    Number of PACKS with $80 (ALBUM_NAME) : 29
    Number of PACKS with $81 (PERFORMER)  : 28
    Number of PACKS with $82 (SONGWRITER) : 0
    Number of PACKS with $83 (COMPOSER)   : 0
    Number of PACKS with $84 (ARRANGER)   : 0
    Number of PACKS with $85 (MESSAGES)   : 0
    Number of PACKS with $86 (DISC_ID)    : 0
    Number of PACKS with $87 (GENRE)      : 0
    Number of PACKS with $88 (TOC_INFO)   : 0
    Number of PACKS with $89 (TOC_INFO2)  : 0
    Number of PACKS with $8a              : 0
    Number of PACKS with $8b              : 0
    Number of PACKS with $8c              : 0
    Number of PACKS with $8d (CLOSED_INFO): 0
    Number of PACKS with $8e (UPC_EAN)    : 0
    Number of PACKS with $8f (SIZE_INFO)  : 3
           Last Sequence number of BLOCK 0: 59
           Last Sequence number of BLOCK 1: 0
           Last Sequence number of BLOCK 2: 0
           Last Sequence number of BLOCK 3: 0
           Last Sequence number of BLOCK 4: 0
           Last Sequence number of BLOCK 5: 0
           Last Sequence number of BLOCK 6: 0
           Last Sequence number of BLOCK 7: 0
                     Language code BLOCK 0: 0x09 (English)
                     Language code BLOCK 1: 0x00 (not applicable)
                     Language code BLOCK 2: 0x00 (not applicable)
                     Language code BLOCK 3: 0x00 (not applicable)
                     Language code BLOCK 4: 0x00 (not applicable)
                     Language code BLOCK 5: 0x00 (not applicable)
                     Language code BLOCK 6: 0x00 (not applicable)
                     Language code BLOCK 7: 0x00 (not applicable)
========== OpCode[0xd8]: SubCode[8]: Track[01]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[02]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[03]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[04]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[05]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[06]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[07]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[08]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[09]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[10]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[11]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[12]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[13]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[14]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[15]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[16]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[17]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[18]: Check MCN and/or ISRC ==========
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[19]: Check MCN and/or ISRC ==========
    Nothing
========== FULL TOC ==========
    FirstCompleteSession: 1
     LastCompleteSession: 1
    Session 1, Ctl 0, Adr 1, Point 0xa0, FirstTrack  1, Format: CD-DA or CD-ROM
    Session 1, Ctl 0, Adr 1, Point 0xa1,  LastTrack 19
    Session 1, Ctl 0, Adr 1, Point 0xa2,      Lead-out, AMSF 66:11:37 (LBA[297712, 0x48af0])
    Session 1, Ctl 0, Adr 1, Point 0x01,      Track  1, AMSF 00:02:00 (LBA[000000, 0000000])
    Session 1, Ctl 0, Adr 1, Point 0x02,      Track  2, AMSF 02:36:11 (LBA[011561, 0x02d29])
    Session 1, Ctl 0, Adr 1, Point 0x03,      Track  3, AMSF 07:32:17 (LBA[033767, 0x083e7])
    Session 1, Ctl 0, Adr 1, Point 0x04,      Track  4, AMSF 11:43:14 (LBA[052589, 0x0cd6d])
    Session 1, Ctl 0, Adr 1, Point 0x05,      Track  5, AMSF 14:32:04 (LBA[065254, 0x0fee6])
    Session 1, Ctl 0, Adr 1, Point 0x06,      Track  6, AMSF 18:22:27 (LBA[082527, 0x1425f])
    Session 1, Ctl 0, Adr 1, Point 0x07,      Track  7, AMSF 23:27:27 (LBA[105402, 0x19bba])
    Session 1, Ctl 0, Adr 1, Point 0x08,      Track  8, AMSF 25:48:43 (LBA[115993, 0x1c519])
    Session 1, Ctl 0, Adr 1, Point 0x09,      Track  9, AMSF 29:36:68 (LBA[133118, 0x207fe])
    Session 1, Ctl 0, Adr 1, Point 0x0a,      Track 10, AMSF 31:24:10 (LBA[141160, 0x22768])
    Session 1, Ctl 0, Adr 1, Point 0x0b,      Track 11, AMSF 34:24:53 (LBA[154703, 0x25c4f])
    Session 1, Ctl 0, Adr 1, Point 0x0c,      Track 12, AMSF 39:10:22 (LBA[176122, 0x2affa])
    Session 1, Ctl 0, Adr 1, Point 0x0d,      Track 13, AMSF 41:42:34 (LBA[187534, 0x2dc8e])
    Session 1, Ctl 0, Adr 1, Point 0x0e,      Track 14, AMSF 44:58:64 (LBA[202264, 0x31618])
    Session 1, Ctl 0, Adr 1, Point 0x0f,      Track 15, AMSF 48:03:58 (LBA[216133, 0x34c45])
    Session 1, Ctl 0, Adr 1, Point 0x10,      Track 16, AMSF 50:27:39 (LBA[226914, 0x37662])
    Session 1, Ctl 0, Adr 1, Point 0x11,      Track 17, AMSF 53:40:41 (LBA[241391, 0x3aeef])
    Session 1, Ctl 0, Adr 1, Point 0x12,      Track 18, AMSF 57:43:36 (LBA[259611, 0x3f61b])
    Session 1, Ctl 0, Adr 1, Point 0x13,      Track 19, AMSF 60:00:00 (LBA[269850, 0x41e1a])
========== OpCode[0xd8]: SubCode[8]: Track[01]: Check CD + G ==========
========== LBA[000100, 0x00064]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 01 01 00 01 25 00 00 03 25 73 9D
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[02]: Check CD + G ==========
========== LBA[011661, 0x02d8d]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 02 01 00 01 25 00 02 37 36 DB BA
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[03]: Check CD + G ==========
========== LBA[033867, 0x0844b]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 03 01 00 01 25 00 07 33 42 29 BE
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[04]: Check CD + G ==========
========== LBA[052689, 0x0cdd1]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 04 01 00 01 25 00 11 44 39 37 E4
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[05]: Check CD + G ==========
========== LBA[065354, 0x0ff4a]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 05 01 00 01 25 00 14 33 29 B4 C8
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[06]: Check CD + G ==========
========== LBA[082627, 0x142c3]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 06 01 00 01 25 00 18 23 52 20 62
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[07]: Check CD + G ==========
========== LBA[105502, 0x19c1e]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 07 01 00 01 25 00 23 28 52 22 EF
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[08]: Check CD + G ==========
========== LBA[116093, 0x1c57d]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 08 01 00 01 25 00 25 49 68 A7 19
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[09]: Check CD + G ==========
========== LBA[133218, 0x20862]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 09 01 00 01 25 00 29 38 18 7C A4
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[10]: Check CD + G ==========
========== LBA[141260, 0x227cc]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 10 01 00 01 25 00 31 25 35 87 A4
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[11]: Check CD + G ==========
========== LBA[154803, 0x25cb3]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 11 01 00 01 25 00 34 26 03 84 B1
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[12]: Check CD + G ==========
========== LBA[176222, 0x2b05e]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 12 01 00 01 25 00 39 11 47 7F E6
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[13]: Check CD + G ==========
========== LBA[187634, 0x2dcf2]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 13 01 00 01 25 00 41 43 59 7E 4E
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[14]: Check CD + G ==========
========== LBA[202364, 0x3167c]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 14 01 00 01 25 00 45 00 14 D2 D3
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[15]: Check CD + G ==========
========== LBA[216233, 0x34ca9]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 15 01 00 01 25 00 48 05 08 57 E9
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[16]: Check CD + G ==========
========== LBA[227014, 0x376c6]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 16 01 00 01 25 00 50 28 64 4D FF
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[17]: Check CD + G ==========
========== LBA[241491, 0x3af53]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 17 01 00 01 25 00 53 41 66 6E 7C
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[18]: Check CD + G ==========
========== LBA[259711, 0x3f67f]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 18 01 00 01 25 00 57 44 61 A5 FA
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
========== OpCode[0xd8]: SubCode[8]: Track[19]: Check CD + G ==========
========== LBA[272697, 0x42939]: Sub Channel ==========
      +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B
    P 00 00 00 00 00 00 00 00 00 00 00 00
    Q 01 19 01 00 01 25 00 60 37 72 71 B4
    R 00 00 00 00 00 00 00 00 00 00 00 00
    S 00 00 00 00 00 00 00 00 00 00 00 00
    T 00 00 00 00 00 00 00 00 00 00 00 00
    U 00 00 00 00 00 00 00 00 00 00 00 00
    V 00 00 00 00 00 00 00 00 00 00 00 00
    W 00 00 00 00 00 00 00 00 00 00 00 00
    Nothing
Set OpCode: 0xd8, SubCode: 8(Raw)
========== TOC with pregap ==========
    Track  1, Ctl 0, Mode 0, Index0   -150, Index1      0
    Track  2, Ctl 0, Mode 0,              , Index1  11561
    Track  3, Ctl 0, Mode 0,              , Index1  33767
    Track  4, Ctl 0, Mode 0,              , Index1  52589
    Track  5, Ctl 0, Mode 0,              , Index1  65254
    Track  6, Ctl 0, Mode 0,              , Index1  82527
    Track  7, Ctl 0, Mode 0,              , Index1 105402
    Track  8, Ctl 0, Mode 0,              , Index1 115993
    Track  9, Ctl 0, Mode 0,              , Index1 133118
    Track 10, Ctl 0, Mode 0,              , Index1 141160
    Track 11, Ctl 0, Mode 0,              , Index1 154703
    Track 12, Ctl 0, Mode 0,              , Index1 176122
    Track 13, Ctl 0, Mode 0,              , Index1 187534
    Track 14, Ctl 0, Mode 0,              , Index1 202264
    Track 15, Ctl 0, Mode 0,              , Index1 216133
    Track 16, Ctl 0, Mode 0,              , Index1 226914
    Track 17, Ctl 0, Mode 0,              , Index1 241391
    Track 18, Ctl 0, Mode 0,              , Index1 259611
    Track 19, Ctl 0, Mode 0,              , Index1 272597
========== Hash(Whole image) ==========
        <rom name="Audio CD.img" size="700218624" crc="3b115ddb" md5="3b680575fdf6e26db0064288c7b8729a" sha1="d0295518d75cb1aecf98cec531edc49bbc0bb054"/>
========== Hash(Universal Whole image) ==========
     1st non-zero byte position:     28 sector +  670 byte
    Last non-zero byte position: 297709 sector + 2223 byte
        <rom name="" size="700149618" crc="1d5ff753" md5="a450d50cff0cedd39afa28487ae864dc" sha1="7fd724c4ad0b274fe582a06c6bc5a21102b85a68"/>