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

Method MakeChipHandler

Source/SoundChipService.cpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107std::unique_ptr<CChipHandler> CSoundChipService::MakeChipHandler(sound_chip_t chip, std::uint8_t nInstance) const {
108 return GetType(chip).MakeChipHandler(nInstance);
109}
110
111effect_t CSoundChipService::TranslateEffectName(char name, sound_chip_t chip) const {
112 auto it = types_.find(chip);

Callers 1

SetupTracksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected