mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Added TGI_API_VERSION
git-svn-id: svn://svn.cc65.org/cc65/trunk@2565 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
2612d83864
commit
50d1e69609
@ -71,6 +71,11 @@ TGI_HDR_OUTTEXT = TGI_HDR_JUMPTAB+42 ; OUTTEXT routine
|
|||||||
|
|
||||||
TGI_HDR_JUMPCOUNT = 21 ; Number of jump vectors
|
TGI_HDR_JUMPCOUNT = 21 ; Number of jump vectors
|
||||||
|
|
||||||
|
;------------------------------------------------------------------------------
|
||||||
|
; The TGI API version, stored at TGI_HDR_VERSION
|
||||||
|
|
||||||
|
TGI_API_VERSION = $01
|
||||||
|
|
||||||
;------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------
|
||||||
; Text style constants
|
; Text style constants
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user