mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
ok so screw you
This commit is contained in:
parent
05ae774617
commit
9f19b5dfc4
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
||||
//*********************************************************
|
||||
|
|
Loading…
Reference in a new issue