#include void syscall_bdisp_allclr_ddvram(cpu_status_t* status){ for(int i=0; i< 1024;i++){ status->vram[i] = 0; } }