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

Method getChannelDmaCount

Source/Amiga/paula.hpp:237–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 }
236
237 int getChannelDmaCount(uint8 channel) {
238 assert(channel < NUM_VOICES);
239 return _voice[channel].dmaCount;
240 }
241
242 void setChannelDmaCount(uint8 channel, int dmaVal = 0) {
243 assert(channel < NUM_VOICES);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected