This routine does nothing in Commodore 64 Elite, apart from setting the A and
X registers to 15. This code is left over from the 6502 Second Processor
version of Elite.
.FLKBLDA#15; This code is left over from the 6502 Second ProcessorTAX; version, which calls OSBYTE to flush the input buffers;JMP OSBYTE ; (the call to OSBYTE is commented out in the original; source, so all this does now is set A and X to 15)RTS; Return from the subroutine