--- Frodo4/Src/C64.cpp 2003/07/09 13:51:13 1.4 +++ Frodo4/Src/C64.cpp 2007/01/28 19:24:36 1.7 @@ -1,7 +1,7 @@ /* * C64.cpp - Put the pieces together * - * 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 @@ -713,7 +713,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__