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

Method WithoutChip

Source/SoundChipSet.cpp:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

CompileDataMethod · 0.80
HasExpansionChipsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected