summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-01-24 15:59:27 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-01-24 15:59:27 +0000
commitdbbb07767aebfc2a98ce35d5f4cd57e2fcfe32ff (patch)
treeca63d5768680b65ff578b36cd950f047d7dd5e64
parenta9e2a7148f7748129e5c7dafd043878dfcac5394 (diff)
downloadrockbox-dbbb07767aebfc2a98ce35d5f4cd57e2fcfe32ff.tar.gz
rockbox-dbbb07767aebfc2a98ce35d5f4cd57e2fcfe32ff.zip
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
-rw-r--r--apps/plugins/SUBDIRS4
-rw-r--r--firmware/export/config/sansac200v2.h2
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
41#endif 41#endif
42 42
43/* For all the color targets */ 43/* For all the color targets */
44#if defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \ 44#if (defined(HAVE_LCD_COLOR) || defined(MROBE_100) || \
45 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300) 45 (LCD_DEPTH == 2) && !defined(ARCHOS_AV300)) && (MEMORYSIZE > 2)
46#ifndef RB_PROFILE 46#ifndef RB_PROFILE
47doom 47doom
48#endif 48#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 @@
107#define CODEC_SIZE 0x48000 107#define CODEC_SIZE 0x48000
108 108
109/* The number of bytes reserved for loadable plugins */ 109/* The number of bytes reserved for loadable plugins */
110#define PLUGIN_BUFFER_SIZE 0x80000 110#define PLUGIN_BUFFER_SIZE 0x60000
111 111
112#define AB_REPEAT_ENABLE 1 112#define AB_REPEAT_ENABLE 1
113 113