--- Frodo4/Src/CPUC64.cpp 2003/07/09 13:54:22 1.3 +++ Frodo4/Src/CPUC64.cpp 2005/06/27 19:55:48 1.7 @@ -1,7 +1,7 @@ /* * CPUC64.cpp - 6510 (C64) emulation (line based) * - * Frodo (C) 1994-1997,2002-2003 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 @@ -781,7 +781,7 @@ handle_int: } } -#include "CPU_emulline.i" +#include "CPU_emulline.h" // Extension opcode case 0xf2: @@ -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);