mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-11 11:31:31 +11:00
zero thing cleanup
This commit is contained in:
parent
d0f43feae2
commit
65bee772a1
|
@ -29,9 +29,11 @@ The buttons are, going up in order from the 0th bit:
|
||||||
* R
|
* R
|
||||||
* L
|
* L
|
||||||
|
|
||||||
Bits above that are not used. However, since the arrow left and right can never
|
Bits above that are not used. However, since the left and right directions, as
|
||||||
be pressed at the same time, and the arrows up and down can never be pressed at
|
well as the up and down directions, can never be pressed at the same time, the
|
||||||
the same time, this register will never read as zero.
|
`KEYINPUT` register should never read as zero. Of course, the register _might_
|
||||||
|
read as zero if someone is using an emulator that allows for such inputs, so I
|
||||||
|
wouldn't go so far as to make it be `NonZeroU16` or anything like that.
|
||||||
|
|
||||||
When programming, we usually are thinking of what buttons we want to have _be
|
When programming, we usually are thinking of what buttons we want to have _be
|
||||||
pressed_ instead of buttons we want to have _not be pressed_. This means that we
|
pressed_ instead of buttons we want to have _not be pressed_. This means that we
|
||||||
|
|
Loading…
Reference in a new issue