From: Alan Cox Date: Sat, 30 Jun 2018 21:54:24 +0000 (+0100) Subject: coco2cart: fix breakage from vt change X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1fbe56cddc3f7fa7c6664ee5b9c5ff191868c365;p=FUZIX.git coco2cart: fix breakage from vt change --- diff --git a/Kernel/platform-coco2cart/video.s b/Kernel/platform-coco2cart/video.s index 5ab0caca..7f72e057 100644 --- a/Kernel/platform-coco2cart/video.s +++ b/Kernel/platform-coco2cart/video.s @@ -9,6 +9,7 @@ .globl _clear_lines .globl _cursor_on .globl _cursor_off + .globl _cursor_disable .globl _vtattr_notify .globl _video_read @@ -337,6 +338,7 @@ _cursor_off: com 224,x nocursor: _vtattr_notify: +_cursor_disable: rts ; ; These routines wortk in both 256x192x2 and 128x192x4 modes