//--- // display:cg - Internal definitions for the display module on fxcg50 //--- #ifndef DISPLAY_CG #define DISPLAY_CG /* dvram_switch() - triple buffering switch Alternates VRAMs after a display update started. */ void dvram_switch(void); #endif /* DISPLAY_CG */