Skip to content

Instantly share code, notes, and snippets.

@air
Created July 25, 2014 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save air/93c8568260833f3d69c6 to your computer and use it in GitHub Desktop.
Save air/93c8568260833f3d69c6 to your computer and use it in GitHub Desktop.
00 rem my first demo. changing the volume register gives a click!
10 sid=54272 : volume=sid+24
20 col=53280
30 for i = 0 to 28 : poke sid + i, 0 : next
40 for i = 0 to 15 : poke volume, i : poke col, i : next
50 goto 40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment