Home
last modified time | relevance | path

Searched refs:m_nextSampleAddr (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/iop/
H A DIop_SpuBase.cpp1015 m_nextSampleAddr = 0; in Reset()
1042m_nextSampleAddr = registerFile.GetRegister32((channelPrefix + STATE_SAMPLEREADER_REGS_NEXTSAMPLEA… in LoadState()
1089 m_nextSampleAddr = address; in SetParams()
1159 uint8* nextSample = m_ram + m_nextSampleAddr; in UnpackSamples()
1161 if(m_nextSampleAddr == m_irqAddr) in UnpackSamples()
1219 m_repeatAddr = m_nextSampleAddr; in UnpackSamples()
1223 m_nextSampleAddr += 0x10; in UnpackSamples()
1224 assert(m_nextSampleAddr < m_ramSize); in UnpackSamples()
1225 m_nextSampleAddr &= (m_ramSize - 1); in UnpackSamples()
1230 m_nextSampleAddr = m_repeatAddr; in UnpackSamples()
[all …]
H A DIop_SpuBase.h280 uint32 m_nextSampleAddr = 0; variable