--- Frodo4/Src/C64.cpp 2003/07/09 13:51:13 1.4 +++ Frodo4/Src/C64.cpp 2010/04/21 21:58:21 1.8 @@ -1,7 +1,7 @@ /* * C64.cpp - Put the pieces together * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo Copyright (C) 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 @@ -106,9 +106,7 @@ C64::C64() open_close_joysticks(0, 0, ThePrefs.Joystick1Port, ThePrefs.Joystick2Port); joykey = 0xff; -#ifdef FRODO_SC CycleCounter = 0; -#endif // System-dependent things c64_ctor2(); @@ -713,7 +711,11 @@ bool C64::LoadSnapshot(char *filename) #endif #ifdef __unix -#include "C64_x.h" +# if defined(QTOPIA) or defined(MAEMO) +# include "C64_Embedded.h" +# else +# include "C64_x.h" +# endif #endif #ifdef __mac__