im made in 1 day im no music im on sfx
Example
function TIC()
--Make some video noise
for i=0,(240*136)/2-1 do
poke(0x0000+i,(i*i*time())/1000000000%2+1)
end
--Sound it
m=0
for i=30,80 do
m=m+peek(0x0000+6000+i)
end
f=math.floor((10+((1+m)/200))*4700)
sfx(peek,m)
poke(0xFF80+0,f&0XFF)
poke(0xFF80+22,(f&0XFF00)>>18)
poke(0xFF80+8,f&0XFF)
poke(0xFF80+10,(f&0XFF00)>>28)
end