tgi_mode -> tgi_gmode

git-svn-id: svn://svn.cc65.org/cc65/trunk@1861 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-12-29 20:59:34 +00:00
parent cd77c6ab90
commit e525cd2515
2 changed files with 3 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ TGI_TEXT_VERTICAL = 1
.global _tgi_drv ; Pointer to driver
.global _tgi_error ; Last error code
.global _tgi_mode ; Graphics mode or zero
.global _tgi_gmode ; Flag: graphics mode active
.global _tgi_curx ; Current drawing cursor X
.global _tgi_cury ; Current drawing cursor Y
.global _tgi_color ; Current drawing color