From: Brett Gordon Date: Wed, 7 Oct 2015 14:50:12 +0000 (-0400) Subject: coco3: tty: clear a bit more memory for 25 rows. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0c083336aaa3a247e2e35635e191eb73648fe21d;p=FUZIX.git coco3: tty: clear a bit more memory for 25 rows. --- diff --git a/Kernel/platform-coco3/coco3.s b/Kernel/platform-coco3/coco3.s index 56757126..2de9d35f 100644 --- a/Kernel/platform-coco3/coco3.s +++ b/Kernel/platform-coco3/coco3.s @@ -164,7 +164,7 @@ b@ sta ,x+ ldx #$ac00 lda #$20 a@ sta ,x+ - cmpx #$bb80 + cmpx #$bbd0 bne a@ ;; Our vectors are in high memory unlike Z80 but we still ;; need vectors