]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/dsp.h
Fixed command line PAL/NSTC switches to work properly.
[virtualjaguar] / src / dsp.h
index 7e09e5903a22e570f5e7d98112d87919bab93be7..67e52991bea17c643efe82a5049c7998201296d2 100644 (file)
--- a/src/dsp.h
+++ b/src/dsp.h
@@ -5,7 +5,8 @@
 #ifndef __DSP_H__
 #define __DSP_H__
 
-#include "types.h"
+//#include "types.h"
+#include "memory.h"
 
 #define DSP_CONTROL_RAM_BASE    0x00F1A100
 #define DSP_WORK_RAM_BASE              0x00F1B000
@@ -24,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);