Leaked source code of windows server 2003
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

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