#define GINT_NEED_VRAM #include //#include /* dupdate() - push the video RAM to the display driver */ void dupdate(void) { r61524_display(vram, 0, 224); }