X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=sound.h;h=223aa6dc0ea1304d3cb96feb973c718167f73e07;hp=142d5044665b4c50ff5276cec8255950f7c0cd1d;hb=ebde7d27f12cb4e1002670fd481076fb9ba509ff;hpb=a384bf449483e62637ce05a60ff4b06730a19934 diff --git a/sound.h b/sound.h index 142d504..223aa6d 100644 --- a/sound.h +++ b/sound.h @@ -42,9 +42,7 @@ extern uint8 PSG[0x18]; extern uint32 PSG_base; extern int32 PCMIRQCount; -extern void (*SetSoundVariables)(void); - -void SetSoundVariables081(void); +void SetSoundVariables(void); void PowerSound(void); void ResetSound(void); extern uint8 decvolume[]; @@ -76,6 +74,7 @@ int GetSoundBuffer(int16 **W); int FlushEmulateSound(void); extern uint32 Wave[2048+512]; extern int16 WaveFinalMono[2048+512]; +extern int32 WaveHi[]; extern uint32 soundtsinc; extern uint32 soundtsoffs; @@ -85,3 +84,4 @@ void SetNESSoundMap(void); void FrameSoundUpdate(void); void FixOldSaveStateSFreq(void); +DECLFW(Write_IRQFM);