From 34c1270d1fb5fb27c56eefc59b6f3ada3a30f7ba Mon Sep 17 00:00:00 2001 From: Kyrio Date: Sun, 24 Mar 2024 19:47:55 +0100 Subject: [PATCH] Fix mode 4 description in graphics.md (#22) --- content/graphics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/graphics.md b/content/graphics.md index 8f5d4f9..ad01c14 100644 --- a/content/graphics.md +++ b/content/graphics.md @@ -37,7 +37,7 @@ This allows the full color range to be displayed at once. Unfortunately, the fra ### Mode 4 -8-Bit paletted bitmapped mode at 240x160. The bitmap starts at either `0x06000000` or `0x0600A000`, depending on bit 3 of [REG_DISPCNT](registers.md#REG_DISPCNT). Swapping the map and drawing in the one that isn't displayed allows for page flipping techniques to be used. The palette is at `0x05000000`, and contains 256 16-bit [color entries](#Color Format). +8-Bit paletted bitmapped mode at 240x160. The bitmap starts at either `0x06000000` or `0x0600A000`, depending on bit 4 of [REG_DISPCNT](registers.md#REG_DISPCNT). Swapping the map and drawing in the one that isn't displayed allows for page flipping techniques to be used. The palette is at `0x05000000`, and contains 256 16-bit [color entries](#color-format). ### Mode 5