diff options
author | Chris Apers | 2005-10-12 21:11:49 +0000 |
---|---|---|
committer | Chris Apers | 2005-10-12 21:11:49 +0000 |
commit | 1b96ad1a91ff0117892a0bd5d6f37b576b4038cf (patch) | |
tree | 3810f8041e3c1e1a646963109ecb9adeb8cb08d1 /backends/PalmOS/Src | |
parent | 2a5025d69afd622a2a5292f6c2444bf7214843a7 (diff) | |
download | scummvm-rg350-1b96ad1a91ff0117892a0bd5d6f37b576b4038cf.tar.gz scummvm-rg350-1b96ad1a91ff0117892a0bd5d6f37b576b4038cf.tar.bz2 scummvm-rg350-1b96ad1a91ff0117892a0bd5d6f37b576b4038cf.zip |
68k modules and frontend prefix files
svn-id: r19055
Diffstat (limited to 'backends/PalmOS/Src')
-rwxr-xr-x | backends/PalmOS/Src/prefix_frontend.h | 7 | ||||
-rwxr-xr-x | backends/PalmOS/Src/prefix_gob.h | 9 | ||||
-rwxr-xr-x | backends/PalmOS/Src/prefix_queen.h | 9 | ||||
-rwxr-xr-x | backends/PalmOS/Src/prefix_saga.h | 9 | ||||
-rwxr-xr-x | backends/PalmOS/Src/prefix_scumm.h | 12 | ||||
-rwxr-xr-x | backends/PalmOS/Src/prefix_simon.h | 9 | ||||
-rwxr-xr-x | backends/PalmOS/Src/prefix_sky.h | 9 | ||||
-rwxr-xr-x | backends/PalmOS/Src/prefix_sword1.h | 9 |
8 files changed, 73 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/prefix_frontend.h b/backends/PalmOS/Src/prefix_frontend.h new file mode 100755 index 0000000000..10938f891d --- /dev/null +++ b/backends/PalmOS/Src/prefix_frontend.h @@ -0,0 +1,7 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#define PALMOS_68K +//#define _DEBUG_ENGINE + +#endif diff --git a/backends/PalmOS/Src/prefix_gob.h b/backends/PalmOS/Src/prefix_gob.h new file mode 100755 index 0000000000..1eaa2a5e77 --- /dev/null +++ b/backends/PalmOS/Src/prefix_gob.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_GOB + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefix_queen.h b/backends/PalmOS/Src/prefix_queen.h new file mode 100755 index 0000000000..cdf3859966 --- /dev/null +++ b/backends/PalmOS/Src/prefix_queen.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_QUEEN + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefix_saga.h b/backends/PalmOS/Src/prefix_saga.h new file mode 100755 index 0000000000..0ad4089418 --- /dev/null +++ b/backends/PalmOS/Src/prefix_saga.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SAGA + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefix_scumm.h b/backends/PalmOS/Src/prefix_scumm.h new file mode 100755 index 0000000000..8a6e0d85c3 --- /dev/null +++ b/backends/PalmOS/Src/prefix_scumm.h @@ -0,0 +1,12 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SCUMM +//#undef DISABLE_SCUMM_7_8 +//#undef DISABLE_HE + +#define PALMOS_68K +//#define PALMOS_DEBUG + +#endif diff --git a/backends/PalmOS/Src/prefix_simon.h b/backends/PalmOS/Src/prefix_simon.h new file mode 100755 index 0000000000..54a57c0e93 --- /dev/null +++ b/backends/PalmOS/Src/prefix_simon.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SIMON + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefix_sky.h b/backends/PalmOS/Src/prefix_sky.h new file mode 100755 index 0000000000..52720f508d --- /dev/null +++ b/backends/PalmOS/Src/prefix_sky.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SKY + +#define PALMOS_68K + +#endif diff --git a/backends/PalmOS/Src/prefix_sword1.h b/backends/PalmOS/Src/prefix_sword1.h new file mode 100755 index 0000000000..984e704cc5 --- /dev/null +++ b/backends/PalmOS/Src/prefix_sword1.h @@ -0,0 +1,9 @@ +#ifndef PREFIX_H +#define PREFIX_H + +#include "compile.h" +#undef DISABLE_SWORD1 + +#define PALMOS_68K + +#endif |