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