You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
436 B
14 lines
436 B
|
|
// 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];
|