--- Frodo4/Src/Display.cpp 2004/01/16 20:18:58 1.5 +++ Frodo4/Src/Display.cpp 2007/01/28 16:03:55 1.7 @@ -1,7 +1,7 @@ /* * Display.cpp - C64 graphics display, emulator window handling * - * Frodo (C) 1994-1997,2002-2004 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 @@ -89,7 +89,11 @@ void C64Display::UpdateLEDs(int l0, int #elif defined(AMIGA) #include "Display_Amiga.h" #elif defined(HAVE_SDL) -#include "Display_SDL.h" +# if defined(QTOPIA) or defined(MAEMO) +# include "Display_EmbeddedSDL.h" +# else +# include "Display_SDL.h" +# endif #elif defined(__unix) # ifdef __svgalib__ # include "Display_svga.h"