mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-07 05:15:05 +00:00
CONTRIBUTING
This commit is contained in:
parent
8f804f6e6b
commit
570036ad6f
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ class DivYM2610Interface: public ymfm::ymfm_interface {
|
|||
sampleBank(0) {}
|
||||
};
|
||||
|
||||
template<int ChanNum>
|
||||
class DivPlatformYM2610Base: public DivPlatformOPN {
|
||||
template<int ChanNum> class DivPlatformYM2610Base: public DivPlatformOPN {
|
||||
protected:
|
||||
struct Channel {
|
||||
DivInstrumentFM state;
|
||||
|
|
Loading…
Reference in a new issue