aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/native
diff options
context:
space:
mode:
authorChris Apers2005-11-05 10:22:33 +0000
committerChris Apers2005-11-05 10:22:33 +0000
commitdfe8fc25b4cc170f3334b9ccb23b312e63ed945f (patch)
tree8a4d5327148c75c2339cca91247aeffc2bcd21f1 /backends/PalmOS/Src/native
parente8057ee9dfe7bcc2166992b8568dc7fc938b5ea0 (diff)
downloadscummvm-rg350-dfe8fc25b4cc170f3334b9ccb23b312e63ed945f.tar.gz
scummvm-rg350-dfe8fc25b4cc170f3334b9ccb23b312e63ed945f.tar.bz2
scummvm-rg350-dfe8fc25b4cc170f3334b9ccb23b312e63ed945f.zip
ARM prefix files
svn-id: r19437
Diffstat (limited to 'backends/PalmOS/Src/native')
-rwxr-xr-xbackends/PalmOS/Src/native/znative_common.h19
-rwxr-xr-xbackends/PalmOS/Src/native/znative_gob.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_queen.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_saga.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_scumm.h9
-rwxr-xr-xbackends/PalmOS/Src/native/znative_simon.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_sky.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_sword1.h7
-rwxr-xr-xbackends/PalmOS/Src/native/znative_sword2.h8
9 files changed, 78 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/native/znative_common.h b/backends/PalmOS/Src/native/znative_common.h
new file mode 100755
index 0000000000..efa0386447
--- /dev/null
+++ b/backends/PalmOS/Src/native/znative_common.h
@@ -0,0 +1,19 @@
+#ifndef ZNATIVE_COMMON_H
+#define ZNATIVE_COMMON_H
+
+#include "compile.h"
+#include "palmmad.h"
+#include "palmtremor.h"
+
+//#define __TWNEW_H__
+#define PALMOS_ARM
+#define DISABLE_LIGHTSPEED
+
+#define USE_MAD
+#define USE_VORBIS
+#define USE_TREMOR
+
+// enable assert
+#define _DEBUG
+
+#endif
diff --git a/backends/PalmOS/Src/native/znative_gob.h b/backends/PalmOS/Src/native/znative_gob.h
new file mode 100755
index 0000000000..dbbd8df895
--- /dev/null
+++ b/backends/PalmOS/Src/native/znative_gob.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "znative_common.h"
+#undef DISABLE_GOB
+
+#endif
diff --git a/backends/PalmOS/Src/native/znative_queen.h b/backends/PalmOS/Src/native/znative_queen.h
new file mode 100755
index 0000000000..5eaeefac2a
--- /dev/null
+++ b/backends/PalmOS/Src/native/znative_queen.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "znative_common.h"
+#undef DISABLE_QUEEN
+
+#endif
diff --git a/backends/PalmOS/Src/native/znative_saga.h b/backends/PalmOS/Src/native/znative_saga.h
new file mode 100755
index 0000000000..a7c7398d39
--- /dev/null
+++ b/backends/PalmOS/Src/native/znative_saga.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "znative_common.h"
+#undef DISABLE_SAGA
+
+#endif
diff --git a/backends/PalmOS/Src/native/znative_scumm.h b/backends/PalmOS/Src/native/znative_scumm.h
new file mode 100755
index 0000000000..a73d25390d
--- /dev/null
+++ b/backends/PalmOS/Src/native/znative_scumm.h
@@ -0,0 +1,9 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "znative_common.h"
+#undef DISABLE_SCUMM
+#undef DISABLE_SCUMM_7_8
+#undef DISABLE_HE
+
+#endif
diff --git a/backends/PalmOS/Src/native/znative_simon.h b/backends/PalmOS/Src/native/znative_simon.h
new file mode 100755
index 0000000000..3e8dc496a6
--- /dev/null
+++ b/backends/PalmOS/Src/native/znative_simon.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "znative_common.h"
+#undef DISABLE_SIMON
+
+#endif
diff --git a/backends/PalmOS/Src/native/znative_sky.h b/backends/PalmOS/Src/native/znative_sky.h
new file mode 100755
index 0000000000..31b10c2750
--- /dev/null
+++ b/backends/PalmOS/Src/native/znative_sky.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "znative_common.h"
+#undef DISABLE_SKY
+
+#endif
diff --git a/backends/PalmOS/Src/native/znative_sword1.h b/backends/PalmOS/Src/native/znative_sword1.h
new file mode 100755
index 0000000000..9912ba7f1a
--- /dev/null
+++ b/backends/PalmOS/Src/native/znative_sword1.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "znative_common.h"
+#undef DISABLE_SWORD1
+
+#endif
diff --git a/backends/PalmOS/Src/native/znative_sword2.h b/backends/PalmOS/Src/native/znative_sword2.h
new file mode 100755
index 0000000000..1a64e8fd03
--- /dev/null
+++ b/backends/PalmOS/Src/native/znative_sword2.h
@@ -0,0 +1,8 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "znative_common.h"
+#undef DISABLE_SWORD2
+#undef _DEBUG
+
+#endif