diff options
author | Pixel <Pixel> | 2002-10-02 21:26:08 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-10-02 21:26:08 +0000 |
commit | ac538a2d1e822d121a604800f9e3877c227e1af4 (patch) | |
tree | 39b7b1a751203e63f6e53f297af5ba92a54f76a6 /FAQ-cd.txt | |
parent | 0e191c285677600f9852bff10e2bede5799883fa (diff) |
Bleh
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 |