From e57422c08c016441a80279fee3a13848a5bb9d5b Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Sat, 4 Nov 2006 17:45:14 +0000 Subject: Added Touche engine support svn-id: r24607 --- backends/platform/PalmOS/Src/launcher/games.h | 2 ++ backends/platform/PalmOS/Src/prefixes/compile.h | 5 +++-- .../platform/PalmOS/Src/prefixes/native_touche.h | 7 +++++++ backends/platform/PalmOS/scummvm.mcp | Bin 1425522 -> 925075 bytes 4 files changed, 12 insertions(+), 2 deletions(-) create mode 100755 backends/platform/PalmOS/Src/prefixes/native_touche.h (limited to 'backends/platform/PalmOS') 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 Binary files a/backends/platform/PalmOS/scummvm.mcp and b/backends/platform/PalmOS/scummvm.mcp differ -- cgit v1.2.3