diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/doom/i_video.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ void I_FinishUpdate (void) : /* 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) */ |