We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Chattering: Difference between revisions
From SnesLab
(created page) |
m (→Reference: multiple refs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
* [[Super Scope]] | * [[Super Scope]] | ||
=== | === References === | ||
* page 259, Appendix 1: Programming Cautions of the official Game Boy Programming Manual, version 1.1 | * [https://archive.org/details/GameBoyProgManVer1.1/page/n258 page 259, Appendix 1: Programming Cautions] of the official Game Boy Programming Manual, version 1.1 | ||
* [https://archive.org/details/SNESDevManual/book2/page/n339 pages 4-3-5 and 4-3-6 of Book II] of the official Super Nintendo development manual | |||
[[Category:SNES Hardware]] | [[Category:SNES Hardware]] | ||
[[Category:Official Jargon]] | [[Category:Official Jargon]] |
Latest revision as of 00:26, 1 August 2023
Chattering is when a button is triggered multiple times because it is being held down. Software normally reads button states once per frame and is programmed to prevent chattering by only triggering an action when the button state changes from unpressed to pressed.
See Also
References
- page 259, Appendix 1: Programming Cautions of the official Game Boy Programming Manual, version 1.1
- pages 4-3-5 and 4-3-6 of Book II of the official Super Nintendo development manual