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.5 by cebix, 2004-01-16T20:18:58Z vs.
Revision 1.7 by berlac, 2007-01-28T16:03:55Z

# Line 1 | Line 1
1   /*
2   *  Display.cpp - C64 graphics display, emulator window handling
3   *
4 < *  Frodo (C) 1994-1997,2002-2004 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2005 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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