aboutsummaryrefslogtreecommitdiff
path: root/titlecompression.txt
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-02-11 05:41:58 -0500
committerB. Watson <yalhcru@gmail.com>2016-02-11 05:41:58 -0500
commit0c50cc1c673545843830334fe8d277c79e4b33cb (patch)
treec1e7e8e57d3b471b7cf45479e9ad0748369f44d9 /titlecompression.txt
parentc7b877bb5f504fe33d23c4283a4df45a405c4171 (diff)
downloadtaipan-0c50cc1c673545843830334fe8d277c79e4b33cb.tar.gz
add another text brightness level, make cartridge display list comply with Atari standards
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