Skip to content

Instantly share code, notes, and snippets.

@benjaminwand
Last active August 29, 2015 14:05
Show Gist options
  • Save benjaminwand/16d965658060e990dde9 to your computer and use it in GitHub Desktop.
Save benjaminwand/16d965658060e990dde9 to your computer and use it in GitHub Desktop.
Tetris theme A for PICAXE
gosub TeilA
gosub TeilB
gosub TeilA
end
TeilA:
tune 1, 8, (%00010100, %01001011, %01010000, %00010010, %01010000, %01001011)
tune 1, 8, (%00001001, %01001001, %01010000, %00010100, %01010010, %01010000)
tune 1, 12, (%00001011)
tune 1, 8, (%01010000, %00010010, %00010100)
tune 1, 8, (%00010000, %00001001, %00001001, %00001111)
tune 1, 8, (%01001111, %00010010, %01010101, %00011001, %01010111, %01010101)
tune 1, 12, (%00010100)
tune 1, 8, (%01010000, %00010100, %01010010, %01010000)
tune 1, 8, (%00001011, %01001011, %01010000, %00010010, %00010100)
tune 1, 8, (%00010000, %00001001, %00001001, %00001111)
return
TeilB:
tune 1, 8, (%11010100, %11010000, %11010010, %11001011, %11010000, %11001001, %11001000, %00001011, %00001111)
tune 1, 8, (%11010100, %11010000, %11010010, %11001011, %00010000, %00010100, %11011001, %11011000, %11001111)
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment