|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
#include <stdio.h>#include <string.h>#include <kos/thread.h>#include <dc/biosfont.h>#include <dc/video.h>#include <dc/maple/vmu.h>Functions | |
| void | draw_one (maple_device_t *addr, char *fn, uint16_t hdrblock) |
| void | draw_icondata (maple_device_t *addr, uint16_t block) |
| void | vmu_read_test (void) |
| int | main (int argc, char **argv) |
Variables | |
| static int | off1 = 20 + 36 |
| void draw_icondata | ( | maple_device_t * | addr, |
| uint16_t | block ) |
References block, printf, vmu_block_read(), vram_s, x, and y.
Referenced by vmu_read_test().
| void draw_one | ( | maple_device_t * | addr, |
| char * | fn, | ||
| uint16_t | hdrblock ) |
References bfont_draw_str(), off1, printf, vmu_block_read(), and vram_s.
Referenced by vmu_read_test().
| int main | ( | int | argc, |
| char ** | argv ) |
References thd_sleep(), and vmu_read_test().
| void vmu_read_test | ( | void | ) |
References draw_icondata(), draw_one(), maple_enum_type(), MAPLE_FUNC_MEMCARD, printf, and vmu_block_read().
Referenced by main().
|
static |
Referenced by draw_one().