OSDN Git Service

[FMGEN][OPN2] Add ToDo.
[csp-qt/common_source_project-fm7.git] / source / src / vm / fmgen / opna.cpp
index 00628c7..c3d885f 100644 (file)
@@ -2953,6 +2953,7 @@ void OPN2::SetReg(uint addr, uint data)
 //
 void OPN2::Mix(Sample* buffer, int nsamples)
 {
+       // ToDo: Implement ch.6 as PCM.
        FMMix(buffer, nsamples);
 }