ok so screw you

This commit is contained in:
tildearrow 2022-05-01 05:10:41 -05:00
parent 05ae774617
commit 9f19b5dfc4
1 changed files with 2 additions and 0 deletions

View File

@ -245,6 +245,8 @@ void adpcm_a_channel::output(ymfm_output<NumOutputs> &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;
//*********************************************************