| 66 | } |
| 67 | |
| 68 | CSoundChipSet CSoundChipSet::WithoutChip(sound_chip_t chip) const { |
| 69 | return EnableChip(chip, false); |
| 70 | } |
| 71 | |
| 72 | CSoundChipSet CSoundChipSet::MergedWith(CSoundChipSet other) const { |
| 73 | return CSoundChipSet {(chips_ | other.chips_).to_ulong()}; |
no outgoing calls
no test coverage detected