From 1fbe56cddc3f7fa7c6664ee5b9c5ff191868c365 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 30 Jun 2018 22:54:24 +0100 Subject: [PATCH] coco2cart: fix breakage from vt change --- Kernel/platform-coco2cart/video.s | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1