Skip to content

Instantly share code, notes, and snippets.

@tomaes
Created March 22, 2014 18:11
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomaes/9711721 to your computer and use it in GitHub Desktop.
Save tomaes/9711721 to your computer and use it in GitHub Desktop.
16 bytes for a fairly nice looking (and flicker free) static raster effect (c64)
* = $7c ; zeropage boot-up (for VICE)
sei ; no interupts, no flickering
sty $d011 ; background frame is now everywhere
cpy $d012 ; wait for next raster line
bne *-3 ;
sty $d020 ; set fullscreen color
iny ; wait 2 lines (looks best)
iny ;
bvc *-10 ; loop quickly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment