Created
July 25, 2014 20:42
-
-
Save air/93c8568260833f3d69c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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