Prev: 8079 Up: Map Next: 8146
813C: Handler: Debounce Space
Used by the routine at 8055.
Handler_DebounceSpace 813C LD A,$7F Read from the keyboard;
Port Number Bit
0 1 2 3 4
7F SPACE FULL-STOP M N B
813E IN A,($FE)
8140 BIT 0,A Return if "SPACE" is not being pressed.
8142 RET NZ
8143 JP RestartGame Jump to RestartGame.
Prev: 8079 Up: Map Next: 8146