Prev: 42613 Up: Map Next: 42709
42695: Handler: Debounce Space
Used by the routine at Controller_NameSelect.
Handler_DebounceSpace 42695 LD BC,32766 Read from the keyboard;
Port Number Bit
0 1 2 3 4
127 SPACE FULL-STOP M N B
42698 IN A,(C)
42700 BIT 0,A Return if "SPACE" is not being pressed.
42702 RET NZ
42703 POP HL Clear the call stack.
42704 POP HL
42705 POP HL
42706 JP Game_Loop Jump to Game_Loop.
Prev: 42613 Up: Map Next: 42709