--- SIDPlayer/src/sid.h 2003/04/11 20:23:02 1.3 +++ SIDPlayer/src/sid.h 2003/10/21 16:56:19 1.4 @@ -29,10 +29,10 @@ */ // Init SID emulation -extern void SIDInit(void); +extern void SIDInit(); // Exit SID emulation -extern void SIDExit(void); +extern void SIDExit(); // Reset SID emulation extern void SIDReset(cycle_t now); @@ -41,7 +41,7 @@ extern void SIDReset(cycle_t now); extern void SIDCalcBuffer(uint8 *buf, int count); // Execute 6510 replay routine once -extern void SIDExecute(void); +extern void SIDExecute(); // Set replay frequency and speed adjustment extern void SIDSetReplayFreq(int freq);