sn76496.h 185 B

12345678
  1. #ifndef SN76496_H
  2. #define SN76496_H
  3. void SN76496Write(int data);
  4. void SN76496Update(short *buffer,int length,int stereo);
  5. int SN76496_init(int clock,int sample_rate);
  6. #endif