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

Method MakeSoundChipDriver

Source/SoundChipService.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103std::unique_ptr<CSoundChip> CSoundChipService::MakeSoundChipDriver(sound_chip_t chip, CMixer &mixer, std::uint8_t nInstance) const {
104 return GetType(chip).MakeSoundDriver(mixer, nInstance);
105}
106
107std::unique_ptr<CChipHandler> CSoundChipService::MakeChipHandler(sound_chip_t chip, std::uint8_t nInstance) const {
108 return GetType(chip).MakeChipHandler(nInstance);

Callers 1

CAPUMethod · 0.80

Calls 1

MakeSoundDriverMethod · 0.80

Tested by

no test coverage detected