MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / SetNumSamplesError

Method SetNumSamplesError

source/Mockingboard.h:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 short** GetVoiceBuffers(void) { return m_ppAYVoiceBuffer; }
39 int GetNumSamplesError(void) { return m_numSamplesError; }
40 void SetNumSamplesError(int numSamplesError) { m_numSamplesError = numSamplesError; }
41#ifdef _DEBUG
42 void CheckCumulativeCycles(void);
43 void Get6522IrqDescription(std::string& desc);

Callers 1

GenerateAllSoundDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected