diff options
author | Juan J. MartÃnez <jjm@usebox.net> | 2022-01-07 17:41:41 +0000 |
---|---|---|
committer | Juan J. MartÃnez <jjm@usebox.net> | 2022-01-07 17:41:41 +0000 |
commit | c149e9f96d9f6901656a2dfe4482bb8b45f1f62b (patch) | |
tree | 2b0a206c0864eaf80cf94da76824d40f3eaa5c13 /include/ubox.h | |
parent | bb2dda48c5a4e93b89377539d205b8d58687c8c7 (diff) | |
parent | 4140f69b39ea9473d91d8708d1a84d991188de70 (diff) | |
download | ubox-msx-lib-c149e9f96d9f6901656a2dfe4482bb8b45f1f62b.tar.gz ubox-msx-lib-c149e9f96d9f6901656a2dfe4482bb8b45f1f62b.zip |
Merge branch 'master' into 'master'
typo
See merge request reidrac/ubox-msx-lib!22
Diffstat (limited to 'include/ubox.h')
-rw-r--r-- | include/ubox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ubox.h b/include/ubox.h index af086f0..acbb3b5 100644 --- a/include/ubox.h +++ b/include/ubox.h @@ -36,7 +36,7 @@ // // The VRAM layout for Screen 2 is as follows: // -// | Address range | Desctiption | +// | Address range | Description | // | --- | --- | // | <tt>0x0000-0x17ff</tt> | Background tiles | // | <tt>0x1800-0x1aff</tt> | Background tile map | |