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

Method GetFlag

Source/SoundChipSet.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29CSoundChipSet::value_type CSoundChipSet::GetFlag() const {
30 return chips_.to_ulong();
31}
32
33CSoundChipSet::value_type CSoundChipSet::GetNSFFlag() const {
34 return GetFlag() >> 1;

Callers 1

SelectChipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected