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