-
Notifications
You must be signed in to change notification settings - Fork 18
Video Functions
| void disp_off(void); |
|---|
Blank the display. |
| void disp_on(void); |
|---|
Enable display output. |
void cls(void); |
|---|
void cls(int val); |
|
void vsync(void); |
|---|
void vsync(char nb_frame); |
|
|
void vreg(char idx); |
|---|
void vreg(char idx, int val); |
|
char vram_addr(char x, char y); |
|---|
|
void set_screen_size(char size); |
|---|
|
|
void load_vram(int vaddr, int *data, int nb); |
|---|
|
|
void load_bat(int vaddr, int *bat_data, char w, char h); |
|---|
|
void load_background(char *gfx, int *pal, int *bat, char width, char height); |
|---|
|
|
void set_xres(int xres); [ 1.5+ ] |
|---|
void set_xres(int x_resolution, int color_correct_flag); [ 3.11+ ] |
|
|