--- Frodo4/Src/CPUC64_SC.cpp 2003/07/01 17:09:43 1.1 +++ Frodo4/Src/CPUC64_SC.cpp 2003/07/09 13:54:22 1.3 @@ -1,7 +1,7 @@ /* * CPUC64_SC.cpp - Single-cycle 6510 (C64) emulation * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2003 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) {