]> git.sur5r.net Git - cc65/commitdiff
The outcode constants from tgi_outcode went into this header file.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 12 Nov 2009 18:01:11 +0000 (18:01 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 12 Nov 2009 18:01:11 +0000 (18:01 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4465 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/tgi-kernel.inc

index 7522106c7d5ec1e61f1453228443e3627f806692..1a6223bb0ee80f1e4758c42a508dcad9af5655f6 100644 (file)
@@ -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