X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Pico%2Fsound%2Fsound.h;h=ffdfcf5cd2d5cdb770aedb852c7c174bf4136aeb;hb=4f265db77684ec33f9533e7c76734498df03bba4;hp=8335fb22a3f833c326cccd3102b3f861d3ca71b4;hpb=75736070161d40608ba3052b4c95b42943f9de3d;p=picodrive.git diff --git a/Pico/sound/sound.h b/Pico/sound/sound.h index 8335fb2..ffdfcf5 100644 --- a/Pico/sound/sound.h +++ b/Pico/sound/sound.h @@ -11,8 +11,9 @@ extern "C" { #endif -int sound_timers_and_dac(int raster); -int sound_render(int offset, int length); +void sound_timers_and_dac(int raster); +int sound_render(int offset, int length); +void sound_clear(void); //int YM2612PicoTick(int n);