Fixed many comments
This commit is contained in:
@@ -188,7 +188,7 @@ tgi_clip_sign: .res 1
|
||||
ldx tgi_clip_dx+1
|
||||
jsr udiv32by16r16
|
||||
|
||||
; Check the sign of the final result and negate it if nessary
|
||||
; Check the sign of the final result and negate it if necessary
|
||||
|
||||
done: bit tmp1
|
||||
jmi negax
|
||||
@@ -228,7 +228,7 @@ done: bit tmp1
|
||||
ldx tgi_clip_dy+1
|
||||
jsr udiv32by16r16
|
||||
|
||||
; Check the sign of the final result and negate it if nessary
|
||||
; Check the sign of the final result and negate it if necessary
|
||||
|
||||
jmp muldiv_dydx::done
|
||||
|
||||
@@ -279,7 +279,7 @@ L1: lda tgi_clip_o1
|
||||
|
||||
; We must clip. If we haven't already done so, calculate dx/dy.
|
||||
|
||||
L2: lda tgi_clip_d ; Deltas alreay calculated?
|
||||
L2: lda tgi_clip_d ; Deltas already calculated?
|
||||
bne HaveDeltas ; Jump if yes
|
||||
inc tgi_clip_d
|
||||
jsr calcdeltas
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
lda #<$100
|
||||
ldx #>$100
|
||||
jsr pushax ; Width scale = 1.0
|
||||
jsr pushax ; Heigh scale = 1.0
|
||||
jsr pushax ; Height scale = 1.0
|
||||
jsr pusha ; Text direction = TGI_TEXT_HORIZONTAL
|
||||
jmp _tgi_settextstyle ; A = Font = TGI_FONT_BITMAP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user