fuzzball: more fixing comments

This commit is contained in:
Vince Weaver 2022-02-13 19:14:37 -05:00
parent 572f8a78d5
commit a862a8695f

View File

@ -23,8 +23,8 @@ XDRAW0 = $F65D
; of HGR_SCALE. ; of HGR_SCALE.
; this is an artifact of the original program to get SCALE=$20 ; this is an artifact of the original program to get SCALE=$20
; (from jsr opcode). But now we set SCALE=1 ; (from jsr opcode). But now we set SCALE=1 explicitly,
; soon here meaning we could in theory move the program ; meaning we could in theory move the program
; to load elsewhere ; to load elsewhere
tiny_tiny: tiny_tiny:
@ -50,7 +50,7 @@ rot_smc:
; The shape table is at memory address (Y,X) ; The shape table is at memory address (Y,X)
; The effect was found when the original code was modified to not ; The effect was found when the original code was modified to
; have ROT not be 0, and so instead of pointing to the desired ; have ROT not be 0, and so instead of pointing to the desired
; shape table in the zero page it was walking all across memory ; shape table in the zero page it was walking all across memory