![]() |
Routines |
Prev: 36714 | Up: Map | Next: 36763 |
HandlerControls | 36752 | LD A,(24064) | Jump to ReadKeyboard if GameOptions is set for keyboard controls. | |
36755 | AND %00000110 | |||
36757 | JR Z,ReadKeyboard | |||
36759 | CP 4 | Jump to ReadCursorJoystick if GameOptions is set for cursor joystick controls. | ||
36761 | JR Z,ReadCursorJoystick | |||
Continue on to ReadKempstonJoystick.
View the equivalent code in;
|
Prev: 36714 | Up: Map | Next: 36763 |