--- Frodo4/Src/C64.cpp 2005/06/27 19:55:48 1.6 +++ Frodo4/Src/C64.cpp 2007/01/28 19:24:36 1.7 @@ -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__