2
This is STA8300G new sound chip can be hear music, make chiptune music, testing sound chip driver, Awesome music, etc.
TIC-80 WAVEFORM DATA:
y95838fnemcf3ejdkekddjj300320e3
Note:
Copied all waveforms data. Paste waveform is not work it's wrong address. Waveform data string in the code it works.
STA8300G Sound chip waveform data code:
STRING CODE:
Example:
PALETTE="y95838fnemcf3ejdkekddjj300320e3"
for i=0,15 do
r=tonumber(string.sub(PALETTE,i*6+1,i*6+2),16)
g=tonumber(string.sub(PALETTE,i*6+3,i*6+4),16)
b=tonumber(string.sub(PALETTE,i*6+5,i*6+6),16)
poke(0xffe4+(i*3)+0,r)
poke(0xffe4+(i*3)+1,g)
poke(0xffe4+(i*3)+2,b)
end
Use 1, 2, 3 octave.
(C) 2019 Master Nama
masternama
|
Please comment & love
|