From 2cc64c4572ead2b90e2e3999e31847d18286715b Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 7 Jul 2005 09:48:30 +0000 Subject: Chip8 works again on grayscale devices git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7053 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/chip8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/chip8.c b/apps/plugins/chip8.c index e990742c9f..a92fc4d13c 100644 --- a/apps/plugins/chip8.c +++ b/apps/plugins/chip8.c @@ -1060,7 +1060,7 @@ static void chip8_update_display(void) *row++ = w; } } -#ifdef SIMULATOR +#if defined(SIMULATOR) || (LCD_DEPTH > 1) rb->lcd_set_drawmode(DRMODE_SOLID); rb->lcd_mono_bitmap(lcd_framebuf[0], CHIP8_X, CHIP8_Y, CHIP8_LCDWIDTH, CHIP8_HEIGHT); rb->lcd_update(); -- cgit v1.2.3