From 50d1e696095bcddb042215a5e179ec06e3ad0166 Mon Sep 17 00:00:00 2001 From: cuz Date: Thu, 23 Oct 2003 09:04:39 +0000 Subject: [PATCH] Added TGI_API_VERSION git-svn-id: svn://svn.cc65.org/cc65/trunk@2565 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- asminc/tgi-kernel.inc | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5