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
Jump to: navigation, search
(created page)
(No difference)

Revision as of 00:14, 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

Reference

  • page 259, Appendix 1: Programming Cautions of the official Game Boy Programming Manual, version 1.1