libsidplayfp  0.3.5
Dac.h
1 #ifndef DAC_H
2 #define DAC_H
3 
4 namespace reSIDfp
5 {
6 
24 class Dac {
25 
26 public:
27  static void kinkedDac(double* dac, const int dacLength, const double _2R_div_R, const bool term);
28 };
29 
30 } // namespace reSIDfp
31 
32 #endif