Skip to content

Commit

Permalink
Updated text
Browse files Browse the repository at this point in the history
  • Loading branch information
saramibreak committed Jul 1, 2021
1 parent 9ecf2bf commit d993c9c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 22 deletions.
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Overview
This command-line program dumps a disc (CD, GD, DVD, HD-DVD, BD, GC/Wii, XBOX, XBOX 360) and disk (Floppy, MO, USB etc).
CD and GD, it can dump considering a drive + CD (=combined) offset.
What drive offset? Please look [this document](http://dbpoweramp.com/spoons-audio-guide-cd-ripping.htm)
What is the drive offset? Please look [this document](http://dbpoweramp.com/spoons-audio-guide-cd-ripping.htm)

This program works on Windows PC (WinXP or higher) and Linux.

Expand Down Expand Up @@ -187,44 +187,44 @@ See [wiki](https://github.com/saramibreak/DiscImageCreator/wiki)
=> This is a BD based disc, but I don't know the details.

## Created files information
- _[BuildData].txt
command-line argument.
- .bin
2352 byte/sector binary image of CD. This file is used to a cue file.
2352 bytes/sector binary image of the CD. This file is used to a cue file.
- .c2
c2 error binary image of CD. 1bit expresses 1byte.
c2 error binary image of the CD. 1 bit expresses 1 byte.
- .ccd
CD information. Original is [CloneCD](https://www.redfox.bz/ja/clonecd.html)
- .cue
CD information. Original is [CDRWIN](https://web.archive.org/web/20111008191852/http://www.goldenhawk.com/cdrwin.htm)
- .dat
crc32/md5/sha1 of bin file. Original is [Clrmamepro](http://mamedev.emulab.it/clrmamepro/)
crc32/md5/sha1 of the bin file. Original is [Clrmamepro](http://mamedev.emulab.it/clrmamepro/)
- .img
2352 byte/sector binary image of CD. This file is used to a ccd file.
2352 bytes/sector binary image of the CD. This file is used to a ccd file.
- .iso
2048 byte/sector binary image of DVD/BD/GC/Wii/XBOX.
2048 bytes/sector binary image of the DVD/BD/GC/Wii/XBOX.
- .scm
scrambled image file of img file.
scrambled image file of the img file.
- .raw
scrambled image file of iso file.
scrambled image file of the iso file.
- .sub
subchannel data of CD. This file is used to a ccd file.
subchannel data of the CD. This file is used to a ccd file.
- _c2Error.txt
c2 error information which can be gotten by reading CD.
- _cmd.txt
command-line argument.
c2 error information which can be gotten by reading the CD.
- _disc.txt
disc information returned by SCSI command.
disc information returned by the SCSI command.
- _drive.txt
drive information returned by SCSI command.
drive information returned by the SCSI command.
- _mainError.txt
text data of error message which can be gotten by reading CD.
text data of error message which can be gotten by reading the CD.
- _mainInfo.txt
text data of main sector. Original is [IsoBuster](https://www.isobuster.com/)
text data of the main sector. Original is [IsoBuster](https://www.isobuster.com/)
- _subError.txt
text data of subchannel error.
text data of the subchannel error.
- _subInfo.txt
text data of subchannel when the track number changes.
text data of the subchannel when the track number changes.
- _subIntention.txt
text data of subchannel for securom.
text data of the subchannel for securom.
- _subReadable.txt
text data of the parsed sub channel file.
- _mdsReadable.txt
Expand Down
9 changes: 9 additions & 0 deletions Release_ANSI/Doc/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -741,3 +741,12 @@ http://www.mediafire.com/?mhif8c7s3iayqac/
- fixed: check c2 error "00 f0 f0 f0 00 00 00 0f 0f 0f 00"
- fixed: SubQ adr6
- improved: multi sector reading of the 0xf1 drive

*2021-07-01
- fixed: only use 1st 0xb0 (FULL TOC)
- fixed: escaped the encrypted PARAM.SFO
- fixed: ASUS FW does not support dumping multi-session discs for my tool because it can't read the lead-in sector of the 2nd session
- fixed: 0x7f, 0xff...0xff of subRtoW are not detected as error
- fixed: failed to dump the GD-ROM
- fixed: cannot get PVD due to one pregap sector
- fixed: failed to dump the multi-session disc that has offsets over 2352 bytes (Sonic The Hedgehog (Germany) (4 014548 004785))
6 changes: 3 additions & 3 deletions Release_ANSI/Doc/KnownIssue.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
============================ Known issue (not fix) ============================
. About PLEXTOR READ CDDA Command(0xd8), the offset it can acquire varies
according to the subch. (firmware bug?) (tested all latest firmware)
PLEXTOR PX-W820T : +354(subch is 0x02), +355(subch is 0x00)
PLEXTOR PX-R820T : +354(subch is 0x02), +355(subch is 0x00)
PLEXTOR PX-W8220T : +354(subch is 0x02), +355(subch is 0x00)
PLEXTOR PX-W124S : +942(subch is 0x02), +943(subch is 0x00)
PLEXTOR PX-W1210S : +686(subch is 0x08), +98(subch is 0x00)
PLEXTOR PX-W124TS : +942(subch is 0x02), +943(subch is 0x00)
PLEXTOR PX-W1210TS: +686(subch is 0x08), +98(subch is 0x00)
PLEXTOR PX-W1610TA: +686(subch is 0x02), +98(subch is 0x00)
PLEXTOR PX-W2410TA: +686(subch is 0x02), +98(subch is 0x00)
PLEXTOR PX-320A : +686(subch is 0x02), +98(subch is 0x00)
Expand Down

0 comments on commit d993c9c

Please sign in to comment.