fix ym2612 asm, rework EG
[picodrive.git] / pico / sound / sn76496.h
1 #ifndef SN76496_H\r
2 #define SN76496_H\r
3 \r
4 void SN76496Write(int data);\r
5 void SN76496Update(short *buffer,int length,int stereo);\r
6 int  SN76496_init(int clock,int sample_rate);\r
7 \r
8 #endif\r