| 43 | } |
| 44 | |
| 45 | bool CSoundChipSet::IsMultiChip() const noexcept { |
| 46 | return WithoutChip(sound_chip_t::APU).chips_.count() > 1; |
| 47 | } |
| 48 | |
| 49 | sound_chip_t CSoundChipSet::GetSoundChip() const { |
| 50 | if (IsMultiChip()) |
no outgoing calls
no test coverage detected