Skip to navigation


Drawing the screen: shango

[Commodore 64 version]

Name: shango [Show more] Type: Variable Category: Drawing the screen Summary: The raster lines that fire the raster interrupt, so it fires at the top of the screen (51) and the top of the dashboard (51 + 143)
Context: See this variable in context in the source code References: This variable is used as follows: * COMIRQ1 uses shango
.shango EQUB 51 + 143 ; The raster line at the top of the dashboard EQUB 51 ; The raster line at the top of the visible screen