| 37 | UINT MB_Update(void); |
| 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); |
no outgoing calls
no test coverage detected