aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Apers2006-11-04 17:45:14 +0000
committerChris Apers2006-11-04 17:45:14 +0000
commite57422c08c016441a80279fee3a13848a5bb9d5b (patch)
tree263f3b86a9cd2401b08da23466bcc48c8acf8beb
parent67f6ea16fde8be3d38aec7c8feae8e28913c8d9b (diff)
downloadscummvm-rg350-e57422c08c016441a80279fee3a13848a5bb9d5b.tar.gz
scummvm-rg350-e57422c08c016441a80279fee3a13848a5bb9d5b.tar.bz2
scummvm-rg350-e57422c08c016441a80279fee3a13848a5bb9d5b.zip
Added Touche engine support
svn-id: r24607
-rw-r--r--backends/platform/PalmOS/Src/launcher/games.h2
-rw-r--r--backends/platform/PalmOS/Src/prefixes/compile.h5
-rwxr-xr-xbackends/platform/PalmOS/Src/prefixes/native_touche.h7
-rw-r--r--backends/platform/PalmOS/scummvm.mcpbin1425522 -> 925075 bytes
4 files changed, 12 insertions, 2 deletions
diff --git a/backends/platform/PalmOS/Src/launcher/games.h b/backends/platform/PalmOS/Src/launcher/games.h
index 7dd01f6637..4e784b8154 100644
--- a/backends/platform/PalmOS/Src/launcher/games.h
+++ b/backends/platform/PalmOS/Src/launcher/games.h
@@ -166,6 +166,7 @@ enum {
ENGINE_SAGA,
ENGINE_SCUMM,
ENGINE_AGI,
+ ENGINE_TOUCHE,
ENGINE_COUNT
};
@@ -185,6 +186,7 @@ static const struct {
{ "saga", "SAGA Engine" },
{ "scumm", "Scumm Games" },
{ "agi", "Sierra AGI" },
+ { "touche", "Touche: The Adventures of the Fifth Musketeer" },
};
diff --git a/backends/platform/PalmOS/Src/prefixes/compile.h b/backends/platform/PalmOS/Src/prefixes/compile.h
index c9b764b333..37d184d5c8 100644
--- a/backends/platform/PalmOS/Src/prefixes/compile.h
+++ b/backends/platform/PalmOS/Src/prefixes/compile.h
@@ -41,6 +41,7 @@
#define DISABLE_LURE
#define DISABLE_CINE
#define DISABLE_AGI
+#define DISABLE_TOUCHE
// ScummVM
#define DISABLE_HQ_SCALERS
@@ -53,8 +54,8 @@
//#define _DEBUG
#define PALMOS_MODE
-//#define COMPILE_ZODIAC
-#define COMPILE_OS5
+#define COMPILE_ZODIAC
+//#define COMPILE_OS5
//#define DISABLE_ADLIB
//#define DISABLE_LIGHTSPEED
diff --git a/backends/platform/PalmOS/Src/prefixes/native_touche.h b/backends/platform/PalmOS/Src/prefixes/native_touche.h
new file mode 100755
index 0000000000..486630b799
--- /dev/null
+++ b/backends/platform/PalmOS/Src/prefixes/native_touche.h
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_TOUCHE
+
+#endif
diff --git a/backends/platform/PalmOS/scummvm.mcp b/backends/platform/PalmOS/scummvm.mcp
index f63966f9eb..286eec33bb 100644
--- a/backends/platform/PalmOS/scummvm.mcp
+++ b/backends/platform/PalmOS/scummvm.mcp
Binary files differ