From 0c50cc1c673545843830334fe8d277c79e4b33cb Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 11 Feb 2016 05:41:58 -0500 Subject: add another text brightness level, make cartridge display list comply with Atari standards --- titlecompression.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'titlecompression.txt') 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 -- cgit v1.2.3