Gah, e200 sets CONFIG_LCD to LCD_X5.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16011 a1c6a512-1295-4272-9138-f99709370657
diff --git a/apps/plugins/doom/i_video.c b/apps/plugins/doom/i_video.c
index 16024d8..fa5f065 100644
--- a/apps/plugins/doom/i_video.c
+++ b/apps/plugins/doom/i_video.c
@@ -537,7 +537,8 @@
         : /* clobbers */
         "d0", "d1"
    );
-#elif (CONFIG_LCD == LCD_X5) && !defined(SIMULATOR)
+#elif (CONFIG_LCD == LCD_X5) && !defined(SIMULATOR) \
+   && defined(CPU_COLDFIRE) /* protect from using it on e200 (sic!) */
     count = SCREENWIDTH*SCREENHEIGHT;
 
     /* ASM screen update (drops ~230 tics) */