diff options
| author | itsme <itsme@xs4all.nl> | 2021-07-09 02:08:22 +0200 |
|---|---|---|
| committer | itsme <itsme@xs4all.nl> | 2021-07-09 02:08:22 +0200 |
| commit | 8ee344699fc82769028134dd898a67dcbd4586d9 (patch) | |
| tree | 969dd429eeeb1f79465a877b9a377f9d7c6f4a30 /docs | |
| parent | 2a9e53566d873b226d1523adcb80f78c14b4d773 (diff) | |
note about compressed records
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/cronos-research.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/cronos-research.md b/docs/cronos-research.md index ec074d7..4cc4da0 100644 --- a/docs/cronos-research.md +++ b/docs/cronos-research.md | |||
| @@ -169,4 +169,13 @@ the `Base000` entry contains the record number for the table definition of the f | |||
| 169 | ... | 169 | ... |
| 170 | 170 | ||
| 171 | 171 | ||
| 172 | ## compressed records | ||
| 173 | |||
| 174 | some records are compressed, the format is like this: | ||
| 175 | |||
| 176 | word16 size | ||
| 177 | byte head[2] = { 8, 0 } | ||
| 178 | word32 crc32 | ||
| 179 | byte compdata[size-4] | ||
| 180 | byte tail[3] = { 0, 0, 2 } | ||
| 172 | 181 | ||
