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

Method getChannelOffset

Source/Amiga/paula.hpp:232–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230 }
231
232 Offset getChannelOffset(uint8 channel) {
233 assert(channel < NUM_VOICES);
234 return _voice[channel].offset;
235 }
236
237 int getChannelDmaCount(uint8 channel) {
238 assert(channel < NUM_VOICES);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected