From dbbb07767aebfc2a98ce35d5f4cd57e2fcfe32ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sun, 24 Jan 2010 15:59:27 +0000 Subject: [PATCH] Disable DOOM for c200v2, it won't run Reclaim 128kB of plugin buffer, audio buffer is now 4 times larger git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24323 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SUBDIRS | 4 ++-- firmware/export/config/sansac200v2.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index f1de3e8e48..99d3060459 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -41,8 +41,8 @@ pacbox #endif /* For all the color targets */ -#if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \ - (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) +#if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \ + (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2) #ifndef RB_PROFILE doom #endif diff --git a/firmware/export/config/sansac200v2.h b/firmware/export/config/sansac200v2.h index aa1ed1ab70..ca3cb9c5e3 100644 --- a/firmware/export/config/sansac200v2.h +++ b/firmware/export/config/sansac200v2.h @@ -107,7 +107,7 @@ #define CODEC_SIZE 0x48000 /* The number of bytes reserved for loadable plugins */ -#define PLUGIN_BUFFER_SIZE 0x80000 +#define PLUGIN_BUFFER_SIZE 0x60000 #define AB_REPEAT_ENABLE 1