| 101 | } |
| 102 | |
| 103 | std::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 | |
| 107 | std::unique_ptr<CChipHandler> CSoundChipService::MakeChipHandler(sound_chip_t chip, std::uint8_t nInstance) const { |
| 108 | return GetType(chip).MakeChipHandler(nInstance); |