aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS
diff options
context:
space:
mode:
authorChris Apers2006-02-26 15:58:02 +0000
committerChris Apers2006-02-26 15:58:02 +0000
commit3427e06732019ff1fda68d86744a65c931c9f5f4 (patch)
treef996a1ac02fa557448924dcc755eceb1f82006f3 /backends/PalmOS
parent007da18616934bf24614a803f5cb838fdf539d02 (diff)
downloadscummvm-rg350-3427e06732019ff1fda68d86744a65c931c9f5f4.tar.gz
scummvm-rg350-3427e06732019ff1fda68d86744a65c931c9f5f4.tar.bz2
scummvm-rg350-3427e06732019ff1fda68d86744a65c931c9f5f4.zip
This file has been renamed
svn-id: r20926
Diffstat (limited to 'backends/PalmOS')
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_cine.h7
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_common.h21
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_gob.h7
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_kyra.h7
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_lure.h7
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_queen.h7
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_saga.h7
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_scumm.h9
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_simon.h7
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_sky.h7
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_sword1.h9
-rwxr-xr-xbackends/PalmOS/Src/prefixes/native_sword2.h10
12 files changed, 105 insertions, 0 deletions
diff --git a/backends/PalmOS/Src/prefixes/native_cine.h b/backends/PalmOS/Src/prefixes/native_cine.h
new file mode 100755
index 0000000000..212a5544d0
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_cine.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_CINE
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_common.h b/backends/PalmOS/Src/prefixes/native_common.h
new file mode 100755
index 0000000000..c04f5e1538
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_common.h
@@ -0,0 +1,21 @@
+#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_TREMOR
+//#define USE_VORBIS
+//#define USE_MPEG2
+
+// enable assert
+//#define _DEBUG
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_gob.h b/backends/PalmOS/Src/prefixes/native_gob.h
new file mode 100755
index 0000000000..16863cd5b6
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_gob.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_GOB
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_kyra.h b/backends/PalmOS/Src/prefixes/native_kyra.h
new file mode 100755
index 0000000000..7f6dd57565
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_kyra.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_KYRA
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_lure.h b/backends/PalmOS/Src/prefixes/native_lure.h
new file mode 100755
index 0000000000..1d9005045c
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_lure.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_LURE
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_queen.h b/backends/PalmOS/Src/prefixes/native_queen.h
new file mode 100755
index 0000000000..d2a1b44ef8
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_queen.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_QUEEN
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_saga.h b/backends/PalmOS/Src/prefixes/native_saga.h
new file mode 100755
index 0000000000..1a728e6bcb
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_saga.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_SAGA
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_scumm.h b/backends/PalmOS/Src/prefixes/native_scumm.h
new file mode 100755
index 0000000000..196628909a
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_scumm.h
@@ -0,0 +1,9 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_SCUMM
+#undef DISABLE_SCUMM_7_8
+#undef DISABLE_HE
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_simon.h b/backends/PalmOS/Src/prefixes/native_simon.h
new file mode 100755
index 0000000000..b3c6710141
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_simon.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_SIMON
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_sky.h b/backends/PalmOS/Src/prefixes/native_sky.h
new file mode 100755
index 0000000000..193c57e87d
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_sky.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_SKY
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_sword1.h b/backends/PalmOS/Src/prefixes/native_sword1.h
new file mode 100755
index 0000000000..8e52a978a8
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_sword1.h
@@ -0,0 +1,9 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_SWORD1
+#define USE_MPEG2
+#define USE_VORBIS
+
+#endif
diff --git a/backends/PalmOS/Src/prefixes/native_sword2.h b/backends/PalmOS/Src/prefixes/native_sword2.h
new file mode 100755
index 0000000000..f74a8bcc9a
--- /dev/null
+++ b/backends/PalmOS/Src/prefixes/native_sword2.h
@@ -0,0 +1,10 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_SWORD2
+#undef _DEBUG
+#define USE_MPEG2
+#define USE_VORBIS
+
+#endif