Implementing TGI

git-svn-id: svn://svn.cc65.org/cc65/trunk@1311 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-06-21 12:46:52 +00:00
parent 8c8f0ba06f
commit e50b24d46a
11 changed files with 323 additions and 15 deletions

View File

@@ -87,7 +87,7 @@ void __fastcall__ tgi_init (unsigned char mode);
void __fastcall__ tgi_done (void);
/* End graphics mode, switch back to text mode. Will NOT unload the driver! */
unsigned char __fastcall__ tgi_error (void);
unsigned char __fastcall__ tgi_geterror (void);
/* Return the error code for the last operation. */
void __fastcall__ tgi_clear (void);