diff --git a/src/devices/sound/ymf278b.cpp b/src/devices/sound/ymf278b.cpp index ada4a5544c7..ab2b9c7fb9c 100644 --- a/src/devices/sound/ymf278b.cpp +++ b/src/devices/sound/ymf278b.cpp @@ -44,6 +44,8 @@ - accurate timing of envelopes - LFO (vibrato, tremolo) - integrate YMF262 mixing (used by Fuuki games, not used by Psikyo and Metro games) + - Envelope and LFO function is similar algorithm as multipcm.cpp (except Damp, Pseudo Reverb) + Can it be merged with/ported to this? */ #include "emu.h"