From: Alan Cox Date: Mon, 2 Nov 2015 12:28:50 +0000 (+0000) Subject: dragon-nx32: vtattr_notify X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5b1cf07088ad0f1f950cfaa685e0736c6a1b7ae9;p=FUZIX.git dragon-nx32: vtattr_notify --- diff --git a/Kernel/platform-dragon-nx32/video.s b/Kernel/platform-dragon-nx32/video.s index 673c45b4..bc55a003 100644 --- a/Kernel/platform-dragon-nx32/video.s +++ b/Kernel/platform-dragon-nx32/video.s @@ -9,6 +9,7 @@ .globl _clear_lines .globl _cursor_on .globl _cursor_off + .globl _vtattr_notify .globl _video_read .globl _video_write @@ -333,6 +334,7 @@ _cursor_off: com 192,x com 224,x nocursor: +_vtattr_notify: rts ; ; These routines wortk in both 256x192x2 and 128x192x4 modes