Prev: 54023 Up: Map Next: 54171
54162: Reads In-Game Joystick Controls
Controls_Joystick 54162 LD BC,223
54165 IN A,(12) Reads input from the Kempston joystick (see POKES).
54167 AND A If there's nothing to read fall back to Controls_Keyboard anyway.
54168 JR Z,Controls_Keyboard
54170 RET Return.
Prev: 54023 Up: Map Next: 54171