diff options
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 | ||