|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Macros | |
| #define | WIDTH 640 |
| #define | HEIGHT 480 |
| #define | STARTLINE 20 |
| #define | CHARSPERLINE 40 |
| #define | CHARSPERTEST 120 |
Functions | |
| KOS_INIT_FLAGS (INIT_DEFAULT) | |
| void | basic_typing (void) |
| int | main (int argc, char **argv) |
Variables | |
| uint16_t * | vram_s |
| cont_state_t * | first_kbd_state |
| maple_device_t * | first_kbd_dev = NULL |
| uint8_t | no_kbd_loop = 0 |
| uint8_t | test_phase = 0 |
| #define CHARSPERLINE 40 |
Referenced by basic_typing().
| #define CHARSPERTEST 120 |
Referenced by basic_typing().
| #define HEIGHT 480 |
| #define STARTLINE 20 |
Referenced by basic_typing().
| #define WIDTH 640 |
Referenced by basic_typing().
| void basic_typing | ( | void | ) |
References bfont_draw(), bfont_draw_str(), BFONT_HEIGHT, BFONT_THIN_WIDTH, CHARSPERLINE, CHARSPERTEST, first_kbd_dev, kbd_queue_pop(), STARTLINE, uint32_t(), vram_s, and WIDTH.
Referenced by main().
| KOS_INIT_FLAGS | ( | INIT_DEFAULT | ) |
| int main | ( | int | argc, |
| char ** | argv ) |
| maple_device_t* first_kbd_dev = NULL |
Referenced by basic_typing(), and main().
| cont_state_t* first_kbd_state |
Referenced by main().
| uint8_t no_kbd_loop = 0 |
Referenced by main().
| uint8_t test_phase = 0 |
Referenced by main().
|
extern |
Referenced by basic_typing().