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