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:
uz
2009-11-12 18:00:17 +00:00
parent 5dc80c2615
commit d1e4687540
6 changed files with 312 additions and 140 deletions

View File

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