--- SIDPlayer/src/cpu.h 2001/01/21 18:04:46 1.2 +++ SIDPlayer/src/cpu.h 2004/01/12 15:15:49 1.5 @@ -1,7 +1,7 @@ /* * cpu.h - 6510 CPU emulation * - * SIDPlayer (C) Copyright 1996-2001 Christian Bauer + * SIDPlayer (C) Copyright 1996-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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);