From e01a608863baaf5cb1b6f4ef4dd3dca214e57483 Mon Sep 17 00:00:00 2001 From: Colin Leroy-Mira Date: Mon, 1 Dec 2025 13:30:26 +0100 Subject: [PATCH 1/2] Mention where decompressors stats come from --- doc/decompression.sgml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/decompression.sgml b/doc/decompression.sgml index e4a8b4ca7..e6ab6749f 100644 --- a/doc/decompression.sgml +++ b/doc/decompression.sgml @@ -146,7 +146,10 @@ so that decompressing does not overwrite the end of the compressed data too soon Which decompressor to choose

The best decompressor depends on your use-case and whether you favor size or -speed. This table allows for a simple comparison. +speed. This table allows for a simple comparison. The numbers come from +arbitrary real-world data (graphics and code from the Apple II Shufflepuck +game) in order to give an overview of what to expect from the different +algorithms. Decompression speed is the number of uncompressed bytes per second at 1MHz. From 10297ba6379be092a30e4b09efd6646a19ec1d7e Mon Sep 17 00:00:00 2001 From: Fabrizio Caruso Date: Wed, 3 Dec 2025 21:54:32 +0100 Subject: [PATCH 2/2] Fix typo in Watara entry in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cbc2c81c..0910be633 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ the [cc65 web site](https://cc65.github.io): | MOS Technology, Inc. | KIM-1 | | NEC | PC Engine (PCE) | | Rumbledethumps | Picocomputer 6502 (RP6502) | -| Watara | Watura/QuickShot Supervision | +| Watara | Watara/QuickShot Supervision | | Synertek | SYM-1 | | USSR | Agat-7/9 |