KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
spu.c File Reference
#include <kos.h>
#include "s3mplay.h"

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
 

Function Documentation

◆ copy_s3m()

void copy_s3m ( char * song,
int len )

References printf, s3mplay, snd_dbg, song, spu_disable(), spu_enable(), and spu_memload().

Referenced by main().

◆ main()

int main ( int argc,
char ** argv )

◆ wait_start()

Variable Documentation

◆ snd_dbg

volatile unsigned long* snd_dbg = (unsigned long*)0xa080ffc0

Referenced by copy_s3m().

◆ song

uint8_t* song

Referenced by copy_s3m(), and main().