X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=pico%2Fsound%2Fsn76496.h;fp=pico%2Fsound%2Fsn76496.h;h=e0de6edaf5e8f0b38bd9e199e771bf23cf99770a;hb=1cfc5cc4ce06642b9bc45ca3b9d32793718e9455;hp=0000000000000000000000000000000000000000;hpb=d158df697da66bcda57307e35fc77929cfa5053c;p=picodrive.git diff --git a/pico/sound/sn76496.h b/pico/sound/sn76496.h new file mode 100644 index 0000000..e0de6ed --- /dev/null +++ b/pico/sound/sn76496.h @@ -0,0 +1,8 @@ +#ifndef SN76496_H +#define SN76496_H + +void SN76496Write(int data); +void SN76496Update(short *buffer,int length,int stereo); +int SN76496_init(int clock,int sample_rate); + +#endif