|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Functions | |
| void | copy_s3m (char *song, int len) |
| void | wait_start (void) |
| int | main (int argc, char **argv) |
Variables | |
| uint8_t * | song |
| volatile unsigned long * | snd_dbg = (unsigned long*)0xa080ffc0 |
| void copy_s3m | ( | char * | song, |
| int | len ) |
References printf, s3mplay, snd_dbg, song, spu_disable(), spu_enable(), and spu_memload().
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv ) |
References copy_s3m(), fs_close(), fs_mmap(), fs_open(), fs_total(), song, and wait_start().
| void wait_start | ( | void | ) |
References cont_state_t::buttons, CONT_START, maple_dev_status(), maple_enum_type(), MAPLE_FUNC_CONTROLLER, printf, and thd_sleep().
Referenced by main().
| volatile unsigned long* snd_dbg = (unsigned long*)0xa080ffc0 |
Referenced by copy_s3m().
| uint8_t* song |
Referenced by copy_s3m(), and main().