MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / MakeSoundDriver

Method MakeSoundDriver

Source/SoundChipTypeImpl.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128std::unique_ptr<CSoundChip> CSoundChipType2A03::MakeSoundDriver(CMixer &mixer, std::uint8_t nInstance) const {
129 return std::make_unique<C2A03>(mixer, nInstance);
130}
131
132std::unique_ptr<CChipHandler> CSoundChipType2A03::MakeChipHandler(std::uint8_t nInstance) const {
133 return CChipHandlerBuilder<CChipHandler> {nInstance, GetID()}

Callers 1

MakeSoundChipDriverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected