ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SIDPlayer/src/sid.h
(Generate patch)

Comparing SIDPlayer/src/sid.h (file contents):
Revision 1.3 by cebix, 2003-04-11T20:23:02Z vs.
Revision 1.4 by cebix, 2003-10-21T16:56:19Z

# Line 29 | Line 29
29   */
30  
31   // Init SID emulation
32 < extern void SIDInit(void);
32 > extern void SIDInit();
33  
34   // Exit SID emulation
35 < extern void SIDExit(void);
35 > extern void SIDExit();
36  
37   // Reset SID emulation
38   extern void SIDReset(cycle_t now);
# Line 41 | Line 41 | extern void SIDReset(cycle_t now);
41   extern void SIDCalcBuffer(uint8 *buf, int count);
42  
43   // Execute 6510 replay routine once
44 < extern void SIDExecute(void);
44 > extern void SIDExecute();
45  
46   // Set replay frequency and speed adjustment
47   extern void SIDSetReplayFreq(int freq);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines