From: Brett Gordon Date: Sat, 10 Oct 2015 11:18:32 +0000 (-0400) Subject: coco3: video: add exports. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=c7e4f35f168e95d1352fb1ce02da17dd79e64b61;p=FUZIX.git coco3: video: add exports. --- diff --git a/Kernel/platform-coco3/videoll.s b/Kernel/platform-coco3/videoll.s index 57c3fe1a..c40c07bb 100644 --- a/Kernel/platform-coco3/videoll.s +++ b/Kernel/platform-coco3/videoll.s @@ -7,6 +7,18 @@ .globl _memset .globl _memcpy +* .globl _vid256x192 +* .globl _plot_char +* .globl _scroll_up +* .globl _scroll_down +* .globl _clear_across +* .globl _clear_lines +* .globl _cursor_on +* .globl _cursor_off + + .globl _video_read + .globl _video_write + .globl _video_cmd include "kernel.def" include "../kernel09.def"