ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/Display.cpp
(Generate patch)

Comparing Frodo4/Src/Display.cpp (file contents):
Revision 1.6 by cebix, 2005-06-27T19:55:48Z vs.
Revision 1.7 by berlac, 2007-01-28T16:03:55Z

# Line 89 | Line 89 | void C64Display::UpdateLEDs(int l0, int
89   #elif defined(AMIGA)
90   #include "Display_Amiga.h"
91   #elif defined(HAVE_SDL)
92 < #include "Display_SDL.h"
92 > # if defined(QTOPIA) or defined(MAEMO)
93 > #  include "Display_EmbeddedSDL.h"
94 > # else
95 > #  include "Display_SDL.h"
96 > # endif
97   #elif defined(__unix)
98   # ifdef __svgalib__
99   #  include "Display_svga.h"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines