diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-04-03 17:35:55 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-04-03 17:35:55 +0200 |
commit | 2062688058713a82eec683e233867d24283bb801 (patch) | |
tree | 61bdd32a3169b76b5901dd55f9d906b21b132925 /docs | |
parent | 9af9f9fcfd44c842a238a99164fd0d79a1ef4e5e (diff) |
update i/o in vhdl and minor improvements
Diffstat (limited to 'docs')
-rw-r--r-- | docs/architecture.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/architecture.md b/docs/architecture.md index dd34426..4e57be0 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -350,7 +350,8 @@ Format: |Range (VHDL)|Description| |-|-| -|`31 downto 18`|(unused)| +|`31 downto 19`|(unused)| +|`18`|System reset| |`17`|Fetch foreground sprites flag| |`16 downto 8`|Horizontal background scroll (offset from left edge)| |`7 downto 0`|Vertical background scroll (offset from top edge)| |