1 |
|
/* |
2 |
|
* C64.cpp - Put the pieces together |
3 |
|
* |
4 |
< |
* Frodo (C) 1994-1997,2002-2003 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 |
713 |
|
#endif |
714 |
|
|
715 |
|
#ifdef __unix |
716 |
< |
#include "C64_x.h" |
716 |
> |
# if defined(QTOPIA) or defined(MAEMO) |
717 |
> |
# include "C64_Embedded.h" |
718 |
> |
# else |
719 |
> |
# include "C64_x.h" |
720 |
> |
# endif |
721 |
|
#endif |
722 |
|
|
723 |
|
#ifdef __mac__ |