some comments

This commit is contained in:
4am 2021-12-01 22:52:15 -05:00
parent 24a2465d76
commit 872da54d49
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
; are easy to find once you calculate the base address for that row.
;
; |BoxInitialStages| defines the initial grid of stages for each box.
; Each stage is used an index into the |StagesHi| array
; Each stage is used as an index into the |StagesHi| array
; to find the drawing routine for that stage (if any).
; Each box's stage is incremented after each iteration through the main loop.
; When the main loop iterates through all 48 boxes without drawing anything,

View File

@ -16,7 +16,7 @@
; bytes in memory once you calculate the HGR base address for that row.
;
; |BoxInitialStages| defines the initial grid of stages for each box.
; Each stage is used an index into the |StagesHi| array
; Each stage is used as an index into the |StagesHi| array
; to find the drawing routine for that stage (if any).
; Each box's stage is incremented after each iteration through the main loop.
; When the main loop iterates through all 48 boxes without drawing anything,