Skip to content

Commit

Permalink
Update reSID.h
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankBoesing committed Oct 27, 2017
1 parent 413f2ff commit 7c3fbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reSID.h
Expand Up @@ -36,7 +36,7 @@ class AudioPlaySID : public AudioStream
public:
AudioPlaySID(void) : AudioStream(0, NULL) { begin(); }
void begin(void);
void setSampleParameters(unsigned clockfreq, unsigned samplerate);
void setSampleParameters(float clockfreq, float samplerate);
inline void setreg(int ofs, int val) { sid.write(ofs, val); }
inline uint8_t getreg(int ofs) { return sid.read(ofs); }
void reset(void);
Expand Down

0 comments on commit 7c3fbea

Please sign in to comment.