X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=mappers%2F85.c;h=e2ae206dae99fd892e0a0677629222e395784260;hp=bae3b666eb67652ee969522d18d6459e758c6ca9;hb=92764e6252a3691033d6044b466bf716c96b62d5;hpb=ea80a45b1dbd9f2c46567e18a2e18fcbb6e55c8d diff --git a/mappers/85.c b/mappers/85.c index bae3b66..e2ae206 100644 --- a/mappers/85.c +++ b/mappers/85.c @@ -38,7 +38,7 @@ void DoVRC7Sound(void) z=((SOUNDTS<<16)/soundtsinc)>>4; a=z-dwave; - moocow(VRC7Sound, &Wave[dwave], a, 1); + moocow(VRC7Sound, (int32 *)&Wave[dwave], a, 1); dwave+=a; } @@ -56,7 +56,7 @@ void UpdateOPL(int Count) a=z-dwave; if(VRC7Sound && a) - moocow(VRC7Sound, &Wave[dwave], a, 1); + moocow(VRC7Sound, (int32 *)&Wave[dwave], a, 1); dwave=0; }