Prev: 8F6A Up: Map Next: 8F9B
8F90: Handler: Controls
Used by the routines at 8C71, 8CBC, 8D06, 91E2, A3FF, A579 and F295.
HandlerControls 8F90 LD A,($5E00) Jump to ReadKeyboard if GameOptions is set for keyboard controls.
8F93 AND %00000110
8F95 JR Z,ReadKeyboard
8F97 CP $04 Jump to ReadCursorJoystick if GameOptions is set for cursor joystick controls.
8F99 JR Z,ReadCursorJoystick
Continue on to ReadKempstonJoystick.
View the equivalent code in;
Prev: 8F6A Up: Map Next: 8F9B