--- Frodo4/Src/CPUC64.h 2003/07/01 17:09:43 1.1 +++ Frodo4/Src/CPUC64.h 2005/06/27 19:55:48 1.5 @@ -1,7 +1,7 @@ /* * CPUC64.h - 6510 (C64) emulation (line based) * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2005 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 @@ -112,7 +112,6 @@ private: void write_zp(uint16 adr, uint8 byte); void new_config(void); - void jump(uint16 adr); void illegal_op(uint8 op, uint16 at); void illegal_jump(uint16 at, uint16 to);