.SetNewViewType JSR TT66 ; Clear the screen and set the current view type to A LDA #0 ; Move the text cursor to row 0 STA YC RTS ; Return from the subroutineName: SetNewViewType [Show more] Type: Subroutine Category: Drawing the screen Summary: Clear the screen, set the current view type and move the cursor to row 0Context: See this subroutine in context in the source code References: This subroutine is called as follows: * EQSHP calls SetNewViewType * STATUS calls SetNewViewType * TT167 calls SetNewViewType * TT213 calls SetNewViewType * TT25 calls SetNewViewType
Arguments: A The type of the new current view (see QQ11 for a list of view types)
[X]
Subroutine TT66 (category: Drawing the screen)
Clear the screen and set the new view type