]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/dac.h
Initial stab at getting the DSP to run in the host audio IRQ. Needs testing.
[virtualjaguar] / src / dac.h
index 023855f014c3bcfc4619784d142ed5d64fed5717..ef30549a237436128fa1c4a15ea5c009d1249e98 100644 (file)
--- a/src/dac.h
+++ b/src/dac.h
@@ -5,6 +5,9 @@
 #ifndef __DAC_H__
 #define __DAC_H__
 
+//this is here, because we have to compensate in more than just dac.cpp...
+#define NEW_DAC_CODE                                                   // New code paths!
+
 //#include "types.h"
 #include "memory.h"