|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Functions | |
| int | check_start (void) |
| void | lcd_gs_pixel (int x, int y, int amt) |
| void | lcd_gs_setup (void) |
| void | lcd_test (void) |
| int | main (int argc, char **argv) |
Variables | |
| uint8_t | lcd_disp [8][48 *32/8] |
| int check_start | ( | void | ) |
References cont_state_t::buttons, CONT_START, maple_dev_status(), maple_enum_type(), MAPLE_FUNC_CONTROLLER, and printf.
Referenced by lcd_test().
| void lcd_gs_pixel | ( | int | x, |
| int | y, | ||
| int | amt ) |
References lcd_disp, x, and y.
Referenced by lcd_gs_setup().
| void lcd_gs_setup | ( | void | ) |
References lcd_disp, lcd_gs_pixel(), x, and y.
Referenced by lcd_test().
| void lcd_test | ( | void | ) |
References check_start(), lcd_disp, lcd_gs_setup(), maple_enum_type(), MAPLE_FUNC_LCD, printf, and vmu_draw_lcd().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
References lcd_test().
| uint8_t lcd_disp[8][48 *32/8] |
Referenced by lcd_gs_pixel(), lcd_gs_setup(), and lcd_test().