Routines |
Prev: 63654 | Up: Map | Next: 63668 |
Used by the routine at 63598.
|
||||||||||||||
63657 | IN A,(31) | Load A with current Kempston joystick state | ||||||||||||
63659 | AND 224 | If bits 5, 6 and 7 (i.e. unused bits) are reset, indicating presence of Kempston joystick... | ||||||||||||
63661 | RET Z | ...then return | ||||||||||||
63662 | LD A,D | Load A with index of previously selected input device... | ||||||||||||
63663 | LD (63653),A | ...set as currently selected input device... | ||||||||||||
63666 | LD B,A | ...and load into B | ||||||||||||
63667 | RET | Return |
Prev: 63654 | Up: Map | Next: 63668 |