X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Fcode940%2F940.c;h=c37c80e0757cb71f07302af500bf9c0b55ff6f76;hb=68cba51e206ea6089e8ebc04d7dcd9980bc9575c;hp=b242603ba52dae21bf1e4d1ff6a05d786a04d0fc;hpb=abe0ea43b561e2def84cf921b1d6d8c82819ea69;p=picodrive.git diff --git a/platform/gp2x/code940/940.c b/platform/gp2x/code940/940.c index b242603..c37c80e 100644 --- a/platform/gp2x/code940/940.c +++ b/platform/gp2x/code940/940.c @@ -112,7 +112,8 @@ void Main940(void) YM2612Write_(d >> 8, d); } - YM2612UpdateOne_(ym_buffer, shared_ctl->length, shared_ctl->stereo, 1); + shared_ctl->ym_active_chs = + YM2612UpdateOne_(ym_buffer, shared_ctl->length, shared_ctl->stereo, 1); break; }