Home
last modified time | relevance | path

Searched refs:SoundBufferV2 (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/emu64/emu64-5.0.19/src/
H A Dmos6581_8085_class.cpp79 SoundBufferV2 = new short[SoundBufferSize]; in MOS6581_8085()
95 delete SoundBufferV2; in ~MOS6581_8085()
109 delete SoundBufferV2; in ChangeSampleRate()
121 SoundBufferV2 = new short[SoundBufferSize]; in ChangeSampleRate()
230 SoundBufferV2[SoundBufferPos] = VoiceOutput(2); in OneZyklus()
240 SoundBufferV2[SoundBufferPos] = VoiceOutput(2); in OneZyklus()
H A Dmos6581_8085_class.h46 short *SoundBufferV2; variable
H A Dc64_class.cpp1263 …cast<uint8_t*>(sid1->SoundBufferV1), reinterpret_cast<uint8_t*>(sid1->SoundBufferV2), sample_buffe… in FillAudioBuffer()