You can support the development on the Github Sponsors page.


Music > LDA-1800 - STA8300G SOUND CHIP - MUSIC TEST


This is STA8300G sound chip. LDA-1800 Sound driver chip inside the TIC-80 wavefroms. Hear like Crushy crip-chip game.
made by masternama
uploaded by masternama
added:
download cartridge
- CLICK TO PLAY -

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

Comments


masternama

Please comment & love


Post comment