Skip to navigation


Drawing the screen: RASTCT

[Commodore 64 version]

Name: RASTCT [Show more] Type: Variable Category: Drawing the screen Summary: The current raster count, which flips between 0 and 1 on each call to the COMIRQ1 interrupt handler (0 = space view, 1 = dashboard)
Context: See this variable in context in the source code References: This variable is used as follows: * COLD uses RASTCT * COMIRQ1 uses RASTCT * LOD uses RASTCT * SVE uses RASTCT * WSCAN uses RASTCT
.RASTCT EQUB 0