X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2F940ctl_ym2612.h;h=186a6dfbe8bba7150ab28c418f984e0a4655e972;hb=f80d67e12bb5ab0973f586de1a7e2ad260f414ec;hp=bf9b528e5f22f36031d7a5a8d77fbea7a67e0e4f;hpb=abe0ea43b561e2def84cf921b1d6d8c82819ea69;p=picodrive.git diff --git a/platform/gp2x/940ctl_ym2612.h b/platform/gp2x/940ctl_ym2612.h index bf9b528..186a6df 100644 --- a/platform/gp2x/940ctl_ym2612.h +++ b/platform/gp2x/940ctl_ym2612.h @@ -1,3 +1,5 @@ +void sharedmem_init(void); + void YM2612Init_940(int baseclock, int rate); void YM2612ResetChip_940(void); int YM2612UpdateOne_940(int *buffer, int length, int stereo, int is_buf_empty);