From e25ae7ff3876d271319e72387dd780667dbce3aa Mon Sep 17 00:00:00 2001 From: Rob Date: Mon, 3 Jul 2017 18:42:41 -0500 Subject: [PATCH] Fixing glitch in table. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 274d14c..7244cf6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Currently supported Apple II graphic formats: Format | Width | Height | Colors ------ | ----- | ------ | ------ Lores | 40 | 40 | Standard Apple 16 colors -Double | Lores | 80 | 40 | Standard Apple 16 colors +Double Lores | 80 | 40 | Standard Apple 16 colors Super Hires | 320 | 200 | 16 palettes of 16 colors; each palette entry is 12 bit color (4 bits per red, green, blue). Currently supported "compression" formats: RLE, Variable RLE, PackBits, 'deflate' method of Zip, GZip, BitPack #1 - #3 (my attempts and they're worthless).