X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpsg.h;h=71e5219d0eda0113ee6900c71c7f6d56ed90e64b;hb=refs%2Fheads%2Fmaster;hp=c8b44523d4d34de5377741f25ccbe5f1088ff63f;hpb=a046907b274eb0cfa9c10a4c68fb38255f96714c;p=thunder diff --git a/src/psg.h b/src/psg.h index c8b4452..71e5219 100644 --- a/src/psg.h +++ b/src/psg.h @@ -2,11 +2,14 @@ #define __PSG_H__ #include +#include void InitPSG(uint32_t s = 44100); void UpdatePSG(uint8_t * buffer, int count); void WritePSG(uint16_t address, uint8_t data); uint8_t ReadPSG(uint16_t address); +void PSGSaveState(FILE *); +void PSGLoadState(FILE *); #endif // __PSG_H__