From d1e37cc241fe67f1c03855267db5025c64a0f5d7 Mon Sep 17 00:00:00 2001 From: uz Date: Thu, 12 Nov 2009 18:01:11 +0000 Subject: [PATCH] The outcode constants from tgi_outcode went into this header file. git-svn-id: svn://svn.cc65.org/cc65/trunk@4465 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- asminc/tgi-kernel.inc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/asminc/tgi-kernel.inc b/asminc/tgi-kernel.inc index 7522106c7..1a6223bb0 100644 --- a/asminc/tgi-kernel.inc +++ b/asminc/tgi-kernel.inc @@ -87,7 +87,16 @@ TGI_FONT_BITMAP = 0 TGI_FONT_VECTOR = 1 TGI_TEXT_HORIZONTAL = 0 -TGI_TEXT_VERTICAL = 1 +TGI_TEXT_VERTICAL = 1 + +;---------------------------------------------------------------------------- +; Results of tgi_outcode + +TGI_CLIP_NONE = $00 +TGI_CLIP_LEFT = $01 +TGI_CLIP_RIGHT = $02 +TGI_CLIP_BOTTOM = $04 +TGI_CLIP_TOP = $08 ;------------------------------------------------------------------------------ ; C accessible Variables @@ -152,9 +161,11 @@ TGI_TEXT_VERTICAL = 1 .global tgi_clippedline .global tgi_curtoxy .global tgi_getset + .global tgi_imulround .global tgi_inv_arg .global tgi_inv_drv .global tgi_linepop + .global tgi_outcode .global tgi_popxy .global tgi_popxy2 .global tgi_set_ptr -- 2.39.5