--- Frodo4/Src/CPUC64.cpp 2003/07/09 14:52:53 1.4 +++ Frodo4/Src/CPUC64.cpp 2004/01/12 15:13:20 1.6 @@ -1,7 +1,7 @@ /* * CPUC64.cpp - 6510 (C64) emulation (line based) * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-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 @@ -811,7 +811,7 @@ handle_int: jump(0xedac); break; case 0x03: - ram[0x90] |= TheIEC->In(&a); + ram[0x90] |= TheIEC->In(a); set_nz(a); c_flag = false; jump(0xedac);