mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
13 lines
244 B
C++
13 lines
244 B
C++
/*
|
|
* CPU1541_PC.cpp - Put the pieces together (Frodo PC)
|
|
*
|
|
* Frodo (C) 1994-1997,2002 Christian Bauer
|
|
*/
|
|
|
|
// Same as CPU1541.cpp (mainly to keep the BeIDE happy)
|
|
#ifdef __riscos__
|
|
#include "CPU1541.cc"
|
|
#else
|
|
#include "CPU1541.cpp"
|
|
#endif
|