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
This commit is contained in:
Rafaël Carré 2010-01-24 15:59:27 +00:00
parent a9e2a7148f
commit dbbb07767a
2 changed files with 3 additions and 3 deletions

View file

@ -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