MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / disableChannel

Method disableChannel

Source/Amiga/paula.hpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 void disableChannel(uint8 channel) {
173 assert(channel < NUM_VOICES);
174 _voice[channel].data = 0;
175 }
176
177 void enableChannel(uint8 channel) {
178 assert(channel < NUM_VOICES);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected