24 # define M_PI 3.14159265358979323846
29 typedef enum { MOS6581=1, MOS8580 } ChipModel;
31 typedef enum { DECIMATE=1, RESAMPLE } SamplingMethod;
36 #ifndef __VERSION_CC__
37 extern const char* residfp_version_string;
39 const char* residfp_version_string =
"1.2.2";
44 #define RESID_INLINING 1
45 #define RESID_INLINE inline
47 #endif // SIDDEFS_FP_H