1 /* 2 * C64_SC.cpp - Put the pieces together (Frodo SC) 3 * 4 * Frodo (C) 1994-1997,2002 Christian Bauer 5 */ 6 7 // Same as C64.cpp (mainly to keep the BeIDE happy) 8 #ifdef __riscos__ 9 #include "C64.cc" 10 #else 11 #include "C64.cpp" 12 #endif 13