From: cuz Date: Thu, 23 Oct 2003 09:04:39 +0000 (+0000) Subject: Added TGI_API_VERSION X-Git-Tag: V2.12.0~1229 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=50d1e696095bcddb042215a5e179ec06e3ad0166;p=cc65 Added TGI_API_VERSION git-svn-id: svn://svn.cc65.org/cc65/trunk@2565 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/asminc/tgi-kernel.inc b/asminc/tgi-kernel.inc index a299d921a..32c47a5e6 100644 --- a/asminc/tgi-kernel.inc +++ b/asminc/tgi-kernel.inc @@ -71,6 +71,11 @@ TGI_HDR_OUTTEXT = TGI_HDR_JUMPTAB+42 ; OUTTEXT routine TGI_HDR_JUMPCOUNT = 21 ; Number of jump vectors +;------------------------------------------------------------------------------ +; The TGI API version, stored at TGI_HDR_VERSION + +TGI_API_VERSION = $01 + ;------------------------------------------------------------------------------ ; Text style constants