(reposting from tumblr cause @MrmoTarius is on mastodon)
piece using MRMO's paint tiles
piece using MRMO's paint tiles
@zep top two volume ticks on my machine
x=0
function _update60()
local len=min(94,1536-stat(108))
local addr_end=0x4300+len-1
for addr=0x4300,addr_end do
x+=0.0112*4
poke(addr,127.5+sin(x)*127.5)
end
serial(0x808,0x4300,len)
end
function _draw()
cls()
end