From: Alan Cox Date: Sat, 21 Jul 2018 12:03:11 +0000 (+0100) Subject: trs80m1: note some things to review X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4bf7179b08b8e8901f252334801178ba8d6d0078;p=FUZIX.git trs80m1: note some things to review --- diff --git a/Kernel/platform-trs80m1/vtsupport.s b/Kernel/platform-trs80m1/vtsupport.s index 1dc156d4..c1a87aa2 100644 --- a/Kernel/platform-trs80m1/vtsupport.s +++ b/Kernel/platform-trs80m1/vtsupport.s @@ -126,6 +126,7 @@ _cursor_on: ld (cpos),hl ret +; FIXME: should not corrupt ix _plot_char: pop ix pop hl @@ -177,6 +178,7 @@ clear1: jr nz, clear0 ret +; FIXME shouldn't trash IX _clear_across: pop ix pop hl