aboutsummaryrefslogtreecommitdiff
path: root/titlecompression.txt
diff options
context:
space:
mode:
Diffstat (limited to 'titlecompression.txt')
-rw-r--r--titlecompression.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/titlecompression.txt b/titlecompression.txt
index 456ddf2..6a17f56 100644
--- a/titlecompression.txt
+++ b/titlecompression.txt
@@ -1,6 +1,7 @@
-The title screen uses a crude form of compression, which I'll call ZRLE
-(zero-run length encoding). It's a special-purpose compression scheme
-I came up with, to meet the following requirements:
+For the .xex build (but not the cartridge), the title screen uses
+a crude form of compression, which I'll call ZRLE (zero-run length
+encoding). It's a special-purpose compression scheme I came up with,
+to meet the following requirements:
- Must be able to compress the Taipan title screen by at least 33%
(66% compression ratio, where the decompress code is counted as part