From: uz Date: Sun, 1 Nov 2009 22:32:14 +0000 (+0000) Subject: Added new constants from tgi.h X-Git-Tag: V2.13.1~110 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=912cf897024a6c681764ed9528c0ef44a0946000;p=cc65 Added new constants from tgi.h git-svn-id: svn://svn.cc65.org/cc65/trunk@4419 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/tgi-kernel.inc b/asminc/tgi-kernel.inc index 0a31b904e..4b6215a02 100644 --- a/asminc/tgi-kernel.inc +++ b/asminc/tgi-kernel.inc @@ -78,7 +78,13 @@ TGI_API_VERSION = $03 ;------------------------------------------------------------------------------ -; Text style constants +; Color and text constants + +TGI_COLOR_BLACK = 0 +TGI_COLOR_WHITE = 1 + +TGI_FONT_BITMAP = 0 +TGI_FONT_VECTOR = 1 TGI_TEXT_HORIZONTAL = 0 TGI_TEXT_VERTICAL = 1