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

Comparing SIDPlayer/src/cpu.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 CPU emulation
32 < extern void CPUInit(void);
32 > extern void CPUInit();
33  
34   // Exit CPU emulation
35 < extern void CPUExit(void);
35 > extern void CPUExit();
36  
37   // CPU emulation loop
38   extern void CPUExecute(uint16 startadr, uint8 init_ra, uint8 init_rx, uint8 init_ry, cycle_t max_cycles);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines