summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/doom/i_video.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/doom/i_video.c b/apps/plugins/doom/i_video.c
index 16024d8aee..fa5f065bbf 100644
--- a/apps/plugins/doom/i_video.c
+++ b/apps/plugins/doom/i_video.c
@@ -537,7 +537,8 @@ void I_FinishUpdate (void)
537 : /* clobbers */ 537 : /* clobbers */
538 "d0", "d1" 538 "d0", "d1"
539 ); 539 );
540#elif (CONFIG_LCD == LCD_X5) && !defined(SIMULATOR) 540#elif (CONFIG_LCD == LCD_X5) && !defined(SIMULATOR) \
541 && defined(CPU_COLDFIRE) /* protect from using it on e200 (sic!) */
541 count = SCREENWIDTH*SCREENHEIGHT; 542 count = SCREENWIDTH*SCREENHEIGHT;
542 543
543 /* ASM screen update (drops ~230 tics) */ 544 /* ASM screen update (drops ~230 tics) */