Prev: 9673 Up: Map Next: 969C
9681: Input: Kempston Joystick
Used by the routine at GameEntry.
InputTest_KempstonJoystick 9681 LD A,($5BA8) A=ControlMethod.
9684 CP $02 If this is already 02 then jump back to TitleSelectInput.
9686 JP Z,TitleSelectInput
This entry point is used by the routine at GameEntry.
Input_KempstonJoystick 9689 LD A,$02 Write 02 to ControlMethod.
968B LD ($5BA8),A
968E CALL TitleScreenPrint Call TitleScreenPrint.
9691 LD HL,$5927 HL=5927.
9694 LD A,$14 A=14.
9696 CALL $96D2 Call 96D2.
9699 JP TitleSelectInput Jump to TitleSelectInput.
Prev: 9673 Up: Map Next: 969C