summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritsme <itsme@xs4all.nl>2021-07-09 02:08:22 +0200
committeritsme <itsme@xs4all.nl>2021-07-09 02:08:22 +0200
commit8ee344699fc82769028134dd898a67dcbd4586d9 (patch)
tree969dd429eeeb1f79465a877b9a377f9d7c6f4a30
parent2a9e53566d873b226d1523adcb80f78c14b4d773 (diff)
note about compressed records
-rw-r--r--docs/cronos-research.md9
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
174some 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