Added a new flags byte to the TGI headers. Bumped the API version.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5083 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -55,6 +55,7 @@ _tgi_pagecount: .res 1 ; Number of available screen pages
|
||||
_tgi_fontwidth: .res 1 ; System font width in pixels
|
||||
_tgi_fontheight: .res 1 ; System font height in pixels
|
||||
_tgi_aspectratio: .res 2 ; Aspect ratio in 8.8 fixed point
|
||||
_tgi_flags: .res 1 ; TGI driver flags
|
||||
|
||||
|
||||
.data
|
||||
|
||||
Reference in New Issue
Block a user