mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-19 20:30:42 +00:00
some comments
This commit is contained in:
parent
24a2465d76
commit
872da54d49
@ -17,7 +17,7 @@
|
|||||||
; are easy to find once you calculate the base address for that row.
|
; are easy to find once you calculate the base address for that row.
|
||||||
;
|
;
|
||||||
; |BoxInitialStages| defines the initial grid of stages for each box.
|
; |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).
|
; to find the drawing routine for that stage (if any).
|
||||||
; Each box's stage is incremented after each iteration through the main loop.
|
; 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,
|
; When the main loop iterates through all 48 boxes without drawing anything,
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
; bytes in memory once you calculate the HGR base address for that row.
|
; bytes in memory once you calculate the HGR base address for that row.
|
||||||
;
|
;
|
||||||
; |BoxInitialStages| defines the initial grid of stages for each box.
|
; |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).
|
; to find the drawing routine for that stage (if any).
|
||||||
; Each box's stage is incremented after each iteration through the main loop.
|
; 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,
|
; When the main loop iterates through all 48 boxes without drawing anything,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user