]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/jagdasm.h
Moved to ./src
[virtualjaguar] / src / include / jagdasm.h
diff --git a/src/include/jagdasm.h b/src/include/jagdasm.h
deleted file mode 100644 (file)
index 1591899..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __JAGDASM__
-#define __JAGDASM__
-
-#define JAGUAR_GPU 0
-#define JAGUAR_DSP 1
-
-unsigned dasmjag(int dsp_type, char *buffer, unsigned pc);
-
-#endif