diff --git a/src/engine/platform/sound/ymfm/ymfm_adpcm.cpp b/src/engine/platform/sound/ymfm/ymfm_adpcm.cpp index 0d285cd1..01f35367 100644 --- a/src/engine/platform/sound/ymfm/ymfm_adpcm.cpp +++ b/src/engine/platform/sound/ymfm/ymfm_adpcm.cpp @@ -245,6 +245,8 @@ void adpcm_a_channel::output(ymfm_output &output) const output.data[1] += value; } +template void adpcm_a_channel::output<1>(ymfm_output<1> &output) const; +template void adpcm_a_channel::output<2>(ymfm_output<2> &output) const; //*********************************************************