--- SIDPlayer/src/cpu.h 2003/04/11 20:23:02 1.3 +++ SIDPlayer/src/cpu.h 2003/10/21 16:56:19 1.4 @@ -29,10 +29,10 @@ */ // Init CPU emulation -extern void CPUInit(void); +extern void CPUInit(); // Exit CPU emulation -extern void CPUExit(void); +extern void CPUExit(); // CPU emulation loop extern void CPUExecute(uint16 startadr, uint8 init_ra, uint8 init_rx, uint8 init_ry, cycle_t max_cycles);