OSDN Git Service

[FMGEN][OPN2] Add ToDo.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 24 Sep 2018 17:31:37 +0000 (02:31 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 24 Sep 2018 17:31:37 +0000 (02:31 +0900)
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);
 }