Final touches to the first full version of the vector font output.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4464 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
.bss
|
||||
|
||||
; Clipping coordinates.
|
||||
; Clipping coordinates. They must be in this order!
|
||||
tgi_clip_x1: .res 2
|
||||
tgi_clip_y1: .res 2
|
||||
tgi_clip_x2: .res 2
|
||||
@@ -42,7 +42,7 @@ tgi_clip_y2: .res 2
|
||||
;
|
||||
|
||||
.code
|
||||
.proc tgi_outcode
|
||||
.proc tgi_outcode
|
||||
|
||||
lda #TGI_CLIP_NONE
|
||||
sta tmp1
|
||||
|
||||
Reference in New Issue
Block a user