MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / WithChip

Method WithChip

Source/SoundChipSet.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64CSoundChipSet CSoundChipSet::WithChip(sound_chip_t chip) const {
65 return EnableChip(chip, true);
66}
67
68CSoundChipSet CSoundChipSet::WithoutChip(sound_chip_t chip) const {
69 return EnableChip(chip, false);

Callers 2

FromNSFFlagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected