wiz blitters, fb restore, tweaks
[ginge.git] / common / host_fb.h
index edb931b..1fcfdc3 100644 (file)
@@ -1,6 +1,9 @@
 int   host_video_init(int *stride, int no_dblbuf);
 int   host_video_init(int *stride, int no_dblbuf);
+void  host_video_finish(void);
 void *host_video_flip(void);
 void *host_video_flip(void);
+void  host_video_change_bpp(int bpp);
+void  host_video_update_pal(unsigned int *pal);
 
 
-void host_video_blit4(const unsigned char *src, int w, int h, unsigned int *pal);
-void host_video_blit8(const unsigned char *src, int w, int h, unsigned int *pal);
+void host_video_blit4(const unsigned char *src, int w, int h);
+void host_video_blit8(const unsigned char *src, int w, int h);
 void host_video_blit16(const unsigned short *src, int w, int h);
 void host_video_blit16(const unsigned short *src, int w, int h);