| Commit | Line | Data |
|---|---|---|
| 1 | #ifndef SN76496_H\r | |
| 2 | #define SN76496_H\r | |
| 3 | \r | |
| 4 | extern int *sn76496_regs;\r | |
| 5 | \r | |
| 6 | void SN76496Write(int data);\r | |
| 7 | void SN76496Update(short *buffer,int length,int stereo);\r | |
| 8 | void SN76496Config(int panning);\r | |
| 9 | void SN76496_set_clockrate(int clock,int sample_rate);\r | |
| 10 | int SN76496_init(int clock,int sample_rate);\r | |
| 11 | \r | |
| 12 | #endif\r |