Routines |
Prev: 47893 | Up: Map | Next: 47942 |
Used by the routine at 47893.
|
||||
47930 | LD A,(34298) | If joystick mode is off... | ||
47933 | OR A | ... | ||
47934 | RET Z | ...then return | ||
47935 | IN A,(31) | Read state of Kempston joystick into A | ||
47937 | AND 31 | If joystick input is non-zero... | ||
47939 | JR NZ,47926 | ...then jump to 47926 | ||
47941 | RET | Return |
Prev: 47893 | Up: Map | Next: 47942 |