Routines |
Prev: 45787 | Up: Map | Next: 45805 |
Used by the routine at GameMenu.
|
||||
Sets the game option for the Sinclair Joystick controller.
|
||||
Game_Options_Sinclair | 45788 | LD A,2 | Write 2 to Game_Options. | |
45790 | LD (45787),A | |||
45793 | RET | Return. | ||
Sets the game option for the Kempston Joystick controller.
|
||||
Game_Options_Kempston | 45794 | LD A,1 | Write 1 to Game_Options. | |
45796 | LD (45787),A | |||
45799 | RET | Return. | ||
Sets the game option for keyboard controls.
|
||||
Game_Options_Keyboard | 45800 | XOR A | Write 0 to Game_Options. | |
45801 | LD (45787),A | |||
45804 | RET | Return. |
Prev: 45787 | Up: Map | Next: 45805 |