summaryrefslogtreecommitdiff
path: root/firmware/export/config/sansac200v2.h
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 /firmware/export/config/sansac200v2.h
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
Diffstat (limited to 'firmware/export/config/sansac200v2.h')
-rw-r--r--firmware/export/config/sansac200v2.h2
1 files changed, 1 insertions, 1 deletions
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