X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fdemo.c;h=ce06a447c0e2ea589d60d660bd6caaa390f89087;hb=8024ae981f39d370af5cceb3cb97f62820b0a120;hp=64bb965c5cce0a018f345c3ed75b018f98c2431b;hpb=90a1ba8903eed9e3d4b17f4b56cd02ed801dd8b6;p=dosdemo diff --git a/src/demo.c b/src/demo.c index 64bb965..ce06a44 100644 --- a/src/demo.c +++ b/src/demo.c @@ -11,7 +11,7 @@ int fb_width = 320; int fb_height = 240; int fb_bpp = 16; -void *fb_pixels; +uint16_t *fb_pixels, *vmem_back, *vmem_front; unsigned long time_msec; int mouse_x, mouse_y; unsigned int mouse_bmask;