>sound_registers=0x0FF9C rnd=math.random function TIC() for i=1,128 do poke4(2*sound_registers+rnd(0,13*4), rnd(0x0,0xff)) end end