--- Frodo4/Src/CPUC64_SC.cpp 2003/07/01 17:51:17 1.2 +++ Frodo4/Src/CPUC64_SC.cpp 2005/06/27 19:55:48 1.6 @@ -1,7 +1,7 @@ /* * CPUC64_SC.cpp - Single-cycle 6510 (C64) emulation * - * 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 @@ -276,9 +276,6 @@ inline uint8 MOS6510::read_byte_io(uint1 * Read a byte from the CPU's address space */ -#ifdef __i386 -inline -#endif uint8 MOS6510::read_byte(uint16 adr) { if (adr < 0xa000) { @@ -633,7 +630,7 @@ void MOS6510::EmulateCycle(void) pc = 0xedac; Last; case 0x03: - ram[0x90] |= TheIEC->In(&a); + ram[0x90] |= TheIEC->In(a); set_nz(a); c_flag = false; pc = 0xedac;