This commit is contained in:
Irmen de Jong 2020-09-19 17:39:46 +02:00
parent 4e74873eae
commit f9ba09ac4d
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ asmsub clear_screen() {
}}
}
asmsub fill_screen (ubyte char @ A, ubyte charcolor @ Y) clobbers(A) {
; ---- fill the character screen with the given fill character and character color.
; (assumes screen and color matrix are at their default addresses)

View File

@ -298,7 +298,7 @@ asmsub print_w (word value @ AY) clobbers(A,Y) {
}}
}
; TODO implement the "missing" txtio subroutines
; TODO implement the "missing" txtio subroutines: input_chars, setchr, getchr, setclr, getclr, scroll_left_full, (also right, up, down)
sub setcc (ubyte column, ubyte row, ubyte char, ubyte charcolor) {
; ---- set char+color at the given position on the screen