#include #include #include /* dupdate() Displays the vram on the physical screen. */ void dupdate(void) { screen_display((const void *)vram); }