aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Apers2005-10-12 21:11:49 +0000
committerChris Apers2005-10-12 21:11:49 +0000
commit1b96ad1a91ff0117892a0bd5d6f37b576b4038cf (patch)
tree3810f8041e3c1e1a646963109ecb9adeb8cb08d1
parent2a5025d69afd622a2a5292f6c2444bf7214843a7 (diff)
downloadscummvm-rg350-1b96ad1a91ff0117892a0bd5d6f37b576b4038cf.tar.gz
scummvm-rg350-1b96ad1a91ff0117892a0bd5d6f37b576b4038cf.tar.bz2
scummvm-rg350-1b96ad1a91ff0117892a0bd5d6f37b576b4038cf.zip
68k modules and frontend prefix files
svn-id: r19055
-rwxr-xr-xbackends/PalmOS/Src/prefix_frontend.h7
-rwxr-xr-xbackends/PalmOS/Src/prefix_gob.h9
-rwxr-xr-xbackends/PalmOS/Src/prefix_queen.h9
-rwxr-xr-xbackends/PalmOS/Src/prefix_saga.h9
-rwxr-xr-xbackends/PalmOS/Src/prefix_scumm.h12
-rwxr-xr-xbackends/PalmOS/Src/prefix_simon.h9
-rwxr-xr-xbackends/PalmOS/Src/prefix_sky.h9
-rwxr-xr-xbackends/PalmOS/Src/prefix_sword1.h9
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