]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/dsp.h
Initial stab at getting the DSP to run in the host audio IRQ. Needs testing.
[virtualjaguar] / src / dsp.h
index 44e8b70712f9d1288fe39bf6a401eca130bba570..67e52991bea17c643efe82a5049c7998201296d2 100644 (file)
--- a/src/dsp.h
+++ b/src/dsp.h
@@ -25,6 +25,7 @@ void DSPWriteByte(uint32 offset, uint8 data, uint32 who = UNKNOWN);
 void DSPWriteWord(uint32 offset, uint16 data, uint32 who = UNKNOWN);
 void DSPWriteLong(uint32 offset, uint32 data, uint32 who = UNKNOWN);
 void DSPReleaseTimeslice(void);
+bool DSPIsRunning(void);
 
 void DSPExecP(int32 cycles);
 void DSPExecP2(int32 cycles);