Co-Authored-By: Lokathor <zefria@gmail.com>
This commit is contained in:
Thomas Winwood 2018-11-13 10:28:45 -07:00 committed by GitHub
parent 0edce7ce66
commit 9a063983fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
The Key Input Register is our next IO register. Its shorthand name is The Key Input Register is our next IO register. Its shorthand name is
[KEYINPUT](http://problemkaputt.de/gbatek.htm#gbakeypadinput) and it's a `u16` [KEYINPUT](http://problemkaputt.de/gbatek.htm#gbakeypadinput) and it's a `u16`
at `0x4000130`. The entire register is obviosuly read only, you can't tell the at `0x4000130`. The entire register is obviously read only, you can't tell the
GBA what buttons are pressed. GBA what buttons are pressed.
Each button is exactly one bit: Each button is exactly one bit: