Home
last modified time | relevance | path

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

/dports/games/libretro-virtualjaguar/virtualjaguar-libretro-afe223e/src/
H A Ddsp.c278 #define DSP_RUNNING (dsp_control & 0x01) macro
577 bool wasRunning = DSP_RUNNING; in DSPWriteLong()
605 if (DSP_RUNNING) in DSPWriteLong()
791 return (DSP_RUNNING ? true : false); in DSPIsRunning()
882 …at PC=%08X dsp_modulo=%08X (dsp was%s running)\n", dsp_pc, dsp_modulo, (DSP_RUNNING ? "" : "n't")); in DSPDone()
952 while (cycles > 0 && DSP_RUNNING) in DSPExec()