--- np2/sound/fmboard.c 2003/10/16 17:58:02 1.1.1.1 +++ np2/sound/fmboard.c 2003/10/18 09:02:38 1.3 @@ -25,6 +25,7 @@ _TMS3631 tms3631; _FMTIMER fmtimer; _OPNGEN opngen; + OPNCH opnch[OPNCH_MAX]; _PSGGEN psg1; _PSGGEN psg2; _PSGGEN psg3; @@ -174,7 +175,7 @@ void fmboard_reset(BYTE num) { } soundmng_setreverse(cross); keydisp_setfmboard(num); -// FM_setVR(np2cfg.spb_vrc, np2cfg.spb_vrl); // ver0.30 + opngen_setVR(np2cfg.spb_vrc, np2cfg.spb_vrl); } void fmboard_bind(void) {