//////////////////////////////////////////////////////// //// DPCM (DMC) HOWTO ////////////////////////////////// //// by nullsleep ////////// product of 8bitpeoples //// //// version 0.1 /////////// Research & Development //// //////////////////////////////////////////////////////// This document is intended to serve as a helpful guide for individuals using mck to compose NES music, who wish to make use of the DPCM channel for sample playback. It is not intended as a technical reference (atleast not in its current form) ... For more detailed info in the technical specifications i can recommend Brad Taylor's document on NES sound. That being said, there should be 3 files included in this pack in addition to the document you are reading right now: make_nes.txt make_nsf.txt samples.h The majority of this document simply contains comments that i have added into these other 3 files collected in one place. Together they should provide a general use template for achieving sample playback on the DPCM channel. Finally, you will need DMCconv to convert your samples from .wav to .bin for use with mck. The documentation for DMCconv is not in english, however its operation is simple enough so that this should not be a problem. Below is the description of its usage: Usage: DMCconv wavefile outfile