Skip to navigation

Elite on the BBC Micro and NES

Text: TT69

[Elite-A, Flight]

Name: TT69 [Show more] Type: Subroutine Category: Text Summary: Set Sentence Case and print a newline
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * TT210 calls TT69
.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 newline