summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/zxbox/zxvid_16bpp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/zxbox/zxvid_16bpp.c b/apps/plugins/zxbox/zxvid_16bpp.c
index f213afe307..19ac0f2d5c 100644
--- a/apps/plugins/zxbox/zxvid_16bpp.c
+++ b/apps/plugins/zxbox/zxvid_16bpp.c
@@ -54,8 +54,10 @@ void update_screen(void)
54 int y=0; 54 int y=0;
55 55
56#if LCD_HEIGHT >= ZX_HEIGHT && LCD_WIDTH >= ZX_WIDTH 56#if LCD_HEIGHT >= ZX_HEIGHT && LCD_WIDTH >= ZX_WIDTH
57 /* 'set but not used'
57 byte *scrptr; 58 byte *scrptr;
58 scrptr = (byte *) SPNM(image); 59 scrptr = (byte *) SPNM(image);
60 */
59 frameb = rb->lcd_framebuffer; 61 frameb = rb->lcd_framebuffer;
60 for ( y = 0 ; y < HEIGHT*WIDTH; y++ ){ 62 for ( y = 0 ; y < HEIGHT*WIDTH; y++ ){
61 frameb[y] = _16bpp_colors[(unsigned)sp_image[y]]; 63 frameb[y] = _16bpp_colors[(unsigned)sp_image[y]];