1 |
|
/* |
2 |
|
* C64_SC.cpp - Put the pieces together (Frodo SC) |
3 |
|
* |
4 |
< |
* Frodo (C) 1994-1997,2002 Christian Bauer |
4 |
> |
* Frodo (C) 1994-1997,2002-2004 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 |
18 |
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 |
|
*/ |
20 |
|
|
21 |
< |
// Same as C64.cpp (mainly to keep the BeIDE happy) |
21 |
> |
// Same as C64.cpp (but object files are different, and this gives it the |
22 |
> |
// name "C64_SC.o" instead of "C64.o" which is needed under some build |
23 |
> |
// environments) |
24 |
|
#ifdef __riscos__ |
25 |
|
#include "C64.cc" |
26 |
|
#else |