New TGI routines tgi_getaspectratio/tgi_setaspectratio.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5009 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -84,7 +84,7 @@ TGI_FONT_BITMAP = 0
|
||||
TGI_FONT_VECTOR = 1
|
||||
|
||||
TGI_TEXT_HORIZONTAL = 0
|
||||
TGI_TEXT_VERTICAL = 1
|
||||
TGI_TEXT_VERTICAL = 1
|
||||
|
||||
;----------------------------------------------------------------------------
|
||||
; Results of tgi_outcode
|
||||
@@ -182,6 +182,7 @@ TGI_CLIP_TOP = $08
|
||||
.global _tgi_clear
|
||||
.global _tgi_done
|
||||
.global _tgi_ellipse
|
||||
.global _tgi_getaspectratio
|
||||
.global _tgi_getcolor
|
||||
.global _tgi_getcolorcount
|
||||
.global _tgi_getdefpalette
|
||||
@@ -207,7 +208,8 @@ TGI_CLIP_TOP = $08
|
||||
.global _tgi_load_driver
|
||||
.global _tgi_outtext
|
||||
.global _tgi_outtextxy
|
||||
.global _tgi_pieslice
|
||||
.global _tgi_pieslice
|
||||
.global _tgi_getaspectratio
|
||||
.global _tgi_setcolor
|
||||
.global _tgi_setdrawpage
|
||||
.global _tgi_setpalette
|
||||
|
||||
Reference in New Issue
Block a user