Prev: D307 Up: Map Next: D39B
D392: Reads In-Game Joystick Controls
Controls_Joystick D392 LD BC,$00DF
D395 IN A,($0C) Reads input from the Kempston joystick (see POKES).
D397 AND A If there's nothing to read fall back to Controls_Keyboard anyway.
D398 JR Z,Controls_Keyboard
D39A RET Return.
Prev: D307 Up: Map Next: D39B