aboutsummaryrefslogtreecommitdiff
path: root/docs/architecture.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-24 22:24:50 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-24 22:24:50 +0100
commit1a2bd8b70c12d497acb2eba548d161b2bfc4f9b6 (patch)
tree593cddcc473aad7a5e55f870893d813f17651a85 /docs/architecture.md
parent97dd5f6bd354c8e931778c79c7a421d5bdaafee5 (diff)
background sprites working in ppusim
Diffstat (limited to 'docs/architecture.md')
-rw-r--r--docs/architecture.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/architecture.md b/docs/architecture.md
index 0c6fea7..5001eed 100644
--- a/docs/architecture.md
+++ b/docs/architecture.md
@@ -323,8 +323,8 @@ Word format:
|Range (VHDL)|Description|
|-|-|
-|`15 downto 13`|(discarded)|
-|`12 downto 8`|Red value|
+|`15 downto 12`|(discarded)|
+|`11 downto 8`|Red value|
|`7 downto 4`|Green value|
|`3 downto 0`|Blue value|