Fixed many comments

This commit is contained in:
Stefan A. Haubenthal
2025-03-24 20:52:55 +01:00
parent 9f5a195dc2
commit 774e275965
50 changed files with 84 additions and 85 deletions

View File

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

View File

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