summaryrefslogtreecommitdiff
path: root/docs/cronos-research.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cronos-research.md')
-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