X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=sound.h;h=c8d2618ef81bc6c6e5363a4eacfdec000524b48b;hp=fcbcb25b27ac1583ae468326066e297f4c4dc9a3;hb=6244011fd85a10400accd6d8e7d941144f92aa5b;hpb=971a1d07d2f5b5a6f991ed5712275c04b933734f diff --git a/sound.h b/sound.h index fcbcb25..c8d2618 100644 --- a/sound.h +++ b/sound.h @@ -70,7 +70,7 @@ extern int32 fhinc; uint8 FCEU_GetJoyJoy(void); -int GetSoundBuffer(int32 **W); +int GetSoundBuffer(int16 **W); int FlushEmulateSound(void); extern uint32 Wave[2048]; extern int32 WaveFinal[2048]; @@ -84,3 +84,5 @@ void SetNESSoundMap(void); void FrameSoundUpdate(void); void FixOldSaveStateSFreq(void); +DECLFW(Write_IRQFM); +