Prev: 42977 Up: Map Next: 42997
42987: Handler: Debounce Controls
Used by the routines at Controller_NameSelect, PressAnyKey and Controller_Yes_No.
Handler_Debounce_Controls 42987 HALT Halt operation (suspend CPU until the next interrupt).
42988 CALL Handler_Controls Fetch the controller response (into E) by calling Handler_Controls.
42991 LD A,192 Jump to Handler_Debounce_Controls when the control reponse is 192 (192 == "no action").
42993 CP E
42994 JR NZ,Handler_Debounce_Controls
42996 RET Return.
Prev: 42977 Up: Map Next: 42997