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

Method SupportsChannel

Source/ChannelMap.cpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39bool CChannelMap::SupportsChannel(stChannelID ch) const { // // //
40 return HasExpansionChip(ch.Chip) && ch.Subindex < GetChipChannelCount(ch.Chip);
41}
42
43CSoundChipSet CChannelMap::GetExpansionFlag() const noexcept { // // //
44 return chips_;

Callers 1

MakeChannelMapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected