merge mappers from FCEU-mm
[fceu.git] / mappers / 85.c
index bae3b66..e7edd59 100644 (file)
@@ -16,6 +16,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * VRC-7
+ *
  */
 
 #include "mapinc.h"
@@ -34,7 +37,7 @@ void DoVRC7Sound(void)
 {
  int32 z,a;
 
//if(FSettings.soundq>=1) return;
+ if(FSettings.soundq>=1) return;
  z=((SOUNDTS<<16)/soundtsinc)>>4;
  a=z-dwave;