From c7e4f35f168e95d1352fb1ce02da17dd79e64b61 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Sat, 10 Oct 2015 07:18:32 -0400 Subject: [PATCH] coco3: video: add exports. --- Kernel/platform-coco3/videoll.s | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" -- 2.34.1