mirror of
https://github.com/cc65/cc65.git
synced 2025-01-27 09:33:42 +00:00
Fixed a bug (wrong order of variables).
git-svn-id: svn://svn.cc65.org/cc65/trunk@4415 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
944749e07f
commit
97ef7df9f5
@ -31,8 +31,8 @@ _tgi_textmagw: .res 3 ; Text magnification for the width
|
||||
_tgi_textmagh: .res 3 ; Text magnification for the height
|
||||
|
||||
; The following two must also be in exactly this order
|
||||
_tgi_charheight: .res 1 ; Char height of system font
|
||||
_tgi_charwidth: .res 1 ; Char width of system font
|
||||
_tgi_charheight: .res 1 ; Char height of system font
|
||||
|
||||
; The following variables are copied from the driver header for faster access
|
||||
; fontwidth and fontheight are expected to be in order and adjacent.
|
||||
|
Loading…
x
Reference in New Issue
Block a user