diff options
Diffstat (limited to 'FAQ-cd.txt')
-rw-r--r-- | FAQ-cd.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ -Q: What is this tools aimed at anyway? +Q: What is this tool aimed at anyway? A: It is designed to handle ISO images you make from CDs. @@ -169,7 +169,7 @@ int is_valid_BCD(uchar x) {return (((x & 15) < 10) && ((x >> 4) < 10));} Well, I *really* don't know how to distinguish the different "FORMS" from each others for the MODE 1. Have to look further for this. - The ECC and EDC controls blocks. The yazedc code can compute them, so + The ECC and EDC are controls blocks. The yazedc code can compute them, so don't worry about them. The 'SH' (SubHeader) field is the most "complicated" one. Those eight little |