.TT69 \ --- Mod: Code removed for Elite-A: ------------------> \LDA #%10000000 \ Set bit 7 of QQ17 to switch to Sentence Case \STA QQ17 \ --- And replaced by: --------------------------------> JSR vdu_80 \ Call vdu_80 to switch to Sentence Case \ --- End of replacement ------------------------------> \ Fall through into TT67 to print a newlineName: TT69 [Show more] Type: Subroutine Category: Text Summary: Set Sentence Case and print a newlineContext: See this subroutine in context in the source code References: This subroutine is called as follows: * TT210 calls TT69