]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/dsp.cpp
Initial stab at getting the DSP to run in the host audio IRQ. Needs testing.
[virtualjaguar] / src / dsp.cpp
index 7db98aee391f516192d53100740fa0a4b3aaed46..d321d47b27339f3acb825685296f4dba8d17c7bd 100644 (file)
@@ -1280,6 +1280,11 @@ DSPHandleIRQsNP();
 //     GPUSetIRQLine(GPUIRQ_DSP, ASSERT_LINE);
 }
 
+bool DSPIsRunning(void)
+{
+       return (DSP_RUNNING ? true : false);
+}
+
 void DSPInit(void)
 {
 //     memory_malloc_secure((void **)&dsp_ram_8, 0x2000, "DSP work RAM");