add Atari TGI drivers from Fatih Aygun
git-svn-id: svn://svn.cc65.org/cc65/trunk@4456 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -44,6 +44,12 @@
|
||||
TGI_ERR_INV_FUNC ; Function not supported
|
||||
TGI_ERR_INV_FONT ; Font file is invalid
|
||||
|
||||
; Atari specific error codes
|
||||
|
||||
TGI_ERR_NO_IOCB ; No free IOCB to open the screen device
|
||||
TGI_ERR_NO_MEM ; Not enough memory
|
||||
TGI_ERR_UNKNOWN ; Unknown error
|
||||
|
||||
TGI_ERR_COUNT ; Special: Number of error messages
|
||||
.endenum
|
||||
|
||||
|
||||
Reference in New Issue
Block a user