15 lines
436 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
// 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];