lol its in c
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 lines
245 B

#include "hugedriver.h"
#include "sdk/hardware.h"
extern const hUGESong_t song_title;
void audio_init(void) {
rAUDENA = 0x80;
rAUDTERM = 0xff;
rAUDVOL = 0x77;
hUGE_init(&song_title);
}
void audio_reset(void) { rAUDVOL = 0; }