From 912cf897024a6c681764ed9528c0ef44a0946000 Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 1 Nov 2009 22:32:14 +0000 Subject: [PATCH] Added new constants from tgi.h git-svn-id: svn://svn.cc65.org/cc65/trunk@4419 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- asminc/tgi-kernel.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5