mirror of
https://github.com/cc65/cc65.git
synced 2025-02-10 09:31:08 +00:00
New function tgi_geterrormsg
git-svn-id: svn://svn.cc65.org/cc65/trunk@3125 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
191801d7a1
commit
aa0c3bbf81
@ -6,7 +6,7 @@
|
|||||||
;* */
|
;* */
|
||||||
;* */
|
;* */
|
||||||
;* */
|
;* */
|
||||||
;* (C) 2002-2003 Ullrich von Bassewitz */
|
;* (C) 2002-2004 Ullrich von Bassewitz */
|
||||||
;* Römerstraße 52 */
|
;* Römerstraße 52 */
|
||||||
;* D-70794 Filderstadt */
|
;* D-70794 Filderstadt */
|
||||||
;* EMail: uz@cc65.org */
|
;* EMail: uz@cc65.org */
|
||||||
@ -147,6 +147,7 @@ TGI_TEXT_VERTICAL = 1
|
|||||||
.global _tgi_init
|
.global _tgi_init
|
||||||
.global _tgi_done
|
.global _tgi_done
|
||||||
.global _tgi_geterror
|
.global _tgi_geterror
|
||||||
|
.global _tgi_geterrormsg
|
||||||
.global _tgi_clear
|
.global _tgi_clear
|
||||||
.global _tgi_getpagecount
|
.global _tgi_getpagecount
|
||||||
.global _tgi_setviewpage
|
.global _tgi_setviewpage
|
||||||
|
@ -104,6 +104,9 @@ unsigned char __fastcall__ tgi_geterror (void);
|
|||||||
* error.
|
* error.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
const char* __fastcall__ tgi_geterrormsg (unsigned char code);
|
||||||
|
/* Get an error message describing the error in code. */
|
||||||
|
|
||||||
void __fastcall__ tgi_clear (void);
|
void __fastcall__ tgi_clear (void);
|
||||||
/* Clear the screen. */
|
/* Clear the screen. */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user