From f9ba09ac4dd8d79146a90183e324a320200433c1 Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Sat, 19 Sep 2020 17:39:46 +0200 Subject: [PATCH] todo --- compiler/res/prog8lib/c64textio.p8 | 1 - compiler/res/prog8lib/cx16textio.p8 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/res/prog8lib/c64textio.p8 b/compiler/res/prog8lib/c64textio.p8 index 52df9bf8a..ea7fdca99 100644 --- a/compiler/res/prog8lib/c64textio.p8 +++ b/compiler/res/prog8lib/c64textio.p8 @@ -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) diff --git a/compiler/res/prog8lib/cx16textio.p8 b/compiler/res/prog8lib/cx16textio.p8 index 82efe8a34..3220f58c0 100644 --- a/compiler/res/prog8lib/cx16textio.p8 +++ b/compiler/res/prog8lib/cx16textio.p8 @@ -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