| 62 | } |
| 63 | |
| 64 | CSoundChipSet CSoundChipSet::WithChip(sound_chip_t chip) const { |
| 65 | return EnableChip(chip, true); |
| 66 | } |
| 67 | |
| 68 | CSoundChipSet CSoundChipSet::WithoutChip(sound_chip_t chip) const { |
| 69 | return EnableChip(chip, false); |
no outgoing calls
no test coverage detected