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

Method IsMultiChip

Source/SoundChipSet.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45bool CSoundChipSet::IsMultiChip() const noexcept {
46 return WithoutChip(sound_chip_t::APU).chips_.count() > 1;
47}
48
49sound_chip_t CSoundChipSet::GetSoundChip() const {
50 if (IsMultiChip())

Callers 6

ExportNSF_NSFEMethod · 0.80
LoadDriverMethod · 0.80
CompileDataMethod · 0.80
CreateMainHeaderMethod · 0.80
CreateInstrumentListMethod · 0.80
CommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected