2020-09-30 16:53:55 +02:00

15 lines
436 B
C

// PhilF: Remove the three following arrays since the SID
// code does not know how to make a good use of them today.
#if 0
extern const unsigned r53Noise[6*4];
extern const unsigned r63Noise[6*4];
extern const unsigned SIDFrame[1];
#endif
extern const float Squelch[16];
extern const float A[6];
extern const float B[6];
extern const float HhpNumer[4];
extern const float HhpDenom[3];
extern const float Binomial80[11];