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:
cpg
2009-11-10 21:53:55 +00:00
parent fe5adb5c4e
commit b18d6ad8db
21 changed files with 2761 additions and 18 deletions

View File

@@ -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

View File

@@ -42,6 +42,22 @@
TGI_MODE_640_480_2 ; 640x480, 2 colors (b/w)
TGI_MODE_280_192_8 ; 280x192, 8 colors
TGI_MODE_40_48_16 ; 40x48, 16 colors
TGI_MODE_320_192_2
TGI_MODE_160_192_4
TGI_MODE_160_192_2
TGI_MODE_160_96_4
TGI_MODE_160_96_2
TGI_MODE_80_48_4
TGI_MODE_80_48_2
TGI_MODE_40_24_4
TGI_MODE_80_192_16b
TGI_MODE_80_192_9
TGI_MODE_80_192_16h
TGI_MODE_320_192_2_2p
TGI_MODE_80_192_16b_2p
TGI_MODE_160_192_4_2p
TGI_MODE_80_192_9_2p
.endenum