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

Method GetSoundChipSet

Source/FamiTrackerModule.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87CSoundChipSet CFamiTrackerModule::GetSoundChipSet() const {
88 return m_pChannelMap->GetExpansionFlag();
89}
90
91void CFamiTrackerModule::SetChannelMap(std::unique_ptr<CChannelMap> pMap) {
92 m_pChannelMap = std::move(pMap);

Callers 15

OnInitDialogMethod · 0.80
OnBnClickedOkMethod · 0.80
ExportNSF_NSFEMethod · 0.80
LoadDriverMethod · 0.80
CreateHeaderMethod · 0.80
CreateNSFeHeaderMethod · 0.80
CompileDataMethod · 0.80
CreateMainHeaderMethod · 0.80
CreateInstrumentListMethod · 0.80
CommandMethod · 0.80
SetupAutoSaveMethod · 0.80
OnInitDialogMethod · 0.80

Calls 1

GetExpansionFlagMethod · 0.80

Tested by

no test coverage detected