more properly handling new haa semantics
[drnoksnes] / dsp2emu.c
index 149d44b..13ffff8 100644 (file)
--- a/dsp2emu.c
+++ b/dsp2emu.c
@@ -87,6 +87,7 @@
   Nintendo Co., Limited and its subsidiary companies.
 *******************************************************************************/
 
+#include "port.h"
 
 uint16 DSP2Op09Word1=0;
 uint16 DSP2Op09Word2=0;
@@ -338,4 +339,5 @@ void DSP2_Op0D()
                 DSP1.output[i] = ( pixelarray[i<<1] << 4 ) | pixelarray[(i<<1)+1];
 }
 
-#endif
\ No newline at end of file
+#endif
+