Home
last modified time | relevance | path

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

/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Ddsp.c267 static uint32_t dsp_pointer_to_matrix; variable
439 return dsp_pointer_to_matrix; in DSPReadLong()
564 dsp_pointer_to_matrix = 0xF1B000 | (data & 0x000FFC); in DSPWriteLong()
810 dsp_pointer_to_matrix = 0x00000000; in DSPReset()
1399 uint32_t addr = dsp_pointer_to_matrix; // in the dsp ram in dsp_opcode_mmult()
2201 uint32_t addr = dsp_pointer_to_matrix; // in the dsp ram in DSP_mmult()